- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for megaPrimitiveDoubleStream (0.11 sec)
-
android/guava-tests/test/com/google/common/math/StatsTesting.java
* supplier and accumulator. */ static DoubleStream megaPrimitiveDoubleStream() { return DoubleStream.iterate(0.0, x -> x + 1.0).limit(MEGA_STREAM_COUNT).parallel(); } /** Returns a stream containing half the values from {@link #megaPrimitiveDoubleStream}. */ static DoubleStream megaPrimitiveDoubleStreamPart1() {Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 23.8K bytes - Viewed (0) -
guava-tests/test/com/google/common/math/StatsAccumulatorTest.java
import static com.google.common.math.StatsTesting.TWO_VALUES_MIN; import static com.google.common.math.StatsTesting.TWO_VALUES_SUM_OF_SQUARES_OF_DELTAS; import static com.google.common.math.StatsTesting.megaPrimitiveDoubleStream; import static com.google.common.math.StatsTesting.megaPrimitiveDoubleStreamPart1; import static com.google.common.math.StatsTesting.megaPrimitiveDoubleStreamPart2; import static com.google.common.truth.Truth.assertThat;
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 11 20:45:32 UTC 2025 - 36.9K bytes - Viewed (0)