Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DPageBlock.h34 inline bool isPowerOfTwo(size_t size) { return !(size & (size - 1)); } in isPowerOfTwo() function
/external/clang/include/clang/AST/
DCharUnits.h130 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
DLongMath.java60 public static boolean isPowerOfTwo(long x) { in isPowerOfTwo() method in LongMath
DBigIntegerMath.java54 public static boolean isPowerOfTwo(BigInteger x) { in isPowerOfTwo() method in BigIntegerMath
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DFastMath.java86 public static boolean isPowerOfTwo(int number) { in isPowerOfTwo() method in FastMath