Searched refs:testDotProdComplexSignedCastToUnsigned (Results 1 – 2 of 2) sorted by relevance
392 public static final int testDotProdComplexSignedCastToUnsigned(byte[] a, byte[] b) { in testDotProdComplexSignedCastToUnsigned() method in TestByte580 expectEquals(results[5], testDotProdComplexSignedCastToUnsigned(b1, b2)); in testDotProd()
303 public static final int testDotProdComplexSignedCastToUnsigned(short[] a, short[] b) { in testDotProdComplexSignedCastToUnsigned() method in TestCharShort573 expectEquals(results[5], testDotProdComplexSignedCastToUnsigned(s1, s2)); in testDotProd()