Home
last modified time | relevance | path

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

/aosp12/art/test/684-checker-simd-dotprod/src/other/
H A DTestByte.java548 public static final int testDotProdSimpleUnsignedCastedToLong(byte[] a, byte[] b) { in testDotProdSimpleUnsignedCastedToLong() method in TestByte
594 expectEquals(results[19], testDotProdSimpleUnsignedCastedToLong(b1, b2)); in testDotProd()
H A DTestCharShort.java496 public static final int testDotProdSimpleUnsignedCastedToLong(char[] a, char[] b) { in testDotProdSimpleUnsignedCastedToLong() method in TestCharShort
588 expectEquals(results[19], testDotProdSimpleUnsignedCastedToLong(c1, c2)); in testDotProd()