Home
last modified time | relevance | path

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

/external/guava/android/guava-tests/test/com/google/common/math/
DStatsTest.java42 import static com.google.common.math.StatsTesting.LONG_MANY_VALUES_MAX;
422 assertThat(LONG_MANY_VALUES_STATS_ITERATOR.max()).isEqualTo(LONG_MANY_VALUES_MAX); in testMax()
423 assertThat(LONG_MANY_VALUES_STATS_SNAPSHOT.max()).isEqualTo(LONG_MANY_VALUES_MAX); in testMax()
DStatsAccumulatorTest.java29 import static com.google.common.math.StatsTesting.LONG_MANY_VALUES_MAX;
648 assertThat(longManyValuesAccumulatorByAddAllIterator.max()).isEqualTo(LONG_MANY_VALUES_MAX); in testMax()
649 assertThat(longManyValuesAccumulatorByAddAllVarargs.max()).isEqualTo(LONG_MANY_VALUES_MAX); in testMax()
DStatsTesting.java198 static final double LONG_MANY_VALUES_MAX = 5555555555.0; field in StatsTesting
/external/guava/guava-tests/test/com/google/common/math/
DStatsAccumulatorTest.java29 import static com.google.common.math.StatsTesting.LONG_MANY_VALUES_MAX;
655 assertThat(longManyValuesAccumulatorByAddAllIterator.max()).isEqualTo(LONG_MANY_VALUES_MAX); in testMax()
656 assertThat(longManyValuesAccumulatorByAddAllVarargs.max()).isEqualTo(LONG_MANY_VALUES_MAX); in testMax()
DStatsTest.java43 import static com.google.common.math.StatsTesting.LONG_MANY_VALUES_MAX;
432 assertThat(LONG_MANY_VALUES_STATS_ITERATOR.max()).isEqualTo(LONG_MANY_VALUES_MAX); in testMax()
433 assertThat(LONG_MANY_VALUES_STATS_SNAPSHOT.max()).isEqualTo(LONG_MANY_VALUES_MAX); in testMax()
DStatsTesting.java199 static final double LONG_MANY_VALUES_MAX = 5555555555.0; field in StatsTesting