Home
last modified time | relevance | path

Searched refs:testDotProdConstLeft (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/test/684-checker-simd-dotprod/src/other/
H A DTestVarious.java121 public static final int testDotProdConstLeft(byte[] b) { in testDotProdConstLeft() method in TestVarious
549 expectEquals(56516, testDotProdConstLeft(b2)); in run()