Home
last modified time | relevance | path

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

/art/test/684-checker-simd-dotprod/src/other/
DTestByte.java515 public static final int testDotProdSimpleCastToChar(byte[] a, byte[] b) { in testDotProdSimpleCastToChar() method in TestByte
591 expectEquals(results[16], testDotProdSimpleCastToChar(b1, b2)); in testDotProd()
DTestCharShort.java462 public static final int testDotProdSimpleCastToChar(short[] a, short[] b) { in testDotProdSimpleCastToChar() method in TestCharShort
584 expectEquals(results[16], testDotProdSimpleCastToChar(s1, s2)); in testDotProd()