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.java206 static final Iterable<Double> INFINITIES = Doubles.asList( field in MathTesting
254 DOUBLE_CANDIDATES_EXCEPT_NAN = Iterables.concat(FINITE_DOUBLE_CANDIDATES, INFINITIES);
DDoubleMathTest.java25 import static com.google.common.math.MathTesting.INFINITIES;
559 for (double inf : INFINITIES) { in testFuzzyInfiniteVersusFiniteWithFiniteTolerance()
570 for (double inf : INFINITIES) { in testFuzzyInfiniteVersusInfiniteWithFiniteTolerance()