- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for noMulOverflow (0.11 seconds)
-
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 Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Jul 14 14:44:08 GMT 2025 - 6.9K bytes - Click Count (0) -
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 Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Jul 14 14:44:08 GMT 2025 - 6.9K bytes - Click Count (0)