Searched defs:isPowerOfTwo (Results 1 – 6 of 6) sorted by relevance
129 bool isPowerOfTwo() const { in isPowerOfTwo() function
52 public static boolean isPowerOfTwo(int x) { in isPowerOfTwo() method in IntMath
176 public static boolean isPowerOfTwo(double x) { in isPowerOfTwo() method in DoubleMath
63 public static boolean isPowerOfTwo(int x) { in isPowerOfTwo() method in IntMath
54 public static boolean isPowerOfTwo(BigInteger x) { in isPowerOfTwo() method in BigIntegerMath
60 public static boolean isPowerOfTwo(long x) { in isPowerOfTwo() method in LongMath