Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/
DStrictMathTest.java173 int floorMod = StrictMath.floorMod(a, b); in testFloorModI() local
219 long floorMod = StrictMath.floorMod(a, b); in testFloorModL() local
DMathTest.java245 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/
DStrictMath.java967 public static int floorMod(int x, int y) { in floorMod() method in StrictMath
995 public static int floorMod(long x, int y) { in floorMod() method in StrictMath
1022 public static long floorMod(long x, long y) { in floorMod() method in StrictMath
DMath.java1266 public static int floorMod(int x, int y) { in floorMod() method in Math
1292 public static int floorMod(long x, int y) { in floorMod() method in Math
1319 public static long floorMod(long x, long y) { in floorMod() method in Math