Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCharUnits.h129 bool isPowerOfTwo() const { in isPowerOfTwo() function
/external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
DIntMath.java52 public static boolean isPowerOfTwo(int x) { in isPowerOfTwo() method in IntMath
/external/guava/guava/src/com/google/common/math/
DDoubleMath.java176 public static boolean isPowerOfTwo(double x) { in isPowerOfTwo() method in DoubleMath
DIntMath.java63 public static boolean isPowerOfTwo(int x) { in isPowerOfTwo() method in IntMath
DBigIntegerMath.java54 public static boolean isPowerOfTwo(BigInteger x) { in isPowerOfTwo() method in BigIntegerMath
DLongMath.java60 public static boolean isPowerOfTwo(long x) { in isPowerOfTwo() method in LongMath