Home
last modified time | relevance | path

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

/art/test/684-checker-simd-dotprod/src/other/
DTestByte.java380 public static final int testDotProdSimpleCastedToShort(byte[] a, byte[] b) { in testDotProdSimpleCastedToShort() method in TestByte
466 expectEquals(results[15], testDotProdSimpleCastedToShort(b1, b2)); in testDotProd()
DTestCharShort.java362 public static final int testDotProdSimpleCastedToShort(short[] a, short[] b) { in testDotProdSimpleCastedToShort() method in TestCharShort
494 expectEquals(results[15], testDotProdSimpleCastedToShort(s1, s2)); in testDotProd()