- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for intsToMul (0.05 sec)
-
android/guava-tests/benchmark/com/google/common/math/ApacheBenchmark.java
} } while (!Impl.GUAVA.noAddOverflow(longsToAdd[i][0], longsToAdd[i][1])); do { for (int j = 0; j < 2; j++) { intsToMul[i][j] = randomBigInteger(Integer.SIZE - 2).intValue(); } } while (!Impl.GUAVA.noMulOverflow(intsToMul[i][0], intsToMul[i][1])); do { for (int j = 0; j < 2; j++) { longsToMul[i][j] = randomBigInteger(Long.SIZE - 2).longValue(); }
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Dec 04 17:37:03 UTC 2017 - 6.9K bytes - Viewed (0)