Home
last modified time | relevance | path

Searched refs:mpn_zero_p (Results 1 – 25 of 57) sorted by relevance

123

/netbsd/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-fib2m.c150 if (signflip != 0 && ! mpn_zero_p (fks1m, mn) && ! mpn_zero_p (fkm, mn)) in test_fib2_fib2m()
238 if (signflip && ! mpn_zero_p (fks1a, mn)) in test_fib2m_2exp()
309 if (signflip != 0 && ! mpn_zero_p (fks1b, mn) && ! mpn_zero_p (fkb, mn)) in test_fib2m_2exp()
H A Dt-brootinv.c80 if (app[0] != 1 || !(n == 1 || mpn_zero_p (app+1, n-1))) in main()
H A Dt-minvert.c45 && (an == bn || mpn_zero_p (ap + bn, an - bn))); in mpz_eq_mpn()
H A Dt-bdiv.c83 if (! mpn_zero_p (tp, qn) in check_one()
H A Dt-div.c100 if (!(nn == dn || mpn_zero_p (tp + dn, nn - dn)) || mpn_cmp (tp, dp, dn) >= 0) in check_one()
/netbsd/external/lgpl3/gmp/dist/mpn/generic/
H A Dstrongfibo.c97 if (mn == 1 || mpn_zero_p (lp + 1, mn - 1)) in mpn_llriter()
129 if (mpn_zero_p (lp, mn)) in mpn_lucm()
215 if (! mpn_zero_p (lp, mn) && LIKELY (--b0 != 0)) in mpn_strongfibo()
H A Dremove.c115 if (!mpn_zero_p (tp, pn)) in mpn_remove()
161 if (!mpn_zero_p (tp, pn)) in mpn_remove()
H A Dhgcd_appr.c122 || mpn_zero_p (ap + s + 1, n - s - 1) in mpn_hgcd_appr()
123 || mpn_zero_p (bp + s + 1, n - s - 1)) in mpn_hgcd_appr()
H A Dtoom52_mul.c149 if (mpn_zero_p (b0 + t, n - t) && mpn_cmp (b0, b1, t) < 0) in mpn_toom52_mul()
185 if (mpn_zero_p (bsm1 + t, n - t) && mpn_cmp (bsm1, b1, t) < 0) in mpn_toom52_mul()
H A Dhgcd_reduce.c170 ASSERT (mpn_zero_p (tp + nn, modn - nn)); in hgcd_matrix_apply()
184 ASSERT (mpn_zero_p (tp + nn, modn - nn)); in hgcd_matrix_apply()
H A Dtoom62_mul.c177 if (mpn_zero_p (b0 + t, n - t) && mpn_cmp (b0, b1, t) < 0) in mpn_toom62_mul()
203 if (mpn_zero_p (bsm1 + t, n - t) && mpn_cmp (bsm1, b1, t) < 0) in mpn_toom62_mul()
H A Dtoom22_mul.c161 if (mpn_zero_p (b0 + t, n - t) && mpn_cmp (b0, b1, t) < 0) in mpn_toom22_mul()
H A Dgcd.c136 if (mpn_zero_p (up, n)) in mpn_gcd()
H A Dsqrmod_bnm1.c276 ASSERT (mpn_zero_p (xp + 2*an - n+1, rn - 1 - 2*an)); in mpn_sqrmod_bnm1()
H A Dtoom42_mul.c161 if (mpn_zero_p (b0 + t, n - t) && mpn_cmp (b0, b1, t) < 0) in mpn_toom42_mul()
H A Dtoom32_mul.c171 if (mpn_zero_p (b0 + t, n - t) && mpn_cmp (b0, b1, t) < 0) in mpn_toom32_mul()
H A Dmulmod_bnm1.c316 mpn_zero_p (xp + an + bn - n + 1, rn - 1 - (an + bn))); in mpn_mulmod_bnm1()
H A Dgcdext.c265 if (mpn_zero_p (ap, n)) in mpn_gcdext()
H A Dsqrtrem.c400 if (mpn_zero_p (tp + l + 1, h - l))
/netbsd/external/lgpl3/gmp/dist/mpz/
H A Dscan1.c92 if (starting_limb == 0 || mpn_zero_p (u_ptr, starting_limb)) { in mpz_scan1()
H A Durandomm.c58 pow2 = POW2_P (nh) && (size == 1 || mpn_zero_p (np, size - 1)); in mpz_urandomm()
H A Dcombit.c50 && (limb_index == 0 || mpn_zero_p (dp, limb_index)) in mpz_combit()
/netbsd/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-gmp.h89 int mpn_zero_p (mp_srcptr, mp_size_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h1482 #define mpn_zero_p __MPN(zero_p) macro
1484 __GMP_DECLSPEC int mpn_zero_p (mp_srcptr, mp_size_t) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
2179 mpn_zero_p (mp_srcptr __gmp_p, mp_size_t __gmp_n) __GMP_NOTHROW in mpn_zero_p() function
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h1482 #define mpn_zero_p __MPN(zero_p) macro
1484 __GMP_DECLSPEC int mpn_zero_p (mp_srcptr, mp_size_t) __GMP_NOTHROW __GMP_ATTRIBUTE_PURE;
2179 mpn_zero_p (mp_srcptr __gmp_p, mp_size_t __gmp_n) __GMP_NOTHROW in mpn_zero_p() function

123