Home
last modified time | relevance | path

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

/art/test/684-checker-simd-dotprod/src/other/
DTestByte.java206 public static final int testDotProdSimpleUnsigned(byte[] a, byte[] b) { in testDotProdSimpleUnsigned() method in TestByte
577 expectEquals(results[2], testDotProdSimpleUnsigned(b1, b2)); in testDotProd()
DTestCharShort.java153 public static final int testDotProdSimpleUnsigned(char[] a, char[] b) { in testDotProdSimpleUnsigned() method in TestCharShort
570 expectEquals(results[2], testDotProdSimpleUnsigned(c1, c2)); in testDotProd()