Searched defs:isPowerOfTwo (Results 1 – 14 of 14) 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
81 GLM_FUNC_QUALIFIER bool isPowerOfTwo(genType const & Value) function94 GLM_FUNC_QUALIFIER detail::tvec2<bool, P> isPowerOfTwo function105 GLM_FUNC_QUALIFIER detail::tvec3<bool, P> isPowerOfTwo function117 GLM_FUNC_QUALIFIER detail::tvec4<bool, P> isPowerOfTwo function
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
115 bool isPowerOfTwo, in create_proxy()
715 bool llvm::isPowerOfTwo(Value *V, const TargetData *TD, unsigned Depth) { in isPowerOfTwo() function in llvm
296 bool isPowerOfTwo (T value) in isPowerOfTwo() function