Home
last modified time | relevance | path

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

/dragonfly/contrib/mpfr/src/
HDexceptions.c74 #undef mpfr_set_emax
77 mpfr_set_emax (mpfr_exp_t exponent) in mpfr_set_emax() function
HDget_ld.c126 mpfr_set_emax (16384); in mpfr_get_ld()
HDmpfr.h291 __MPFR_DECLSPEC int mpfr_set_emax _MPFR_PROTO ((mpfr_exp_t));
/dragonfly/contrib/mpfr/doc/
HDmpfr.info2407 -- Function: int mpfr_set_emax (mpfr_exp_t EXP)
2423 `mpfr_set_emin' and `mpfr_set_emax' respectively. These values
2425 `mpfr_set_emax(mpfr_get_emax_max())' or
2483 mpfr_set_emin (-1073); mpfr_set_emax (1024);
4062 * mpfr_set_emax: Exception Related Functions.