| /src/external/lgpl3/gmp/dist/mpf/ |
| set.c | 54 MPN_COPY_INCR (rp, up, asize);
|
| set_prc.c | 64 MPN_COPY_INCR (xp, xp + size - new_prec_plus1, new_prec_plus1);
|
| trunc.c | 73 MPN_COPY_INCR (rp, up, asize);
|
| add_ui.c | 116 MPN_COPY_INCR (sump, up, usize - uexp); 145 MPN_COPY_INCR (sump, up, usize);
|
| div_2exp.c | 108 MPN_COPY_INCR (rp, up, abs_usize);
|
| mul_2exp.c | 102 MPN_COPY_INCR (rp, up, abs_usize);
|
| ceilfloor.c | 111 MPN_COPY_INCR (rp, up, asize);
|
| add.c | 129 MPN_COPY_INCR (rp, up, usize);
|
| get_str.c | 115 MPN_COPY_INCR (passed_rp, rp + off, rn);
|
| sub.c | 127 MPN_COPY_INCR (rp, vp, vsize);
|
| set_str.c | 116 MPN_COPY_INCR (passed_rp, rp + off, rn);
|
| /src/external/lgpl3/gmp/dist/mpz/ |
| tdiv_q_2exp.c | 62 MPN_COPY_INCR (rp, up, rn);
|
| cfdiv_q_2exp.c | 79 MPN_COPY_INCR (wp, up + limb_cnt, wsize);
|
| /src/external/lgpl3/gmp/dist/mpq/ |
| md_2exp.c | 67 MPN_COPY_INCR (rdst_ptr, p, len);
|
| /src/external/lgpl3/gmp/dist/mpn/generic/ |
| mu_div_qr.c | 191 MPN_COPY_INCR (ip, ip + 1, in); 201 MPN_COPY_INCR (ip, ip + 1, in); 261 MPN_COPY_INCR (rp, np, dn);
|
| mu_divappr_q.c | 119 MPN_COPY_INCR (ip, ip + 1, in); 129 MPN_COPY_INCR (ip, ip + 1, in);
|
| dcpi1_divappr_q.c | 216 MPN_COPY_INCR (qp, qp + 1, qn);
|
| rootrem.c | 59 MPN_COPY_INCR (rp, up, un); \
|
| /src/external/gpl3/gcc/dist/libquadmath/printf/ |
| gmp-impl.h | 74 #define MPN_COPY_INCR(DST, SRC, NLIMBS) \ 86 #define MPN_COPY MPN_COPY_INCR
|
| printf_fp.c | 560 MPN_COPY_INCR (scale, scale + i, scalesize - i); 562 MPN_COPY_INCR (frac, frac + i, fracsize - i);
|
| /src/external/gpl3/gcc.old/dist/libquadmath/printf/ |
| gmp-impl.h | 66 #define MPN_COPY_INCR(DST, SRC, NLIMBS) \ 78 #define MPN_COPY MPN_COPY_INCR
|
| printf_fp.c | 560 MPN_COPY_INCR (scale, scale + i, scalesize - i); 562 MPN_COPY_INCR (frac, frac + i, fracsize - i);
|
| /src/external/lgpl3/gmp/dist/rand/ |
| randlc2x.c | 137 MPN_COPY_INCR (rp, tp, xn + 1); 140 MPN_COPY_INCR (rp, tp + xn, tn);
|
| /src/external/lgpl3/gmp/dist/tests/mpn/ |
| t-minvert.c | 34 MPN_COPY_INCR (ap, mpz_limbs_read (b), bn);
|
| /src/external/lgpl3/gmp/dist/ |
| gmp-impl.h | 796 #define MPN_COPY_INCR(DST, SRC, N) \ 1747 #define MPN_COPY_INCR(dst, src, n) \ 1762 #if ! defined (MPN_COPY_INCR) && HAVE_NATIVE_mpn_copyi 1763 #define MPN_COPY_INCR(dst, src, size) \ 1772 #if ! defined (MPN_COPY_INCR) 1773 #define MPN_COPY_INCR(dst, src, n) \ 1856 MPN_COPY_INCR (d, s, n); \
|