Home
last modified time | relevance | path

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

/art/test/684-checker-simd-dotprod/src/other/
DTestVarious.java283 public static final int testDotProdBothSignedUnsigned2(byte[] a, byte[] b) { in testDotProdBothSignedUnsigned2() method in TestVarious
414 expectEquals(54403, testDotProdBothSignedUnsigned2(b1, b2)); in run()