HomeSort by relevance Sort by last modified time
    Searched refs:EXPONENTS (Results 1 - 4 of 4) sorted by null

  /external/guava/guava-tests/test/com/google/common/math/
DoubleUtilsTest.java 5 import static com.google.common.math.MathTesting.EXPONENTS;
15 for (int k : EXPONENTS) {
IntMathTest.java 22 import static com.google.common.math.MathTesting.EXPONENTS;
252 for (int pow : EXPONENTS) {
426 for (int k : EXPONENTS) {
LongMathTest.java 23 import static com.google.common.math.MathTesting.EXPONENTS;
272 for (int exp : EXPONENTS) {
466 for (int exp : EXPONENTS) {
MathTesting.java 54 // Exponents to test for the pow() function.
55 static final ImmutableList<Integer> EXPONENTS = ImmutableList.of(0, 1, 2, 3, 4, 5, 6, 7, 10, 15,

Completed in 49 milliseconds