Searched refs:MPN_COPY_DECR (Results 1 – 12 of 12) sorted by relevance
| /dragonfly/contrib/gmp/mpz/ |
| HD | mul_2exp.c | 59 MPN_COPY_DECR (wp + limb_cnt, u->_mp_d, abs_usize); in mpz_mul_2exp()
|
| /dragonfly/contrib/gmp/mpq/ |
| HD | md_2exp.c | 58 MPN_COPY_DECR (rdst_ptr, p, len); in mord_2exp()
|
| /dragonfly/contrib/mpfr/src/ |
| HD | set_uj.c | 89 MPN_COPY_DECR (yp+len, yp, k); /* Must use DECR */ in mpfr_set_uj_2exp()
|
| HD | frac.c | 111 MPN_COPY_DECR(tp + t0, up, un + 1); in mpfr_frac()
|
| HD | round_raw_generic.c | 97 MPN_COPY_DECR(yp + (nw - xsize), xp, xsize); in mpfr_round_raw_generic()
|
| HD | mpfr-gmp.h | 100 #define MPN_COPY_DECR(dst,src,n) memmove((dst),(src),(n)*BYTES_PER_MP_LIMB) macro
|
| HD | strtofr.c | 534 MPN_COPY_DECR (y + ysize - real_ysize, y, real_ysize); in parsed_string_to_mpfr()
|
| HD | sub1sp.c | 260 MPN_COPY_DECR(ap+len, ap, k); in mpfr_sub1sp()
|
| /dragonfly/contrib/gmp/mpf/ |
| HD | add_ui.c | 84 MPN_COPY_DECR (sump + uexp - usize, up, usize); in mpf_add_ui()
|
| HD | get_str.c | 207 MPN_COPY_DECR (tp - off, tp, tn); in mpf_get_str()
|
| /dragonfly/contrib/gmp/mpn/generic/ |
| HD | rootrem.c | 59 MPN_COPY_DECR (rp, up, un); \
|
| /dragonfly/contrib/gmp/ |
| HD | gmp-impl.h | 758 #define MPN_COPY_DECR(DST, SRC, N) \ 1437 #define MPN_COPY_DECR(dst, src, n) \ macro 1452 #if ! defined (MPN_COPY_DECR) && HAVE_NATIVE_mpn_copyd 1453 #define MPN_COPY_DECR(dst, src, size) \ macro 1462 #if ! defined (MPN_COPY_DECR) 1463 #define MPN_COPY_DECR(dst, src, n) \ macro
|