Searched defs:ceilDiv (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/annotations/flagged_api/java/lang/ |
D | StrictMath.annotated.java | 144 public static int ceilDiv(int x, int y) { throw new RuntimeException("Stub!"); } in ceilDiv() method in StrictMath 147 public static long ceilDiv(long x, int y) { throw new RuntimeException("Stub!"); } in ceilDiv() method in StrictMath 150 public static long ceilDiv(long x, long y) { throw new RuntimeException("Stub!"); } in ceilDiv() method in StrictMath
|
D | Math.annotated.java | 145 public static int ceilDiv(int x, int y) { throw new RuntimeException("Stub!"); } in ceilDiv() method in Math 148 public static long ceilDiv(long x, int y) { throw new RuntimeException("Stub!"); } in ceilDiv() method in Math 151 public static long ceilDiv(long x, long y) { throw new RuntimeException("Stub!"); } in ceilDiv() method in Math
|
/libcore/ojluni/src/main/java/java/lang/ |
D | StrictMath.java | 1452 public static int ceilDiv(int x, int y) { in ceilDiv() method in StrictMath 1476 public static long ceilDiv(long x, int y) { in ceilDiv() method in StrictMath 1500 public static long ceilDiv(long x, long y) { in ceilDiv() method in StrictMath
|
D | Math.java | 1833 public static int ceilDiv(int x, int y) { in ceilDiv() method in Math 1867 public static long ceilDiv(long x, int y) { in ceilDiv() method in Math 1896 public static long ceilDiv(long x, long y) { in ceilDiv() method in Math
|