Searched refs:testDotProdSignedToInt (Results 1 – 1 of 1) sorted by relevance
260 public static final int testDotProdSignedToInt(short[] a, short[] b) { in testDotProdSignedToInt() method in TestCharShort485 expectEquals(results[6], testDotProdSignedToInt(s1, s2)); in testDotProd()