Searched refs:EXPONENTS (Results 1 – 6 of 6) sorted by relevance
22 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()
22 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()
54 static final ImmutableList<Integer> EXPONENTS = field in MathTesting