Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java737 public static int addExact(int x, int y) { in addExact() method in StrictMath
752 public static long addExact(long x, long y) { in addExact() method in StrictMath
DMath.java822 public static int addExact(int x, int y) { in addExact() method in Math
841 public static long addExact(long x, long y) { in addExact() method in Math