Searched refs:decrementExact (Results 1 – 8 of 8) sorted by relevance
1170 public static int decrementExact(int a) { in decrementExact() method in StrictMath1171 return Math.decrementExact(a); in decrementExact()1185 public static long decrementExact(long a) { in decrementExact() method in StrictMath1186 return Math.decrementExact(a); in decrementExact()
1443 public static int decrementExact(int a) { in decrementExact() method in Math1462 public static long decrementExact(long a) { in decrementExact() method in Math
114 public static int decrementExact(int a) { throw new RuntimeException("Stub!"); } in decrementExact() method in StrictMath116 public static long decrementExact(long a) { throw new RuntimeException("Stub!"); } in decrementExact() method in StrictMath
115 public static int decrementExact(int a) { throw new RuntimeException("Stub!"); } in decrementExact() method in Math117 public static long decrementExact(long a) { throw new RuntimeException("Stub!"); } in decrementExact() method in Math
94 assertEquals(expected, Math.decrementExact(a)); in testDecrementExactI()182 assertEquals(expected, BigInteger.valueOf(Math.decrementExact(a))); in testDecrementExactL()
136 int dec = StrictMath.decrementExact(x); in testIntegerExact()270 long dec = StrictMath.decrementExact(x); in testLongExact()
269 int dec = Math.decrementExact(x); in testIntegerExact()499 long dec = Math.decrementExact(x); in testLongExact()
3587 method public static int decrementExact(int);3588 method public static long decrementExact(long);4029 method public static int decrementExact(int);4030 method public static long decrementExact(long);