Home
last modified time | relevance | path

Searched defs:addExact (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java723 public static int addExact(int x, int y) { in addExact() method in StrictMath
738 public static long addExact(long x, long y) { in addExact() method in StrictMath
DMath.java809 public static int addExact(int x, int y) { in addExact() method in Math
828 public static long addExact(long x, long y) { in addExact() method in Math
/libcore/ojluni/annotations/mmodule/java/lang/
DMath.annotated.java84 public static int addExact(int x, int y) { throw new RuntimeException("Stub!"); } in addExact() method in Math
86 public static long addExact(long x, long y) { throw new RuntimeException("Stub!"); } in addExact() method in Math