Home
last modified time | relevance | path

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

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