Home
last modified time | relevance | path

Searched refs:ALL_LONG_CANDIDATES (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-tests/test/com/google/common/math/
DLongMathTest.java20 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 …]
DMathTesting.java144 static final Iterable<Long> ALL_LONG_CANDIDATES; field in MathTesting
164 ALL_LONG_CANDIDATES = Iterables.concat(NONZERO_LONG_CANDIDATES, ImmutableList.of(0L));
/external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/
DLongMathTest.java19 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()