Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/math/
DDoubleUtilsTest.java3 import static com.google.common.math.MathTesting.ALL_BIGINTEGER_CANDIDATES;
41 for (BigInteger b : ALL_BIGINTEGER_CANDIDATES) { in testBigToDouble()
DMathTesting.java177 static final Iterable<BigInteger> ALL_BIGINTEGER_CANDIDATES; field in MathTesting
199 ALL_BIGINTEGER_CANDIDATES =
DBigIntegerMathTest.java19 import static com.google.common.math.MathTesting.ALL_BIGINTEGER_CANDIDATES;
60 for (BigInteger x : ALL_BIGINTEGER_CANDIDATES) { in testIsPowerOfTwo()
379 for (BigInteger p : ALL_BIGINTEGER_CANDIDATES) {