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

  /src/external/gpl3/gcc/dist/libquadmath/printf/
gmp-impl.h 80 #define MPN_COPY_DECR(DST, SRC, NLIMBS) \
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
gmp-impl.h 72 #define MPN_COPY_DECR(DST, SRC, NLIMBS) \
  /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) \

Completed in 31 milliseconds