HomeSort by: relevance | last modified time | path
    Searched refs:MPN_COPY_DECR (Results 1 - 14 of 14) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpz/
mul_2exp.c 63 MPN_COPY_DECR (rp + limb_cnt, up, un);
  /src/external/lgpl3/gmp/dist/mpf/
add_ui.c 94 MPN_COPY_DECR (sump + uexp - usize, up, usize);
get_str.c 218 MPN_COPY_DECR (tp - off, tp, tn);
  /src/external/gpl3/gcc/dist/libquadmath/printf/
divrem.c 199 MPN_COPY_DECR (np + 1, np, dsize);
gmp-impl.h 80 #define MPN_COPY_DECR(DST, SRC, NLIMBS) \
printf_fp.c 466 MPN_COPY_DECR (frac + (exponent + to_shift) / BITS_PER_MP_LIMB,
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
divrem.c 199 MPN_COPY_DECR (np + 1, np, dsize);
gmp-impl.h 72 #define MPN_COPY_DECR(DST, SRC, NLIMBS) \
printf_fp.c 466 MPN_COPY_DECR (frac + (exponent + to_shift) / BITS_PER_MP_LIMB,
  /src/external/lgpl3/gmp/dist/tests/mpf/
t-eq.c 170 MPN_COPY_DECR (PTR(x) + s, PTR(x), SIZ(x));
  /src/external/lgpl3/gmp/dist/mpn/generic/
rootrem.c 69 MPN_COPY_DECR (rp, up, un); \
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 800 #define MPN_COPY_DECR(DST, SRC, N) \
1800 #define MPN_COPY_DECR(dst, src, n) \
1815 #if ! defined (MPN_COPY_DECR) && HAVE_NATIVE_mpn_copyd
1816 #define MPN_COPY_DECR(dst, src, size) \
1825 #if ! defined (MPN_COPY_DECR)
1826 #define MPN_COPY_DECR(dst, src, n) \
  /src/external/lgpl3/gmp/dist/tests/devel/
try.c 1497 { MPN_COPY_DECR (rp, sp, size); }
1792 { TRY_FUNFUN(MPN_COPY_DECR), TYPE_COPYD },
  /src/external/lgpl3/gmp/dist/tune/
common.c 450 SPEED_ROUTINE_MPN_COPY (MPN_COPY_DECR);

Completed in 49 milliseconds