Searched defs:isPowerOfTwo (Results 1 – 3 of 3) sorted by relevance
135 bool isPowerOfTwo() const { in isPowerOfTwo() function
38 bool isPowerOfTwo(uintptr_t X) { return (X & (X - 1)) == 0; } in isPowerOfTwo() function
31 inline constexpr bool isPowerOfTwo(uptr X) { in isPowerOfTwo() function