Home
last modified time | relevance | path

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

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