Searched defs:floorDiv (Results 1 – 4 of 4) sorted by relevance
158 int floorDiv = StrictMath.floorDiv(a, b); in testFloorDivI() local204 long floorDiv = StrictMath.floorDiv(a, b); in testFloorDivL() local
230 int floorDiv = Math.floorDiv(a, b); in testFloorDivI() local276 long floorDiv = Math.floorDiv(a, b); in testFloorDivL() local
836 public static int floorDiv(int x, int y) { in floorDiv() method in StrictMath860 public static long floorDiv(long x, long y) { in floorDiv() method in StrictMath
1056 public static int floorDiv(int x, int y) { in floorDiv() method in Math1090 public static long floorDiv(long x, long y) { in floorDiv() method in Math