Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/flagged_api/java/lang/
DMath.annotated.java79 public static int addExact(int x, int y) { throw new RuntimeException("Stub!"); } in addExact() method in Math
81 public static long addExact(long x, long y) { throw new RuntimeException("Stub!"); } in addExact() method in Math
DStrictMath.annotated.java78 public static int addExact(int x, int y) { throw new RuntimeException("Stub!"); } in addExact() method in StrictMath
80 public static long addExact(long x, long y) { throw new RuntimeException("Stub!"); } in addExact() method in StrictMath
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java877 public static int addExact(int x, int y) { in addExact() method in StrictMath
892 public static long addExact(long x, long y) { in addExact() method in StrictMath
DMath.java1055 public static int addExact(int x, int y) { in addExact() method in Math
1075 public static long addExact(long x, long y) { in addExact() method in Math