Searched defs:popcount (Results 1 – 13 of 13) sorted by relevance
38 _LIBCPP_HIDE_FROM_ABI constexpr int popcount(_Tp __t) noexcept { in popcount() function
64 static popcount(n: bigint): number { method in BigintMath
107 popcount(T x) noexcept { in popcount() function
124 constexpr int popcount(T x) noexcept { in popcount() function
153 constexpr std::enable_if_t<is_bit_type<T>::value && sizeof(T) <= sizeof(unsigned), int> popcount( in popcount() function
227 uint8_t popcount = static_cast<uint8_t>(PERFETTO_POPCOUNT(current)); in UpdateSetBits() local
32 static size_t popcount(uint64_t u) { in popcount() function
781 pub fn popcount(arg1: c_uint) -> c_uint; in popcount() function