Searched defs:ceilMod (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/annotations/flagged_api/java/lang/ |
D | StrictMath.annotated.java | 153 public static int ceilMod(int x, int y) { throw new RuntimeException("Stub!"); } in ceilMod() method in StrictMath 156 public static int ceilMod(long x, int y) { throw new RuntimeException("Stub!"); } in ceilMod() method in StrictMath 159 public static long ceilMod(long x, long y) { throw new RuntimeException("Stub!"); } in ceilMod() method in StrictMath
|
D | Math.annotated.java | 154 public static int ceilMod(int x, int y) { throw new RuntimeException("Stub!"); } in ceilMod() method in Math 157 public static int ceilMod(long x, int y) { throw new RuntimeException("Stub!"); } in ceilMod() method in Math 160 public static long ceilMod(long x, long y) { throw new RuntimeException("Stub!"); } in ceilMod() method in Math
|
/libcore/ojluni/src/main/java/java/lang/ |
D | StrictMath.java | 1528 public static int ceilMod(int x, int y) { in ceilMod() method in StrictMath 1556 public static int ceilMod(long x, int y) { in ceilMod() method in StrictMath 1584 public static long ceilMod(long x, long y) { in ceilMod() method in StrictMath
|
D | Math.java | 1944 public static int ceilMod(int x, int y) { in ceilMod() method in Math 1975 public static int ceilMod(long x, int y) { in ceilMod() method in Math 2002 public static long ceilMod(long x, long y) { in ceilMod() method in Math
|