Home | History | Annotate | Download | only in lang

Lines Matching defs:addExact

94  * overflow errors need to be detected, the methods {@code addExact},
798 public static int addExact(int x, int y) {
817 public static long addExact(long x, long y) {