HomeSort by relevance Sort by last modified time
    Searched refs:gCD (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-tests/benchmark/com/google/common/math/
IntMathBenchmark.java 73 @Benchmark int gCD(int reps) {
77 tmp += IntMath.gcd(nonnegative[j], positive[j]);
LongMathBenchmark.java 76 @Benchmark int gCD(int reps) {

Completed in 4759 milliseconds