Searched refs:checkSigned (Results 1 – 1 of 1) sorted by relevance
84 private static boolean checkSigned(long x, long y) { in checkSigned() method in MultiplicationTests141 return test((x,y) -> checkSigned(x,y)); in testMultiplyHigh()