Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/flagged_api/java/lang/
DStrictMath.annotated.java153 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
DMath.annotated.java154 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/
DStrictMath.java1528 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
DMath.java1944 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