Home
last modified time | relevance | path

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

/art/test/684-checker-simd-dotprod/src/other/
DTestByte.java306 public static final int testDotProdSignedToChar(byte[] a, byte[] b) { in testDotProdSignedToChar() method in TestByte
442 expectEquals(results[10], testDotProdSignedToChar(b1, b2)); in testDotProd()
DTestCharShort.java304 public static final int testDotProdSignedToChar(short[] a, short[] b) { in testDotProdSignedToChar() method in TestCharShort
489 expectEquals(results[10], testDotProdSignedToChar(s1, s2)); in testDotProd()