Home
last modified time | relevance | path

Searched refs:EXPONENTS (Results 1 – 6 of 6) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/math/
DIntMathTest.java22 import static com.google.common.math.MathTesting.EXPONENTS;
348 for (int pow : EXPONENTS) { in testPow()
537 for (int k : EXPONENTS) { in testCheckedPow()
594 for (int b : EXPONENTS) { in testSaturatedPow()
DLongMathTest.java22 import static com.google.common.math.MathTesting.EXPONENTS;
399 for (int exp : EXPONENTS) { in testPow()
644 for (int exp : EXPONENTS) { in testCheckedPow()
705 for (int b : EXPONENTS) { in testSaturatedPow()
DMathTesting.java54 static final ImmutableList<Integer> EXPONENTS = field in MathTesting
/external/guava/guava-tests/test/com/google/common/math/
DIntMathTest.java22 import static com.google.common.math.MathTesting.EXPONENTS;
348 for (int pow : EXPONENTS) { in testPow()
537 for (int k : EXPONENTS) { in testCheckedPow()
594 for (int b : EXPONENTS) { in testSaturatedPow()
DLongMathTest.java22 import static com.google.common.math.MathTesting.EXPONENTS;
399 for (int exp : EXPONENTS) { in testPow()
644 for (int exp : EXPONENTS) { in testCheckedPow()
705 for (int b : EXPONENTS) { in testSaturatedPow()
DMathTesting.java54 static final ImmutableList<Integer> EXPONENTS = field in MathTesting