Searched defs:IsPowerOf2 (Results 1 – 13 of 13) sorted by relevance
42 constexpr bool IsPowerOf2(T x) { in IsPowerOf2() function49 constexpr bool IsPowerOf2(Raw<T> x) { in IsPowerOf2() function54 constexpr bool IsPowerOf2(Saturating<T> x) { in IsPowerOf2() function59 constexpr bool IsPowerOf2(Wrapping<T> x) { in IsPowerOf2() function
92 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
32 constexpr bool IsPowerOf2(uint32_t x) { in IsPowerOf2() function
38 constexpr bool IsPowerOf2(uint32_t x) { in IsPowerOf2() function