Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
Dbits.h107 popcount(T x) noexcept { in popcount() function
/third_party/skia/third_party/externals/brotli/research/
Ddeorummolae.cc32 static size_t popcount(uint64_t u) { in popcount() function
/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler_test.cpp989 TEST_F(ComputeTest, popcount) in TEST_F() argument
/third_party/rust/crates/libc/src/solid/
Dmod.rs781 pub fn popcount(arg1: c_uint) -> c_uint; in popcount() function