Home
last modified time | relevance | path

Searched refs:hasAnyNegativeInfinity (Results 1 – 6 of 6) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/math/
DStatsTest.java128 } else if (values.hasAnyPositiveInfinity() && values.hasAnyNegativeInfinity()) { in testMean()
132 } else if (values.hasAnyNegativeInfinity()) { in testMean()
453 } else if (values.hasAnyNegativeInfinity()) { in testMin()
529 } else if (values.hasAnyPositiveInfinity() && values.hasAnyNegativeInfinity()) { in testMeanOf()
533 } else if (values.hasAnyNegativeInfinity()) { in testMeanOf()
DStatsTesting.java94 boolean hasAnyNegativeInfinity() { in hasAnyNegativeInfinity() method in StatsTesting.ManyValues
103 return hasAnyPositiveInfinity() || hasAnyNegativeInfinity() || hasAnyNaN(); in hasAnyNonFinite()
DStatsAccumulatorTest.java247 } else if (values.hasAnyPositiveInfinity() && values.hasAnyNegativeInfinity()) { in testMean()
255 } else if (values.hasAnyNegativeInfinity()) { in testMean()
693 } else if (values.hasAnyNegativeInfinity()) { in testMin()
/external/guava/guava-tests/test/com/google/common/math/
DStatsTest.java138 } else if (values.hasAnyPositiveInfinity() && values.hasAnyNegativeInfinity()) { in testMean()
142 } else if (values.hasAnyNegativeInfinity()) { in testMean()
463 } else if (values.hasAnyNegativeInfinity()) { in testMin()
594 } else if (values.hasAnyPositiveInfinity() && values.hasAnyNegativeInfinity()) { in testMeanOf()
598 } else if (values.hasAnyNegativeInfinity()) { in testMeanOf()
DStatsTesting.java95 boolean hasAnyNegativeInfinity() { in hasAnyNegativeInfinity() method in StatsTesting.ManyValues
104 return hasAnyPositiveInfinity() || hasAnyNegativeInfinity() || hasAnyNaN(); in hasAnyNonFinite()
DStatsAccumulatorTest.java254 } else if (values.hasAnyPositiveInfinity() && values.hasAnyNegativeInfinity()) { in testMean()
262 } else if (values.hasAnyNegativeInfinity()) { in testMean()
700 } else if (values.hasAnyNegativeInfinity()) { in testMin()