Searched defs:IsPowerOf2 (Results 1 – 11 of 11) sorted by relevance
93 inline bool IsPowerOf2(V value) { in IsPowerOf2() function
44 bool IsPowerOf2(uint32_t val) { in IsPowerOf2() function
69 constexpr bool IsPowerOf2(unsigned int x) noexcept { in IsPowerOf2() function
38 constexpr bool IsPowerOf2(uint32_t x) { in IsPowerOf2() function