Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/flagged_api/java/lang/
DStrictMath.annotated.java144 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
DMath.annotated.java145 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/
DStrictMath.java1452 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
DMath.java1833 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