Home
last modified time | relevance | path

Searched refs:floorDivExact (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java1035 public static int floorDivExact(int x, int y) { in floorDivExact() method in StrictMath
1036 return Math.floorDivExact(x, y); in floorDivExact()
1065 public static long floorDivExact(long x, long y) { in floorDivExact() method in StrictMath
1066 return Math.floorDivExact(x, y); in floorDivExact()
DMath.java1271 public static int floorDivExact(int x, int y) { in floorDivExact() method in Math
1308 public static long floorDivExact(long x, long y) { in floorDivExact() method in Math
/libcore/ojluni/src/test/java/lang/Math/
DExactArithTests.java196 int z = Math.floorDivExact(x, y); in testIntegerExact()
206 z = StrictMath.floorDivExact(x, y); in testIntegerExact()
429 long z = Math.floorDivExact(x, y); in testLongExact()
439 z = StrictMath.floorDivExact(x, y); in testLongExact()
/libcore/ojluni/annotations/flagged_api/java/lang/
DStrictMath.annotated.java99 public static int floorDivExact(int x, int y) { throw new RuntimeException("Stub!"); } in floorDivExact() method in StrictMath
102 public static long floorDivExact(long x, long y) { throw new RuntimeException("Stub!"); } in floorDivExact() method in StrictMath
DMath.annotated.java100 public static int floorDivExact(int x, int y) { throw new RuntimeException("Stub!"); } in floorDivExact() method in Math
103 public static long floorDivExact(long x, long y) { throw new RuntimeException("Stub!"); } in floorDivExact() method in Math
/libcore/api/
Dcurrent.txt3597 method @FlaggedApi("com.android.libcore.v_apis") public static int floorDivExact(int, int);
3598 method @FlaggedApi("com.android.libcore.v_apis") public static long floorDivExact(long, long);
4039 method @FlaggedApi("com.android.libcore.v_apis") public static int floorDivExact(int, int);
4040 method @FlaggedApi("com.android.libcore.v_apis") public static long floorDivExact(long, long);