Searched defs:IsPowerOf2 (Results 1 – 6 of 6) sorted by relevance
92 inline bool IsPowerOf2(V value) { in IsPowerOf2() function
46 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