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

  /src/external/gpl3/gcc/dist/libquadmath/printf/
gmp-impl.h 89 #define MPN_ZERO(DST, NLIMBS) \
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
gmp-impl.h 81 #define MPN_ZERO(DST, NLIMBS) \
  /src/external/lgpl3/mpfr/dist/src/
mpfr-gmp.h 117 Note: GMP now also has the MPN_FILL macro, and GMP's MPN_ZERO(dst,n) is
119 #define MPN_ZERO(dst, n) memset((dst), 0, (n)*MPFR_BYTES_PER_MP_LIMB)
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 1895 at a time. MPN_ZERO isn't all that important in GMP, so it might be more
1923 #define MPN_ZERO(dst, n) \

Completed in 33 milliseconds