Searched refs:MPN_ZERO (Results 1 - 25 of 102) sorted by relevance

12345

/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dsetmin.c37 MPN_ZERO(xp, xn);
H A Dextract.c48 MPN_ZERO (PTR(y), two_i_2);
H A Durandomb.c104 MPN_ZERO (rp, k);
H A Dset_si_2exp.c64 MPN_ZERO(xp, xn);
H A Dset_ui_2exp.c64 MPN_ZERO(xp, xn);
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dsec_aors_1.c57 MPN_ZERO (scratch + 1, n-1);
H A Dhgcd_reduce.c163 MPN_ZERO (tp + n + mn[1][1], modn - n - mn[1][1]);
165 MPN_ZERO (sp + n + mn[0][1], modn - n - mn[0][1]);
177 MPN_ZERO (sp + n + mn[1][0], modn - n - mn[1][0]);
179 MPN_ZERO (tp + n + mn[0][0], modn - n - mn[0][0]);
H A Dbinvert.c78 MPN_ZERO (xp, rn);
H A Dfib2m.c157 MPN_ZERO (fp + fn, mn - fn);
158 MPN_ZERO (f1p + fn, mn - fn);
/netbsd-current/external/lgpl3/gmp/dist/mpq/
H A Dset_f.c63 MPN_ZERO (num_ptr, fexp - abs_fsize);
85 MPN_ZERO (den_ptr, den_size);
99 MPN_ZERO (den_ptr, den_size);
H A Dset_d.c114 MPN_ZERO (dp, dn - 1);
133 MPN_ZERO (np, nn - LIMBS_PER_DOUBLE);
/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dset_f.c60 MPN_ZERO (wp, zeros);
H A Dmul_2exp.c68 MPN_ZERO (rp, limb_cnt);
H A Dgcd.c148 MPN_ZERO (tp, g_zero_limbs);
158 MPN_ZERO (tp, g_zero_limbs);
H A Dset_d.c72 MPN_ZERO (rp, rn - LIMBS_PER_DOUBLE);
H A Dsetbit.c56 MPN_ZERO (dp + dsize, limb_idx - dsize);
H A Dcombit.c98 MPN_ZERO(dp + dsize, limb_index - dsize);
H A Dclrbit.c111 MPN_ZERO (dp + dsize, limb_idx - dsize);
H A Dpowm.c205 MPN_ZERO (newbp + bn, ncnt - bn);
215 MPN_ZERO (r2, ncnt);
228 MPN_ZERO (r2, ncnt);
240 MPN_ZERO (newmp + nodd, ncnt - nodd);
/netbsd-current/external/lgpl3/gmp/dist/mpf/
H A Dsqrt_ui.c92 MPN_ZERO (tp, zeros);
H A Dadd_ui.c96 MPN_ZERO (sump + 1, uexp - usize - 1);
146 MPN_ZERO (sump + usize, -uexp);
H A Dsqrt.c105 MPN_ZERO (tp, tsize - usize);
H A Ddiv_ui.c95 MPN_ZERO (tp, tsize - usize);
H A Dset_q.c96 MPN_ZERO (tp, zeros);
/netbsd-current/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-bdiv.c242 MPN_ZERO (qp, nn - dn);
243 MPN_ZERO (rp, dn);
252 MPN_ZERO (qp, nn - dn);
270 MPN_ZERO (qp, nn - dn);
281 MPN_ZERO (qp, nn - dn);
298 MPN_ZERO (qp, nn - dn);
299 MPN_ZERO (rp, dn);
320 MPN_ZERO (qp, nn - dn);
321 MPN_ZERO (rp, dn);
337 MPN_ZERO (q
[all...]

Completed in 264 milliseconds

12345