Searched refs:testDotProdSimple (Results 1 – 2 of 2) sorted by relevance
81 public static final int testDotProdSimple(byte[] a, byte[] b) { in testDotProdSimple() method in TestByte575 expectEquals(results[0], testDotProdSimple(b1, b2)); in testDotProd()
60 public static final int testDotProdSimple(short[] a, short[] b) { in testDotProdSimple() method in TestCharShort568 expectEquals(results[0], testDotProdSimple(s1, s2)); in testDotProd()