Searched refs:ALL_INTEGER_CANDIDATES (Results 1 – 4 of 4) sorted by relevance
19 import static com.google.common.math.MathTesting.ALL_INTEGER_CANDIDATES;171 for (int x : ALL_INTEGER_CANDIDATES) { in testLessThanBranchFree()172 for (int y : ALL_INTEGER_CANDIDATES) { in testLessThanBranchFree()184 for (int x : ALL_INTEGER_CANDIDATES) { in testIsPowerOfTwo()347 for (int i : ALL_INTEGER_CANDIDATES) { in testPow()400 for (int p : ALL_INTEGER_CANDIDATES) { in testDivByZeroAlwaysFails()412 for (int x : ALL_INTEGER_CANDIDATES) { in testMod()432 for (int x : ALL_INTEGER_CANDIDATES) { in testModZeroModulusFails()489 for (int a : ALL_INTEGER_CANDIDATES) { in testCheckedAdd()490 for (int b : ALL_INTEGER_CANDIDATES) { in testCheckedAdd()[all …]
109 static final Iterable<Integer> ALL_INTEGER_CANDIDATES; field in MathTesting135 ALL_INTEGER_CANDIDATES = Iterables.concat(NONZERO_INTEGER_CANDIDATES, ImmutableList.of(0));