OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:randomPositiveDouble
(Results
1 - 3
of
3
) sorted by null
/external/guava/guava-tests/benchmark/com/google/common/math/
DoubleMathBenchmark.java
23
import static com.google.common.math.MathBenchmarking.
randomPositiveDouble
;
41
positiveDoubles[i] =
randomPositiveDouble
();
DoubleMathRoundingBenchmark.java
22
import static com.google.common.math.MathBenchmarking.
randomPositiveDouble
;
49
positiveDoubles[i] =
randomPositiveDouble
();
/external/guava/guava-tests/test/com/google/common/math/
MathBenchmarking.java
122
static double
randomPositiveDouble
() {
Completed in 253 milliseconds