Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DMath.java1027 public static int addExact(int x, int y) { in addExact() method in Math
1047 public static long addExact(long x, long y) { in addExact() method in Math
DStrictMath.java786 public static int addExact(int x, int y) { in addExact() method in StrictMath
801 public static long addExact(long x, long y) { in addExact() method in StrictMath