Searched defs:divideExact (Results 1 – 4 of 4) sorted by relevance
93 public static int divideExact(int x, int y) { throw new RuntimeException("Stub!"); } in divideExact() method in StrictMath96 public static long divideExact(long x, long y) { throw new RuntimeException("Stub!"); } in divideExact() method in StrictMath
94 public static int divideExact(int x, int y) { throw new RuntimeException("Stub!"); } in divideExact() method in Math97 public static long divideExact(long x, long y) { throw new RuntimeException("Stub!"); } in divideExact() method in Math
978 public static int divideExact(int x, int y) { in divideExact() method in StrictMath1005 public static long divideExact(long x, long y) { in divideExact() method in StrictMath
1208 public static int divideExact(int x, int y) { in divideExact() method in Math1238 public static long divideExact(long x, long y) { in divideExact() method in Math