Searched defs:floorDivExact (Results 1 – 4 of 4) sorted by relevance
99 public static int floorDivExact(int x, int y) { throw new RuntimeException("Stub!"); } in floorDivExact() method in StrictMath102 public static long floorDivExact(long x, long y) { throw new RuntimeException("Stub!"); } in floorDivExact() method in StrictMath
100 public static int floorDivExact(int x, int y) { throw new RuntimeException("Stub!"); } in floorDivExact() method in Math103 public static long floorDivExact(long x, long y) { throw new RuntimeException("Stub!"); } in floorDivExact() method in Math
1035 public static int floorDivExact(int x, int y) { in floorDivExact() method in StrictMath1065 public static long floorDivExact(long x, long y) { in floorDivExact() method in StrictMath
1271 public static int floorDivExact(int x, int y) { in floorDivExact() method in Math1308 public static long floorDivExact(long x, long y) { in floorDivExact() method in Math