Home
last modified time | relevance | path

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

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