Searched defs:nonnegative (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava-tests/benchmark/com/google/common/math/
H A DIntMathBenchmark.java40 private static final int[] nonnegative = new int[ARRAY_SIZE]; field in class:IntMathBenchmark
50 nonnegative[i] = randomNonNegativeBigInteger(Integer.SIZE - 1).intValue();
77 tmp += IntMath.gcd(nonnegative[j], positive[j]);
H A DLongMathBenchmark.java40 private static final long[] nonnegative = new long[ARRAY_SIZE]; field in class:LongMathBenchmark
48 nonnegative[i] = randomNonNegativeBigInteger(Long.SIZE - 1).longValue();
80 tmp += LongMath.mod(nonnegative[j], positive[j]);

Completed in 89 milliseconds