Searched refs:ALL_LONG_CANDIDATES (Results 1 – 3 of 3) sorted by relevance
20 import static com.google.common.math.MathTesting.ALL_LONG_CANDIDATES;141 for (long x : ALL_LONG_CANDIDATES) { in testLessThanBranchFree()142 for (long y : ALL_LONG_CANDIDATES) { in testLessThanBranchFree()166 for (long x : ALL_LONG_CANDIDATES) { in testIsPowerOfTwo()315 for (long i : ALL_LONG_CANDIDATES) { in testPow()364 for (long p : ALL_LONG_CANDIDATES) { in testDivByZeroAlwaysFails()376 for (long x : ALL_LONG_CANDIDATES) { in testIntMod()387 for (long x : ALL_LONG_CANDIDATES) { in testIntModNegativeModulusFails()399 for (long x : ALL_LONG_CANDIDATES) { in testIntModZeroModulusFails()409 for (long x : ALL_LONG_CANDIDATES) { in testMod()[all …]
144 static final Iterable<Long> ALL_LONG_CANDIDATES; field in MathTesting164 ALL_LONG_CANDIDATES = Iterables.concat(NONZERO_LONG_CANDIDATES, ImmutableList.of(0L));
19 import static com.google.common.math.MathTesting.ALL_LONG_CANDIDATES;45 for (long x : ALL_LONG_CANDIDATES) { in testLessThanBranchFree()46 for (long y : ALL_LONG_CANDIDATES) { in testLessThanBranchFree()