Searched refs:NEGATIVE_LONG_CANDIDATES (Results 1 – 4 of 4) sorted by relevance
24 import static com.google.common.math.MathTesting.NEGATIVE_LONG_CANDIDATES;80 for (long x : NEGATIVE_LONG_CANDIDATES) { in testCeilingPowerOfTwoNegative()90 for (long x : NEGATIVE_LONG_CANDIDATES) { in testFloorPowerOfTwoNegative()261 for (long x : NEGATIVE_LONG_CANDIDATES) { in testLog2NegativeAlwaysThrows()309 for (long x : NEGATIVE_LONG_CANDIDATES) { in testLog10NegativeAlwaysThrows()357 for (long x : NEGATIVE_LONG_CANDIDATES) { in testSqrtNegativeAlwaysThrows()510 for (long m : NEGATIVE_LONG_CANDIDATES) { in testModNegativeModulusFails()539 for (long a : NEGATIVE_LONG_CANDIDATES) { in testGCDNegativePositiveThrows()555 for (long a : NEGATIVE_LONG_CANDIDATES) { in testGCDNegativeZeroThrows()
145 static final Iterable<Long> NEGATIVE_LONG_CANDIDATES; field in MathTesting165 NEGATIVE_LONG_CANDIDATES =169 NONZERO_LONG_CANDIDATES = Iterables.concat(POSITIVE_LONG_CANDIDATES, NEGATIVE_LONG_CANDIDATES);