Searched refs:multiplyFull (Results 1 – 4 of 4) sorted by relevance
854 public static long multiplyFull(int x, int y) { in multiplyFull() method in StrictMath855 return Math.multiplyFull(x, y); in multiplyFull()
1074 public static long multiplyFull(int x, int y) { in multiplyFull() method in Math
260 long p2 = StrictMath.multiplyFull(x, y); in testMultiplyFull()
332 long p2 = Math.multiplyFull(x, y); in testMultiplyFull()