Home
last modified time | relevance | path

Searched refs:_mpfr_exp (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dmpfr.h235 mpfr_exp_t _mpfr_exp; member
888 #define mpfr_nan_p(_x) (MPFR_SRCPTR(_x)->_mpfr_exp == __MPFR_EXP_NAN)
889 #define mpfr_inf_p(_x) (MPFR_SRCPTR(_x)->_mpfr_exp == __MPFR_EXP_INF)
890 #define mpfr_zero_p(_x) (MPFR_SRCPTR(_x)->_mpfr_exp == __MPFR_EXP_ZERO)
891 #define mpfr_regular_p(_x) (MPFR_SRCPTR(_x)->_mpfr_exp > __MPFR_EXP_INF)
897 ((_x)->_mpfr_exp < __MPFR_EXP_INF ? \
902 #define mpfr_get_exp(_x) MPFR_VALUE_OF(MPFR_SRCPTR(_x)->_mpfr_exp)
977 _p->_mpfr_exp = __MPFR_EXP_ZERO; \
1036 #define mpfr_custom_get_exp(x) MPFR_VALUE_OF(MPFR_SRCPTR(x)->_mpfr_exp)
1060 _x->_mpfr_exp = _e; \
[all …]
H A Dmul_1_extracted.c45 #define mpfr_exp _mpfr_exp
H A Dsub1sp1_extracted.c50 #define mpfr_exp _mpfr_exp
H A Dadd1sp1_extracted.c65 #define mpfr_exp _mpfr_exp
H A Dmpfr-impl.h961 #define MPFR_EXP(x) ((x)->_mpfr_exp)
2722 mpfr_exp_t _mpfr_exp; member
2751 ((void) sizeof ((x)->_mpfr_exp), \
/netbsd-src/external/lgpl3/mpc/dist/src/
H A Ddiv.c232 #define MPFR_EXP(x) ((x)->_mpfr_exp)
/netbsd-src/external/lgpl3/mpfr/dist/doc/
H A Dmpfr.info3446 • The ‘_mpfr_exp’ field stores the exponent. An exponent of 0 means
H A Dmpfr.texi4173 @item The @code{_mpfr_exp} field stores the exponent.
/netbsd-src/external/lgpl3/mpfr/dist/
H A DChangeLog15456 only when the exponent field _mpfr_exp has some special value. Thus some