Home
last modified time | relevance | path

Searched refs:popcount (Results 1 - 16 of 16) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_find_best_partitioning.cpp261 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 Dastcenc_vecmathlib_neon_4.h1110 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 Dastcenc_vecmathlib_common_4.h364 static inline int popcount(uint64_t v) in popcount() function
H A Dastcenc_entry.cpp231 if (popcount(flags & exMask) != 0) in validate_flags()
239 if (popcount(flags & exMask) > 1) in validate_flags()
H A Dastcenc_vecmathlib_sse_4.h1308 ASTCENC_SIMD_INLINE int popcount(uint64_t v) in popcount() function
H A Dastcenc_compress_symbolic.cpp218 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 Dbits_test.cc253 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 Dbits.h107 popcount(T x) noexcept {
116 using std::popcount;
/third_party/skia/third_party/externals/brotli/research/
H A Ddeorummolae.cc32 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 Dext_inst.opencl_test.cpp225 CASE1(Popcount, popcount),
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dext_inst.opencl_test.cpp225 CASE1(Popcount, popcount),
/third_party/spirv-tools/test/
H A Dext_inst.opencl_test.cpp225 CASE1(Popcount, popcount),
/third_party/alsa-utils/topology/nhlt/intel/ssp/
H A Dssp-process.c29 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 Dbuiltin.c285 EXPAND_FINDBIT(popcount); variable
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs781 pub fn popcount(arg1: c_uint) -> c_uint; in popcount() functions
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler_test.cpp989 TEST_F(ComputeTest, popcount) in TEST_F()
994 inout[get_global_id(0)] = popcount(inout[get_global_id(0)]);\n\ in TEST_F()

Completed in 21 milliseconds