- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for noMulOverflow (0.12 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava-tests/benchmark/com/google/common/math/ApacheBenchmark.java
return false; } } @Override public boolean noMulOverflow(int a, int b) { try { int unused = IntMath.checkedMultiply(a, b); return true; } catch (ArithmeticException e) { return false; } } @Override public boolean noMulOverflow(long a, long b) { try { long unused = LongMath.checkedMultiply(a, b);Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Jul 14 14:44:08 GMT 2025 - 6.9K bytes - Click Count (0)