Searched defs:floorDiv (Results  1 – 4 of 4) sorted by relevance
| /libcore/luni/src/test/java/libcore/java/lang/ | 
| D | StrictMathTest.java | 158             int floorDiv = StrictMath.floorDiv(a, b);  in testFloorDivI()  local204             long floorDiv = StrictMath.floorDiv(a, b);  in testFloorDivL()  local
 
 | 
| D | MathTest.java | 230             int floorDiv = Math.floorDiv(a, b);  in testFloorDivI()  local276             long floorDiv = Math.floorDiv(a, b);  in testFloorDivL()  local
 
 | 
| /libcore/ojluni/src/main/java/java/lang/ | 
| D | Math.java | 1372     public static int floorDiv(int x, int y) {  in floorDiv()  method in Math1406     public static long floorDiv(long x, int y) {  in floorDiv()  method in Math
 1435     public static long floorDiv(long x, long y) {  in floorDiv()  method in Math
 
 | 
| D | StrictMath.java | 1031     public static int floorDiv(int x, int y) {  in floorDiv()  method in StrictMath1055     public static long floorDiv(long x, int y) {  in floorDiv()  method in StrictMath
 1079     public static long floorDiv(long x, long y) {  in floorDiv()  method in StrictMath
 
 |