Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/math/
DMathTesting.java209 static final Iterable<Double> INFINITIES = Doubles.asList( field in MathTesting
257 DOUBLE_CANDIDATES_EXCEPT_NAN = Iterables.concat(FINITE_DOUBLE_CANDIDATES, INFINITIES);
DDoubleMathTest.java25 import static com.google.common.math.MathTesting.INFINITIES;
500 for (double inf : INFINITIES) { in testFuzzyInfiniteVersusFiniteWithFiniteTolerance()
511 for (double inf : INFINITIES) { in testFuzzyInfiniteVersusInfiniteWithFiniteTolerance()