Searched refs:LONG_MANY_VALUES_MAX (Results 1 – 6 of 6) sorted by relevance
42 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()
29 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()
198 static final double LONG_MANY_VALUES_MAX = 5555555555.0; field in StatsTesting
29 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()
43 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()
199 static final double LONG_MANY_VALUES_MAX = 5555555555.0; field in StatsTesting