Home
last modified time | relevance | path

Searched defs:divideExact (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/annotations/flagged_api/java/lang/
DStrictMath.annotated.java93 public static int divideExact(int x, int y) { throw new RuntimeException("Stub!"); } in divideExact() method in StrictMath
96 public static long divideExact(long x, long y) { throw new RuntimeException("Stub!"); } in divideExact() method in StrictMath
DMath.annotated.java94 public static int divideExact(int x, int y) { throw new RuntimeException("Stub!"); } in divideExact() method in Math
97 public static long divideExact(long x, long y) { throw new RuntimeException("Stub!"); } in divideExact() method in Math
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java978 public static int divideExact(int x, int y) { in divideExact() method in StrictMath
1005 public static long divideExact(long x, long y) { in divideExact() method in StrictMath
DMath.java1208 public static int divideExact(int x, int y) { in divideExact() method in Math
1238 public static long divideExact(long x, long y) { in divideExact() method in Math