Searched defs:isPowerOfTwo (Results 1 – 13 of 13) sorted by relevance
76 @Benchmark int isPowerOfTwo(int reps) { in isPowerOfTwo() method in DoubleMathBenchmark
129 bool isPowerOfTwo() const { in isPowerOfTwo() function
53 public static boolean isPowerOfTwo(BigInteger x) { in isPowerOfTwo() method in BigIntegerMath
56 public static boolean isPowerOfTwo(long x) { in isPowerOfTwo() method in LongMath
59 public static boolean isPowerOfTwo(int x) { in isPowerOfTwo() method in IntMath
62 public static boolean isPowerOfTwo(int x) { in isPowerOfTwo() method in IntMath
197 public static boolean isPowerOfTwo(double x) { in isPowerOfTwo() method in DoubleMath
61 public static boolean isPowerOfTwo(long x) { in isPowerOfTwo() method in LongMath
55 public static boolean isPowerOfTwo(BigInteger x) { in isPowerOfTwo() method in BigIntegerMath
122 bool isPowerOfTwo, in create_proxy()
715 bool llvm::isPowerOfTwo(Value *V, const TargetData *TD, unsigned Depth) { in isPowerOfTwo() function in llvm
303 bool isPowerOfTwo (T value) in isPowerOfTwo() function