Searched refs:MPN_ZERO (Results 51 - 75 of 102) sorted by relevance

12345

/netbsd-current/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-minvert.c35 MPN_ZERO (ap + bn, an - bn);
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/printf/
H A Dmul_n.c75 MPN_ZERO (prodp, size);
H A Dgmp-impl.h81 #define MPN_ZERO(DST, NLIMBS) \ macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dstrongfibo.c214 MPN_ZERO (lp + 2 * en, mn - 2 * en);
H A Dmu_div_qr.c197 MPN_ZERO (ip, in);
224 MPN_ZERO (tp + 1, in);
H A Dmu_divappr_q.c125 MPN_ZERO (ip, in);
152 MPN_ZERO (tp + 1, in);
H A Dtoom62_mul.c180 MPN_ZERO (bsm1 + t, n - t);
206 MPN_ZERO (bsm2 + t, n + 1 - t);
H A Dsec_powm.c201 MPN_ZERO (tp, n);
348 MPN_ZERO (tp + n, n);
H A Dmul_fft.c446 MPN_ZERO (ap, n);
738 MPN_ZERO (T + j, nprime + 1 - j);
743 MPN_ZERO (A, nprime + 1);
789 MPN_ZERO (T, nprime + 1);
792 MPN_ZERO (p, pla);
H A Dtoom32_mul.c174 MPN_ZERO (bm1 + t, n - t);
H A Dgcdext_lehmer.c173 MPN_ZERO (tp, 3*ualloc);
H A Dtoom42_mul.c164 MPN_ZERO (bsm1 + t, n - t);
H A Dhgcd_matrix.c46 MPN_ZERO (p, 4 * s);
H A Drootrem.c474 MPN_ZERO (sp + qn, bn - qn);
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dround_raw_generic.c121 MPN_ZERO(yp, nw - xsize);
H A Dset_z_2exp.c185 MPN_ZERO (fp, -dif);
H A Dsub1.c342 MPN_ZERO (ap, an + cancel1 - bn);
346 MPN_ZERO (ap, an);
H A Dsum.c498 MPN_ZERO (wp, shifts);
612 MPN_ZERO (wp, ws); /* zero the accumulator */
1019 MPN_ZERO (zp, zz);
1122 MPN_ZERO (sump, sn - en);
H A Dstrtofr.c591 MPN_ZERO (y, diff_ysize);
742 MPN_ZERO (y0, ysize);
/netbsd-current/external/gpl3/gcc/dist/libquadmath/strtod/
H A Dstrtod_l.c207 MPN_ZERO (retval, RETURN_LIMB_SIZE);
228 MPN_ZERO (&retval[RETURN_LIMB_SIZE - (shift / BITS_PER_MP_LIMB)],
1182 MPN_ZERO (retval, idx);
1322 MPN_ZERO (retval, RETURN_LIMB_SIZE - numsize);
1330 MPN_ZERO (retval, RETURN_LIMB_SIZE - numsize);
1342 MPN_ZERO (retval, RETURN_LIMB_SIZE - numsize - 1);
1356 MPN_ZERO (retval + numsize, RETURN_LIMB_SIZE - numsize);
1722 MPN_ZERO (num, empty + 1);
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/strtod/
H A Dstrtod_l.c207 MPN_ZERO (retval, RETURN_LIMB_SIZE);
228 MPN_ZERO (&retval[RETURN_LIMB_SIZE - (shift / BITS_PER_MP_LIMB)],
1182 MPN_ZERO (retval, idx);
1322 MPN_ZERO (retval, RETURN_LIMB_SIZE - numsize);
1330 MPN_ZERO (retval, RETURN_LIMB_SIZE - numsize);
1342 MPN_ZERO (retval, RETURN_LIMB_SIZE - numsize - 1);
1356 MPN_ZERO (retval + numsize, RETURN_LIMB_SIZE - numsize);
1722 MPN_ZERO (num, empty + 1);
/netbsd-current/external/gpl3/gcc/dist/libquadmath/printf/
H A Dgmp-impl.h81 #define MPN_ZERO(DST, NLIMBS) \ macro
/netbsd-current/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-eq.c171 MPN_ZERO (PTR(x), s);
/netbsd-current/external/lgpl3/gmp/dist/
H A Dextract-dbl.c68 MPN_ZERO (rp, LIMBS_PER_DOUBLE);
/netbsd-current/external/lgpl3/gmp/dist/printf/
H A Ddoprnt.c484 MPN_ZERO ((mp_ptr) p + 1, n - 1);

Completed in 308 milliseconds

12345