Home
last modified time | relevance | path

Searched refs:MPFR_VALUE_OF (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dmpfr.h880 #define MPFR_VALUE_OF(x) (0 ? (x) : (x)) macro
886 #define MPFR_GET_SIGN(_x) MPFR_VALUE_OF(MPFR_SIGN(MPFR_SRCPTR(_x)))
901 #define mpfr_get_prec(_x) MPFR_VALUE_OF(MPFR_SRCPTR(_x)->_mpfr_prec)
902 #define mpfr_get_exp(_x) MPFR_VALUE_OF(MPFR_SRCPTR(_x)->_mpfr_exp)
1034 ((mpfr_void *) MPFR_VALUE_OF(MPFR_SRCPTR(x)->_mpfr_d))
1036 #define mpfr_custom_get_exp(x) MPFR_VALUE_OF(MPFR_SRCPTR(x)->_mpfr_exp)
/netbsd-src/external/lgpl3/mpfr/dist/
H A DChangeLog26698 mpfr.h: new MPFR_VALUE_OF macro, now used by mpfr_get_prec and