Searched refs:MathBenchmarking (Results 1 – 10 of 10) sorted by relevance
19 import static com.google.common.math.MathBenchmarking.ARRAY_MASK;20 import static com.google.common.math.MathBenchmarking.ARRAY_SIZE;21 import static com.google.common.math.MathBenchmarking.RANDOM_SOURCE;22 import static com.google.common.math.MathBenchmarking.randomExponent;23 import static com.google.common.math.MathBenchmarking.randomNonNegativeBigInteger;24 import static com.google.common.math.MathBenchmarking.randomPositiveBigInteger;51 binomialArguments[i][1] = RANDOM_SOURCE.nextInt(MathBenchmarking.biggestBinomials.length); in setUp()54 RANDOM_SOURCE.nextInt(MathBenchmarking.biggestBinomials[k] - k) + k; in setUp()
19 import static com.google.common.math.MathBenchmarking.ARRAY_MASK;20 import static com.google.common.math.MathBenchmarking.ARRAY_SIZE;21 import static com.google.common.math.MathBenchmarking.RANDOM_SOURCE;22 import static com.google.common.math.MathBenchmarking.randomExponent;23 import static com.google.common.math.MathBenchmarking.randomNonNegativeBigInteger;24 import static com.google.common.math.MathBenchmarking.randomPositiveBigInteger;
19 import static com.google.common.math.MathBenchmarking.ARRAY_MASK;20 import static com.google.common.math.MathBenchmarking.ARRAY_SIZE;21 import static com.google.common.math.MathBenchmarking.RANDOM_SOURCE;22 import static com.google.common.math.MathBenchmarking.randomDouble;23 import static com.google.common.math.MathBenchmarking.randomPositiveDouble;
19 import static com.google.common.math.MathBenchmarking.ARRAY_MASK;20 import static com.google.common.math.MathBenchmarking.ARRAY_SIZE;21 import static com.google.common.math.MathBenchmarking.RANDOM_SOURCE;22 import static com.google.common.math.MathBenchmarking.randomNonZeroBigInteger;23 import static com.google.common.math.MathBenchmarking.randomPositiveBigInteger;
19 import static com.google.common.math.MathBenchmarking.ARRAY_MASK;20 import static com.google.common.math.MathBenchmarking.ARRAY_SIZE;21 import static com.google.common.math.MathBenchmarking.randomDouble;22 import static com.google.common.math.MathBenchmarking.randomPositiveDouble;
19 import static com.google.common.math.MathBenchmarking.ARRAY_MASK;20 import static com.google.common.math.MathBenchmarking.ARRAY_SIZE;21 import static com.google.common.math.MathBenchmarking.RANDOM_SOURCE;22 import static com.google.common.math.MathBenchmarking.randomBigInteger;23 import static com.google.common.math.MathBenchmarking.randomNonNegativeBigInteger;161 int k = binomials[i][1] = RANDOM_SOURCE.nextInt(MathBenchmarking.biggestBinomials.length); in setUp()162 binomials[i][0] = RANDOM_SOURCE.nextInt(MathBenchmarking.biggestBinomials[k] - k) + k; in setUp()
19 import static com.google.common.math.MathBenchmarking.ARRAY_MASK;20 import static com.google.common.math.MathBenchmarking.ARRAY_SIZE;21 import static com.google.common.math.MathBenchmarking.randomNonZeroBigInteger;22 import static com.google.common.math.MathBenchmarking.randomPositiveBigInteger;
19 import static com.google.common.math.MathBenchmarking.ARRAY_MASK;20 import static com.google.common.math.MathBenchmarking.ARRAY_SIZE;21 import static com.google.common.math.MathBenchmarking.RANDOM_SOURCE;
27 final class MathBenchmarking { class