Searched defs:floorDiv (Results 1 - 2 of 2) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/java/lang/
H A DMath.java1159 public static int floorDiv(int x, int y) { method in class:Math
1193 public static long floorDiv(long x, int y) { method in class:Math
1222 public static long floorDiv(lon method in class:Math
[all...]
H A DStrictMath.java898 public static int floorDiv(int x, int y) { method in class:StrictMath
922 public static long floorDiv(long x, int y) { method in class:StrictMath
946 public static long floorDiv(long x, long y) { method in class:StrictMath
[all...]

Completed in 41 milliseconds