Home
last modified time | relevance | path

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

/PHP-8.3/ext/hash/xxhash/
H A Dxxhash.h3290 __uint128_t const product = (__uint128_t)lhs * (__uint128_t)rhs; in XXH_mult64to128() local
3405 XXH128_hash_t product = XXH_mult64to128(lhs, rhs); in XXH3_mul128_fold64() local
3766 __m512i const product = _mm512_mul_epu32 (data_key, data_key_lo); in XXH3_accumulate_512_avx512() local
3881 __m256i const product = _mm256_mul_epu32 (data_key, data_key_lo); in XXH3_accumulate_512_avx2() local
3987 __m128i const product = _mm_mul_epu32 (data_key, data_key_lo); in XXH3_accumulate_512_sse2() local
4176 xxh_u64x2 const product = XXH_vec_mulo((xxh_u32x4)data_key, shuffled); in XXH3_accumulate_512_vsx() local

Completed in 38 milliseconds