Searched defs:isPowerOfTwo (Results 1 – 15 of 15) sorted by relevance
80 int isPowerOfTwo(int reps) { in isPowerOfTwo() method in DoubleMathBenchmark
129 bool isPowerOfTwo() const { in isPowerOfTwo() function
51 inline bool isPowerOfTwo(uptr X) { return (X & (X - 1)) == 0; } in isPowerOfTwo() function
199 public static boolean isPowerOfTwo(double x) { in isPowerOfTwo() method in DoubleMath
75 public static boolean isPowerOfTwo(BigInteger x) { in isPowerOfTwo() method in BigIntegerMath
93 public static boolean isPowerOfTwo(int x) { in isPowerOfTwo() method in IntMath
96 public static boolean isPowerOfTwo(long x) { in isPowerOfTwo() method in LongMath
124 bool isPowerOfTwo, in create_proxy()
122 bool isPowerOfTwo, in create_proxy()
312 bool isPowerOfTwo (T value) in isPowerOfTwo() function