Home
last modified time | relevance | path

Searched defs:mpf_init2 (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gmp/mpf/
H A Dinit2.c24 mpf_init2 (mpf_ptr r, mp_bitcnt_t prec_in_bits) in mpf_init2() function
/dragonfly/contrib/mpfr/src/
H A Dmpf2mpfr.h40 #define mpf_init2(x,p) (mpfr_init2((x),(p)), mpfr_set_ui ((x), 0, MPFR_DEFAULT_RND)) macro
/dragonfly/gnu/usr.bin/gmp/
H A Dgmp.h1386 #define mpf_init2 __gmpf_init2 macro