Searched defs:floorMod (Results 1 – 5 of 5) sorted by relevance
/libcore/luni/src/test/java/libcore/java/lang/ |
D | StrictMathTest.java | 173 int floorMod = StrictMath.floorMod(a, b); in testFloorModI() local 219 long floorMod = StrictMath.floorMod(a, b); in testFloorModL() local
|
D | MathTest.java | 245 int floorMod = Math.floorMod(a, b); in testFloorModI() local 291 long floorMod = Math.floorMod(a, b); in testFloorModL() local
|
/libcore/ojluni/src/main/java/java/lang/ |
D | StrictMath.java | 887 public static int floorMod(int x, int y) { in floorMod() method in StrictMath 913 public static long floorMod(long x, long y) { in floorMod() method in StrictMath
|
D | Math.java | 1161 public static int floorMod(int x, int y) { in floorMod() method in Math 1188 public static long floorMod(long x, long y) { in floorMod() method in Math
|
/libcore/ojluni/annotations/mmodule/java/lang/ |
D | Math.annotated.java | 114 public static int floorMod(int x, int y) { throw new RuntimeException("Stub!"); } in floorMod() method in Math 116 public static long floorMod(long x, long y) { throw new RuntimeException("Stub!"); } in floorMod() method in Math
|