Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/flagged_api/java/lang/
DStrictMath.annotated.java99 public static int floorDivExact(int x, int y) { throw new RuntimeException("Stub!"); } in floorDivExact() method in StrictMath
102 public static long floorDivExact(long x, long y) { throw new RuntimeException("Stub!"); } in floorDivExact() method in StrictMath
DMath.annotated.java100 public static int floorDivExact(int x, int y) { throw new RuntimeException("Stub!"); } in floorDivExact() method in Math
103 public static long floorDivExact(long x, long y) { throw new RuntimeException("Stub!"); } in floorDivExact() method in Math
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java1035 public static int floorDivExact(int x, int y) { in floorDivExact() method in StrictMath
1065 public static long floorDivExact(long x, long y) { in floorDivExact() method in StrictMath
DMath.java1271 public static int floorDivExact(int x, int y) { in floorDivExact() method in Math
1308 public static long floorDivExact(long x, long y) { in floorDivExact() method in Math