Searched refs:testDotProdSignedToChar (Results 1 – 2 of 2) sorted by relevance
306 public static final int testDotProdSignedToChar(byte[] a, byte[] b) { in testDotProdSignedToChar() method in TestByte442 expectEquals(results[10], testDotProdSignedToChar(b1, b2)); in testDotProd()
304 public static final int testDotProdSignedToChar(short[] a, short[] b) { in testDotProdSignedToChar() method in TestCharShort489 expectEquals(results[10], testDotProdSignedToChar(s1, s2)); in testDotProd()