/third_party/astc-encoder/Source/ |
H A D | astcenc_find_best_partitioning.cpp | 261 uint8_t c1 = popcount(veorq_u64(a01, b01)); in partition_mismatch2() 262 uint8_t c2 = popcount(veorq_u64(a01, b10)); in partition_mismatch2() 270 int v1 = popcount(a[0] ^ b[0]) + popcount(a[1] ^ b[1]); in partition_mismatch2() 271 int v2 = popcount(a[0] ^ b[1]) + popcount(a[1] ^ b[0]); in partition_mismatch2() 291 int p00 = popcount(a[0] ^ b[0]); in partition_mismatch3() 292 int p01 = popcount(a[0] ^ b[1]); in partition_mismatch3() 293 int p02 = popcount(a[0] ^ b[2]); in partition_mismatch3() 295 int p10 = popcount( in partition_mismatch3() [all...] |
H A D | astcenc_vecmathlib_neon_4.h | 1110 ASTCENC_SIMD_INLINE int popcount(uint64_t v) in popcount() function 1122 ASTCENC_SIMD_INLINE int popcount(uint64x2_t v) in popcount() function 1134 ASTCENC_SIMD_INLINE int popcount(vmask4 v) in popcount() function
|
H A D | astcenc_vecmathlib_common_4.h | 364 static inline int popcount(uint64_t v) in popcount() function
|
H A D | astcenc_entry.cpp | 231 if (popcount(flags & exMask) != 0) in validate_flags() 239 if (popcount(flags & exMask) > 1) in validate_flags()
|
H A D | astcenc_vecmathlib_sse_4.h | 1308 ASTCENC_SIMD_INLINE int popcount(uint64_t v) in popcount() function
|
H A D | astcenc_compress_symbolic.cpp | 218 if (popcount(check_result_up | check_result_down) != 0) in realign_weights_undecimated()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
H A D | bits_test.cc | 253 static_assert(popcount(uint8_t{}) == 0, ""); in TEST() 254 static_assert(popcount(uint8_t{1}) == 1, ""); in TEST() 255 static_assert(popcount(static_cast<uint8_t>(-1)) == 8, ""); in TEST() 256 static_assert(popcount(uint16_t{}) == 0, ""); in TEST() 257 static_assert(popcount(uint16_t{1}) == 1, ""); in TEST() 258 static_assert(popcount(static_cast<uint16_t>(-1)) == 16, ""); in TEST() 259 static_assert(popcount(uint32_t{}) == 0, ""); in TEST() 260 static_assert(popcount(uint32_t{1}) == 1, ""); in TEST() 261 static_assert(popcount(~uint32_t{}) == 32, ""); in TEST() 262 static_assert(popcount(uint64_ in TEST() [all...] |
H A D | bits.h | 107 popcount(T x) noexcept { 116 using std::popcount;
|
/third_party/skia/third_party/externals/brotli/research/ |
H A D | deorummolae.cc | 32 static size_t popcount(uint64_t u) { in popcount() function 256 for (size_t x = 0; x < cov.size(); ++x) count += popcount(cov[x]); in DM_generate()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | ext_inst.opencl_test.cpp | 225 CASE1(Popcount, popcount),
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | ext_inst.opencl_test.cpp | 225 CASE1(Popcount, popcount),
|
/third_party/spirv-tools/test/ |
H A D | ext_inst.opencl_test.cpp | 225 CASE1(Popcount, popcount),
|
/third_party/alsa-utils/topology/nhlt/intel/ssp/ |
H A D | ssp-process.c | 29 static int popcount(uint32_t value) in popcount() function 435 active_tx_slots = popcount(ssp->ssp_prm[di].hw_cfg[hwi].tx_slots); in ssp_calculate_intern() 436 active_rx_slots = popcount(ssp->ssp_prm[di].hw_cfg[hwi].rx_slots); in ssp_calculate_intern()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | builtin.c | 285 EXPAND_FINDBIT(popcount); variable
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 781 pub fn popcount(arg1: c_uint) -> c_uint; in popcount() functions
|
/third_party/mesa3d/src/microsoft/clc/ |
H A D | clc_compiler_test.cpp | 989 TEST_F(ComputeTest, popcount) in TEST_F() 994 inout[get_global_id(0)] = popcount(inout[get_global_id(0)]);\n\ in TEST_F()
|