- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for intsToMul (0.06 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 Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Jul 14 14:44:08 UTC 2025 - 6.9K bytes - Viewed (0)