Searched defs:ceilingPowerOfTwo (Results 1 – 6 of 6) sorted by relevance
61 public static BigInteger ceilingPowerOfTwo(BigInteger x) { in ceilingPowerOfTwo() method in BigIntegerMath
67 public static int ceilingPowerOfTwo(int x) { in ceilingPowerOfTwo() method in IntMath
68 public static long ceilingPowerOfTwo(long x) { in ceilingPowerOfTwo() method in LongMath