Searched refs:testDotProdSimpleCastedToShort (Results 1 – 2 of 2) sorted by relevance
504 public static final int testDotProdSimpleCastedToShort(byte[] a, byte[] b) { in testDotProdSimpleCastedToShort() method in TestByte590 expectEquals(results[15], testDotProdSimpleCastedToShort(b1, b2)); in testDotProd()
452 public static final int testDotProdSimpleCastedToShort(short[] a, short[] b) { in testDotProdSimpleCastedToShort() method in TestCharShort584 expectEquals(results[15], testDotProdSimpleCastedToShort(s1, s2)); in testDotProd()