- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testSaturatedMultiply (0.31 seconds)
-
guava-tests/test/com/google/common/math/LongMathTest.java
saturatedCast(valueOf(a).subtract(valueOf(b))), LongMath.saturatedSubtract(a, b)); } } } @AndroidIncompatible // slow @GwtIncompatible // TODO public void testSaturatedMultiply() { for (long a : ALL_LONG_CANDIDATES) { for (long b : ALL_LONG_CANDIDATES) { assertOperationEquals( a, b, "s*",
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Oct 30 14:15:36 GMT 2025 - 31.4K bytes - Click Count (0)