OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:positiveDoubles
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava-tests/benchmark/com/google/common/math/
DoubleMathRoundingBenchmark.java
39
private static final double[]
positiveDoubles
= new double[ARRAY_SIZE];
49
positiveDoubles
[i] = randomPositiveDouble();
75
tmp += DoubleMath.roundToBigInteger(
positiveDoubles
[j], mode).intValue();
84
tmp += DoubleMath.log2(
positiveDoubles
[j], mode);
DoubleMathBenchmark.java
34
private static final double[]
positiveDoubles
= new double[ARRAY_SIZE];
41
positiveDoubles
[i] = randomPositiveDouble();
51
tmp += Double.doubleToRawLongBits(DoubleMath.log2(
positiveDoubles
[j]));
Completed in 146 milliseconds