Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dstack_interface.c35 mpfr_custom_init (void *mantissa, mpfr_prec_t prec) in mpfr_custom_init() function
H A Dmpfr.h1031 #define mpfr_custom_init(m,p) ((void) (m), (void) (p)) macro