Searched refs:EXPONENTS (Results 1 – 4 of 4) sorted by relevance
22 import static com.google.common.math.MathTesting.EXPONENTS;282 for (int k : EXPONENTS) { in testCheckedPow()
22 import static com.google.common.math.MathTesting.EXPONENTS;272 for (int pow : EXPONENTS) { in testPow()449 for (int k : EXPONENTS) { in testCheckedPow()
23 import static com.google.common.math.MathTesting.EXPONENTS;316 for (int exp : EXPONENTS) { in testPow()526 for (int exp : EXPONENTS) { in testCheckedPow()
55 static final ImmutableList<Integer> EXPONENTS = ImmutableList.of(0, 1, 2, 3, 4, 7, 10, 15, field in MathTesting