Home
last modified time | relevance | path

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

/art/test/684-checker-simd-dotprod/src/other/
DTestByte.java61 public static final int testDotProdSimple(byte[] a, byte[] b) { in testDotProdSimple() method in TestByte
451 expectEquals(results[0], testDotProdSimple(b1, b2)); in testDotProd()
DTestCharShort.java51 public static final int testDotProdSimple(short[] a, short[] b) { in testDotProdSimple() method in TestCharShort
479 expectEquals(results[0], testDotProdSimple(s1, s2)); in testDotProd()