Home
last modified time | relevance | path

Searched refs:MPFR_GET_REAL_PTR (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/mpfr/src/
H A Dclear.c28 (*__gmp_free_func) (MPFR_GET_REAL_PTR (m), in mpfr_clear()
H A Dset_prec.c42 (MPFR_GET_REAL_PTR(x), MPFR_MALLOC_SIZE(xoldsize), MPFR_MALLOC_SIZE(xsize)); in mpfr_set_prec()
H A Dround_prec.c73 (MPFR_GET_REAL_PTR(x), MPFR_MALLOC_SIZE(ow), MPFR_MALLOC_SIZE(nw)); in mpfr_prec_round()
H A Dmpfr-impl.h926 #define MPFR_GET_REAL_PTR(x) \ macro