Searched refs:multiplyHigh (Results 1 – 4 of 4) sorted by relevance
66 long p2 = Math.multiplyHigh(x, y); in testMultiplyHigh()
66 long p2 = StrictMath.multiplyHigh(x, y); in check()
868 public static long multiplyHigh(long x, long y) { in multiplyHigh() method in StrictMath869 return Math.multiplyHigh(x, y); in multiplyHigh()
1087 public static long multiplyHigh(long x, long y) { in multiplyHigh() method in Math