Home
last modified time | relevance | path

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

/art/test/684-checker-simd-dotprod/src/other/
DTestByte.java526 public static final int testDotProdSimpleUnsignedCastToShort(byte[] a, byte[] b) { in testDotProdSimpleUnsignedCastToShort() method in TestByte
592 expectEquals(results[17], testDotProdSimpleUnsignedCastToShort(b1, b2)); in testDotProd()
DTestCharShort.java473 public static final int testDotProdSimpleUnsignedCastToShort(char[] a, char[] b) { in testDotProdSimpleUnsignedCastToShort() method in TestCharShort
585 expectEquals(results[17], testDotProdSimpleUnsignedCastToShort(c1, c2)); in testDotProd()