Home
last modified time | relevance | path

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

/aosp12/art/test/684-checker-simd-dotprod/src/other/
H A DTestByte.java537 public static final int testDotProdSimpleUnsignedCastedToChar(byte[] a, byte[] b) { in testDotProdSimpleUnsignedCastedToChar() method in TestByte
593 expectEquals(results[18], testDotProdSimpleUnsignedCastedToChar(b1, b2)); in testDotProd()
H A DTestCharShort.java485 public static final int testDotProdSimpleUnsignedCastedToChar(char[] a, char[] b) { in testDotProdSimpleUnsignedCastedToChar() method in TestCharShort
587 expectEquals(results[18], testDotProdSimpleUnsignedCastedToChar(c1, c2)); in testDotProd()