Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/math/
DDoubleUtilsTest.java19 import static com.google.common.math.MathTesting.ALL_BIGINTEGER_CANDIDATES;
42 for (BigInteger b : ALL_BIGINTEGER_CANDIDATES) { in testBigToDouble()
DBigIntegerMathTest.java19 import static com.google.common.math.MathTesting.ALL_BIGINTEGER_CANDIDATES;
62 for (BigInteger x : ALL_BIGINTEGER_CANDIDATES) { in testIsPowerOfTwo()
396 for (BigInteger p : ALL_BIGINTEGER_CANDIDATES) {
DMathTesting.java178 static final Iterable<BigInteger> ALL_BIGINTEGER_CANDIDATES; field in MathTesting
200 ALL_BIGINTEGER_CANDIDATES =
/external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/
DBigIntegerMathTest.java19 import static com.google.common.math.MathTesting.ALL_BIGINTEGER_CANDIDATES;
50 for (BigInteger x : ALL_BIGINTEGER_CANDIDATES) { in testIsPowerOfTwo()