Searched refs:mpn_zero_p (Results 1 - 25 of 50) sorted by relevance

12

/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dstrongfibo.c97 if (mn == 1 || mpn_zero_p (lp + 1, mn - 1))
129 if (mpn_zero_p (lp, mn))
215 if (! mpn_zero_p (lp, mn) && LIKELY (--b0 != 0))
H A Dremove.c115 if (!mpn_zero_p (tp, pn))
161 if (!mpn_zero_p (tp, pn))
H A Dhgcd_appr.c122 || mpn_zero_p (ap + s + 1, n - s - 1)
123 || mpn_zero_p (bp + s + 1, n - s - 1))
H A Dhgcd_reduce.c170 ASSERT (mpn_zero_p (tp + nn, modn - nn));
184 ASSERT (mpn_zero_p (tp + nn, modn - nn));
H A Dtoom52_mul.c149 if (mpn_zero_p (b0 + t, n - t) && mpn_cmp (b0, b1, t) < 0)
185 if (mpn_zero_p (bsm1 + t, n - t) && mpn_cmp (bsm1, b1, t) < 0)
H A Dtoom22_mul.c161 if (mpn_zero_p (b0 + t, n - t) && mpn_cmp (b0, b1, t) < 0)
H A Dtoom62_mul.c177 if (mpn_zero_p (b0 + t, n - t) && mpn_cmp (b0, b1, t) < 0)
203 if (mpn_zero_p (bsm1 + t, n - t) && mpn_cmp (bsm1, b1, t) < 0)
H A Dtoom32_mul.c171 if (mpn_zero_p (b0 + t, n - t) && mpn_cmp (b0, b1, t) < 0)
H A Dtoom42_mul.c161 if (mpn_zero_p (b0 + t, n - t) && mpn_cmp (b0, b1, t) < 0)
H A Dgcd.c136 if (mpn_zero_p (up, n))
H A Dsqrmod_bnm1.c276 ASSERT (mpn_zero_p (xp + 2*an - n+1, rn - 1 - 2*an));
H A Dmulmod_bnm1.c316 mpn_zero_p (xp + an + bn - n + 1, rn - 1 - (an + bn)));
H A Dgcdext.c265 if (mpn_zero_p (ap, n))
/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dscan1.c92 if (starting_limb == 0 || mpn_zero_p (u_ptr, starting_limb)) {
H A Durandomm.c58 pow2 = POW2_P (nh) && (size == 1 || mpn_zero_p (np, size - 1));
H A Dcombit.c50 && (limb_index == 0 || mpn_zero_p (dp, limb_index))
/netbsd-current/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-brootinv.c80 if (app[0] != 1 || !(n == 1 || mpn_zero_p (app+1, n-1)))
H A Dt-fib2m.c150 if (signflip != 0 && ! mpn_zero_p (fks1m, mn) && ! mpn_zero_p (fkm, mn))
238 if (signflip && ! mpn_zero_p (fks1a, mn))
309 if (signflip != 0 && ! mpn_zero_p (fks1b, mn) && ! mpn_zero_p (fkb, mn))
H A Dt-minvert.c45 && (an == bn || mpn_zero_p (ap + bn, an - bn)));
H A Dt-bdiv.c83 if (! mpn_zero_p (tp, qn)
H A Dt-div.c100 if (!(nn == dn || mpn_zero_p (tp + dn, nn - dn)) || mpn_cmp (tp, dp, dn) >= 0)
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-gmp.h89 int mpn_zero_p (mp_srcptr, mp_size_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
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
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
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
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sparc/
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

Completed in 168 milliseconds

12