Home
last modified time | relevance | path

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

/art/test/684-checker-simd-dotprod/src/other/
DTestByte.java435 public static final int testDotProdUnsignedSigned(byte[] a, byte[] b) { in testDotProdUnsignedSigned() method in TestByte
471 expectEquals(results[20], testDotProdUnsignedSigned(b1, b2)); in testDotProd()
DTestCharShort.java463 public static final int testDotProdUnsignedSigned(char[] a, short[] b) { in testDotProdUnsignedSigned() method in TestCharShort
503 expectEquals(results[24], testDotProdUnsignedSigned(c1, s2)); in testDotProd()