Home
last modified time | relevance | path

Searched refs:Popcount64 (Results 1 – 1 of 1) sorted by relevance

/external/angle/third_party/abseil-cpp/absl/numeric/internal/
Dbits.h109 Popcount64(uint64_t x) noexcept { in Popcount64() function
129 return sizeof(x) <= sizeof(uint32_t) ? Popcount32(x) : Popcount64(x); in Popcount()