Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/math/
DStatsAccumulatorTest.java52 import static com.google.common.math.StatsTesting.megaPrimitiveDoubleStreamPart2;
636 accumulator.addAll(megaPrimitiveDoubleStreamPart2()); in testAddAllPrimitiveDoubleStream()
649 accumulator.addAll(megaPrimitiveDoubleStreamPart2().mapToInt(x -> (int) x)); in testAddAllPrimitiveIntStream()
662 accumulator.addAll(megaPrimitiveDoubleStreamPart2().mapToLong(x -> (long) x)); in testAddAllPrimitiveLongStream()
DStatsTesting.java234 static DoubleStream megaPrimitiveDoubleStreamPart2() { in megaPrimitiveDoubleStreamPart2() method in StatsTesting