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