- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testFloorPowerOfTwoZero (0.08 seconds)
-
guava-tests/test/com/google/common/math/BigIntegerMathTest.java
} } public void testCeilingPowerOfTwoZero() { assertThrows( IllegalArgumentException.class, () -> BigIntegerMath.ceilingPowerOfTwo(BigInteger.ZERO)); } public void testFloorPowerOfTwoZero() { assertThrows( IllegalArgumentException.class, () -> BigIntegerMath.floorPowerOfTwo(BigInteger.ZERO)); } @GwtIncompatible // TODO public void testConstantSqrt2PrecomputedBits() {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 03 04:51:56 GMT 2026 - 27.1K bytes - Click Count (0) -
guava-tests/test/com/google/common/math/LongMathTest.java
} } public void testCeilingPowerOfTwoZero() { assertThrows(IllegalArgumentException.class, () -> LongMath.ceilingPowerOfTwo(0L)); } public void testFloorPowerOfTwoZero() { assertThrows(IllegalArgumentException.class, () -> LongMath.floorPowerOfTwo(0L)); } @GwtIncompatible // TODO public void testConstantMaxPowerOfSqrt2Unsigned() { assertEquals(
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)