Home
last modified time | relevance | path

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

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/mpfq/
H A Dmpfq_u64k1.c333 if (!mpfq_u64k1_is_zero(k, x)) in mpfq_u64k1_vec_is_zero()
494 w += !mpfq_u64k1_is_zero(k, x); in mpfq_u64k1_vec_hamming_weight()
504 if (!mpfq_u64k1_is_zero(k, x)) in mpfq_u64k1_vec_find_first_set()
526 if (!mpfq_u64k1_is_zero(k, x)) in mpfq_u64k1_vec_simd_find_first_set()
982 return mpfq_u64k1_is_zero(vbase->obj, r); in mpfq_u64k1_wrapper_is_zero()
H A Dmpfq_u64k1.h269 int mpfq_u64k1_is_zero(mpfq_u64k1_dst_field, mpfq_u64k1_src_elt);
516 int mpfq_u64k1_is_zero(mpfq_u64k1_dst_field K MAYBE_UNUSED, mpfq_u64k1_src_elt r) in mpfq_u64k1_is_zero() function