Home
last modified time | relevance | path

Searched defs:Popcount (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/binary_translation/base/include/berberis/base/
Dbit_util.h258 [[nodiscard]] constexpr T Popcount(T x) { in Popcount() function
277 [[nodiscard]] constexpr Raw<T> Popcount(Raw<T> x) { in Popcount() function
282 [[nodiscard]] constexpr Saturating<T> Popcount(Saturating<T> x) { in Popcount() function
287 [[nodiscard]] constexpr Wrapping<T> Popcount(Wrapping<T> x) { in Popcount() function