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

/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dmpfr-gmp.h329 #define TMP_ALLOC(n) (MPFR_ASSERTD ((n) > 0), \ macro
335 #define TMP_ALLOC(n) (mpfr_tmp_allocate (&tmp_marker, (n))) macro
/netbsd-current/external/lgpl3/gmp/dist/
H A Dgmp-impl.h383 #define TMP_ALLOC(n) \ macro
400 #define TMP_ALLOC(n) __gmp_tmp_reentrant_alloc (&__tmp_marker, n) macro
420 #define TMP_ALLOC macro
474 #define TMP_ALLOC macro
[all...]

Completed in 178 milliseconds