Searched defs:isPowerOfTwo (Results 1 – 4 of 4) sorted by relevance
129 bool isPowerOfTwo() const { in isPowerOfTwo() function
52 inline bool isPowerOfTwo(uptr X) { return (X & (X - 1)) == 0; } in isPowerOfTwo() function
37 bool isPowerOfTwo(uintptr_t X) { return (X & (X - 1)) == 0; } in isPowerOfTwo() function
644 int isPowerOfTwo(FICL_UNS u) in isPowerOfTwo() function