Home
last modified time | relevance | path

Searched defs:ceilingPowerOfTwo (Results 1 – 6 of 6) sorted by relevance

/external/guava/android/guava/src/com/google/common/math/
DBigIntegerMath.java60 public static BigInteger ceilingPowerOfTwo(BigInteger x) { in ceilingPowerOfTwo() method in BigIntegerMath
DIntMath.java66 public static int ceilingPowerOfTwo(int x) { in ceilingPowerOfTwo() method in IntMath
DLongMath.java67 public static long ceilingPowerOfTwo(long x) { in ceilingPowerOfTwo() method in LongMath
/external/guava/guava/src/com/google/common/math/
DBigIntegerMath.java60 public static BigInteger ceilingPowerOfTwo(BigInteger x) { in ceilingPowerOfTwo() method in BigIntegerMath
DIntMath.java66 public static int ceilingPowerOfTwo(int x) { in ceilingPowerOfTwo() method in IntMath
DLongMath.java67 public static long ceilingPowerOfTwo(long x) { in ceilingPowerOfTwo() method in LongMath