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