Searched refs:testDotProdUnsignedSigned (Results 1 – 2 of 2) sorted by relevance
559 public static final int testDotProdUnsignedSigned(byte[] a, byte[] b) { in testDotProdUnsignedSigned() method in TestByte595 expectEquals(results[20], testDotProdUnsignedSigned(b1, b2)); in testDotProd()
552 public static final int testDotProdUnsignedSigned(char[] a, short[] b) { in testDotProdUnsignedSigned() method in TestCharShort592 expectEquals(results[24], testDotProdUnsignedSigned(c1, s2)); in testDotProd()