Home
last modified time | relevance | path

Searched refs:mpfq_m128_is_zero (Results 1 – 2 of 2) sorted by relevance

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/mpfq/
H A Dmpfq_m128.c333 if (!mpfq_m128_is_zero(k, x)) in mpfq_m128_vec_is_zero()
494 w += !mpfq_m128_is_zero(k, x); in mpfq_m128_vec_hamming_weight()
504 if (!mpfq_m128_is_zero(k, x)) in mpfq_m128_vec_find_first_set()
526 if (!mpfq_m128_is_zero(k, x)) in mpfq_m128_vec_simd_find_first_set()
982 return mpfq_m128_is_zero(vbase->obj, r); in mpfq_m128_wrapper_is_zero()
H A Dmpfq_m128.h270 int mpfq_m128_is_zero(mpfq_m128_dst_field, mpfq_m128_src_elt);
533 int mpfq_m128_is_zero(mpfq_m128_dst_field K MAYBE_UNUSED, mpfq_m128_src_elt r) in mpfq_m128_is_zero() function