HomeSort by: relevance | last modified time | path
    Searched defs:MPN_COPY_INCR (Results 1 - 3 of 3) sorted by relevancy

  /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
  /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
  /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); \

Completed in 24 milliseconds