Searched defs:floorDiv (Results 1 – 5 of 5) sorted by relevance
/libcore/luni/src/test/java/libcore/java/lang/ |
D | StrictMathTest.java | 158 int floorDiv = StrictMath.floorDiv(a, b); in testFloorDivI() local 204 long floorDiv = StrictMath.floorDiv(a, b); in testFloorDivL() local
|
D | MathTest.java | 230 int floorDiv = Math.floorDiv(a, b); in testFloorDivI() local 276 long floorDiv = Math.floorDiv(a, b); in testFloorDivL() local
|
/libcore/ojluni/annotations/mmodule/java/lang/ |
D | Math.annotated.java | 110 public static int floorDiv(int x, int y) { throw new RuntimeException("Stub!"); } in floorDiv() method in Math 112 public static long floorDiv(long x, long y) { throw new RuntimeException("Stub!"); } in floorDiv() method in Math
|
/libcore/ojluni/src/main/java/java/lang/ |
D | StrictMath.java | 836 public static int floorDiv(int x, int y) { in floorDiv() method in StrictMath 860 public static long floorDiv(long x, long y) { in floorDiv() method in StrictMath
|
D | Math.java | 1063 public static int floorDiv(int x, int y) { in floorDiv() method in Math 1097 public static long floorDiv(long x, long y) { in floorDiv() method in Math
|