Home
last modified time | relevance | path

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

/dflybsd-src/contrib/mpfr/src/
H A Dmpfr-gmp.h317 #define TMP_ALLOC(n) (MPFR_LIKELY ((n) < 16384) ? \ macro
/dflybsd-src/contrib/gmp/
H A Dgmp-impl.h341 #define TMP_ALLOC(n) \ macro
357 #define TMP_ALLOC(n) __gmp_tmp_reentrant_alloc (&__tmp_marker, n) macro
377 #define TMP_ALLOC(n) \ macro
431 #define TMP_ALLOC(size) \ macro