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