Searched refs:NEGATIVE_LONG_CANDIDATES (Results 1 – 3 of 3) sorted by relevance
25 import static com.google.common.math.MathTesting.NEGATIVE_LONG_CANDIDATES;184 for (long x : NEGATIVE_LONG_CANDIDATES) { in testLog2NegativeAlwaysThrows()230 for (long x : NEGATIVE_LONG_CANDIDATES) { in testLog10NegativeAlwaysThrows()275 for (long x : NEGATIVE_LONG_CANDIDATES) { in testSqrtNegativeAlwaysThrows()421 for (long m : NEGATIVE_LONG_CANDIDATES) { in testModNegativeModulusFails()449 for (long a : NEGATIVE_LONG_CANDIDATES) { in testGCDNegativePositiveThrows()463 for (long a : NEGATIVE_LONG_CANDIDATES) { in testGCDNegativeZeroThrows()
140 static final Iterable<Long> NEGATIVE_LONG_CANDIDATES; field in MathTesting159 NEGATIVE_LONG_CANDIDATES =162 NONZERO_LONG_CANDIDATES = Iterables.concat(POSITIVE_LONG_CANDIDATES, NEGATIVE_LONG_CANDIDATES);
23 import static com.google.common.math.MathTesting.NEGATIVE_LONG_CANDIDATES;69 for (long x : NEGATIVE_LONG_CANDIDATES) { in testLog2NegativeAlwaysThrows()