Home
last modified time | relevance | path

Searched refs:INFINITIES (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava-tests/test/com/google/common/math/
DMathTesting.java229 static final Iterable<Double> INFINITIES = field in MathTesting
299 DOUBLE_CANDIDATES_EXCEPT_NAN = Iterables.concat(FINITE_DOUBLE_CANDIDATES, INFINITIES);
DDoubleMathTest.java27 import static com.google.common.math.MathTesting.INFINITIES;
589 for (double inf : INFINITIES) { in testFuzzyInfiniteVersusFiniteWithFiniteTolerance()
600 for (double inf : INFINITIES) { in testFuzzyInfiniteVersusInfiniteWithFiniteTolerance()
/external/guava/android/guava-tests/test/com/google/common/math/
DMathTesting.java229 static final Iterable<Double> INFINITIES = field in MathTesting
299 DOUBLE_CANDIDATES_EXCEPT_NAN = Iterables.concat(FINITE_DOUBLE_CANDIDATES, INFINITIES);
DDoubleMathTest.java27 import static com.google.common.math.MathTesting.INFINITIES;
589 for (double inf : INFINITIES) { in testFuzzyInfiniteVersusFiniteWithFiniteTolerance()
600 for (double inf : INFINITIES) { in testFuzzyInfiniteVersusInfiniteWithFiniteTolerance()