Home
last modified time | relevance | path

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

/external/cronet/tot/third_party/libc++/src/include/__bit/
Dpopcount.h44 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr int popcount(_Tp __t) noexcept { in popcount() function
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__bit/
Dpopcount.h44 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr int popcount(_Tp __t) noexcept { in popcount() function
/external/cronet/stable/third_party/libc++/src/include/__bit/
Dpopcount.h44 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr int popcount(_Tp __t) noexcept { in popcount() function
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__bit/
Dpopcount.h44 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr int popcount(_Tp __t) noexcept { in popcount() function
/external/cronet/tot/third_party/llvm-libc/src/src/__support/CPP/
Dbit.h268 popcount(T value) { in popcount() function
274 popcount(T value) { in popcount() function
/external/llvm-libc/src/__support/CPP/
Dbit.h268 popcount(T value) { in popcount() function
274 popcount(T value) { in popcount() function
/external/cronet/stable/third_party/llvm-libc/src/src/__support/CPP/
Dbit.h268 popcount(T value) { in popcount() function
274 popcount(T value) { in popcount() function
/external/perfetto/ui/src/base/
Dbigint_math.ts93 static popcount(n: bigint): number { method in BigintMath
/external/abseil-cpp/absl/numeric/
Dbits.h133 popcount(T x) noexcept { in popcount() function
/external/cronet/tot/third_party/abseil-cpp/absl/numeric/
Dbits.h133 popcount(T x) noexcept { in popcount() function
/external/cronet/stable/third_party/abseil-cpp/absl/numeric/
Dbits.h133 popcount(T x) noexcept { in popcount() function
/external/pdfium/third_party/abseil-cpp/absl/numeric/
Dbits.h141 popcount(T x) noexcept { in popcount() function
/external/angle/third_party/abseil-cpp/absl/numeric/
Dbits.h138 popcount(T x) noexcept { in popcount() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/numeric/
Dbits.h107 popcount(T x) noexcept { in popcount() function
/external/pigweed/third_party/fuchsia/repo/sdk/lib/stdcompat/include/lib/stdcompat/
Dbit.h124 constexpr int popcount(T x) noexcept { in popcount() function
/external/pigweed/third_party/fuchsia/repo/sdk/lib/stdcompat/include/lib/stdcompat/internal/
Dbit.h153 constexpr std::enable_if_t<is_bit_type<T>::value && sizeof(T) <= sizeof(unsigned), int> popcount( in popcount() function
/external/sdv/vsomeip/third_party/boost/core/include/boost/core/
Dbit.hpp371 BOOST_CONSTEXPR int popcount( T x ) BOOST_NOEXCEPT in popcount() function
402 BOOST_CXX14_CONSTEXPR int popcount( T x ) BOOST_NOEXCEPT in popcount() function
/external/perfetto/src/trace_processor/containers/
Dbit_vector.cc290 auto popcount = static_cast<uint8_t>(PERFETTO_POPCOUNT(current)); in UpdateSetBits() local
380 auto popcount = static_cast<uint32_t>(PERFETTO_POPCOUNT(*cur_mask)); in SelectBits() local
/external/deqp-deps/glslang/SPIRV/
Ddisassemble.cpp342 static uint32_t popcount(uint32_t mask) in popcount() function
/external/angle/third_party/glslang/src/SPIRV/
Ddisassemble.cpp342 static uint32_t popcount(uint32_t mask) in popcount() function
/external/brotli/research/
Ddeorummolae.cc32 static size_t popcount(uint64_t u) { in popcount() function
/external/mesa3d/src/microsoft/clc/
Dclc_compiler_test.cpp1020 TEST_F(ComputeTest, popcount) in TEST_F() argument
/external/rust/android-crates-io/crates/libc/src/solid/
Dmod.rs781 pub fn popcount(arg1: c_uint) -> c_uint; in popcount() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/solid/
Dmod.rs781 pub fn popcount(arg1: c_uint) -> c_uint; in popcount() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/solid/
Dmod.rs781 pub fn popcount(arg1: c_uint) -> c_uint; in popcount() function