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