Searched refs:negateExact (Results 1 – 8 of 8) sorted by relevance
1200 public static int negateExact(int a) { in negateExact() method in StrictMath1201 return Math.negateExact(a); in negateExact()1215 public static long negateExact(long a) { in negateExact() method in StrictMath1216 return Math.negateExact(a); in negateExact()
1481 public static int negateExact(int a) { in negateExact() method in Math1500 public static long negateExact(long a) { in negateExact() method in Math
118 public static int negateExact(int a) { throw new RuntimeException("Stub!"); } in negateExact() method in StrictMath120 public static long negateExact(long a) { throw new RuntimeException("Stub!"); } in negateExact() method in StrictMath
119 public static int negateExact(int a) { throw new RuntimeException("Stub!"); } in negateExact() method in Math121 public static long negateExact(long a) { throw new RuntimeException("Stub!"); } in negateExact() method in Math
105 assertEquals(expected, Math.negateExact(a)); in testNegateExactI()193 assertEquals(expected, BigInteger.valueOf(Math.negateExact(a))); in testNegateExactL()
152 int neg = StrictMath.negateExact(x); in testIntegerExact()281 long dec = StrictMath.negateExact(x); in testLongExact()
285 int neg = Math.negateExact(x); in testIntegerExact()510 long dec = Math.negateExact(x); in testLongExact()
3625 method public static int negateExact(int);3626 method public static long negateExact(long);4067 method public static int negateExact(int);4068 method public static long negateExact(long);