- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for intGCD (0.05 sec)
-
android/guava-tests/benchmark/com/google/common/math/ApacheBenchmark.java
for (int i = 0; i < reps; i++) { int j = i & ARRAY_MASK; tmp += Double.doubleToRawLongBits(impl.factorialDouble(factorials[j])); } return tmp; } @Benchmark int intGCD(int reps) { int tmp = 0; for (int i = 0; i < reps; i++) { int j = i & ARRAY_MASK; tmp += impl.gcdInt(nonnegInt[j][0], nonnegInt[j][1]); } return tmp; } @Benchmark
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Dec 04 17:37:03 UTC 2017 - 6.9K bytes - Viewed (0)