Home
last modified time | relevance | path

Searched defs:MPN_ZERO (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/mpfr/src/
H A Dmpfr-gmp.h99 #define MPN_ZERO(dst, n) memset((dst), 0, (n)*BYTES_PER_MP_LIMB) macro
/dragonfly/contrib/gmp/
H A Dgmp-impl.h1537 #define MPN_ZERO(dst, n) \ macro
1552 #define MPN_ZERO(dst, n) \ macro