Searched refs:Popcount32 (Results 1 – 1 of 1) sorted by relevance
96 Popcount32(uint32_t x) noexcept { in Popcount32() function129 return sizeof(x) <= sizeof(uint32_t) ? Popcount32(x) : Popcount64(x); in Popcount()