OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXPONENTS
(Results
1 - 4
of
4
) sorted by null
/external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/
IntMathTest.java
22
import static com.google.common.math.MathTesting.
EXPONENTS
;
282
for (int k :
EXPONENTS
) {
/external/guava/guava-tests/test/com/google/common/math/
IntMathTest.java
22
import static com.google.common.math.MathTesting.
EXPONENTS
;
272
for (int pow :
EXPONENTS
) {
449
for (int k :
EXPONENTS
) {
LongMathTest.java
23
import static com.google.common.math.MathTesting.
EXPONENTS
;
316
for (int exp :
EXPONENTS
) {
526
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, 7, 10, 15,
Completed in 138 milliseconds