Searched refs:testDotProdSimpleUnsigned (Results 1 – 2 of 2) sorted by relevance
206 public static final int testDotProdSimpleUnsigned(byte[] a, byte[] b) { in testDotProdSimpleUnsigned() method in TestByte577 expectEquals(results[2], testDotProdSimpleUnsigned(b1, b2)); in testDotProd()
153 public static final int testDotProdSimpleUnsigned(char[] a, char[] b) { in testDotProdSimpleUnsigned() method in TestCharShort570 expectEquals(results[2], testDotProdSimpleUnsigned(c1, c2)); in testDotProd()