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.java145 public static final int testDotProdSimpleUnsigned(byte[] a, byte[] b) { in testDotProdSimpleUnsigned() method in TestByte
453 expectEquals(results[2], testDotProdSimpleUnsigned(b1, b2)); in testDotProd()
DTestCharShort.java126 public static final int testDotProdSimpleUnsigned(char[] a, char[] b) { in testDotProdSimpleUnsigned() method in TestCharShort
481 expectEquals(results[2], testDotProdSimpleUnsigned(c1, c2)); in testDotProd()