Searched refs:mpfr_frexp (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A D | tfrexp.c | 36 inex = mpfr_frexp (&exp, y, x, MPFR_RNDN); in check_special() 44 inex = mpfr_frexp (&exp, y, x, MPFR_RNDN); in check_special() 52 inex = mpfr_frexp (&exp, y, x, MPFR_RNDN); in check_special() 60 inex = mpfr_frexp (&exp, y, x, MPFR_RNDN); in check_special() 68 inex = mpfr_frexp (&exp, y, x, MPFR_RNDN); in check_special() 76 inex = mpfr_frexp (&exp, y, x, MPFR_RNDN); in check_special() 85 inex = mpfr_frexp (&exp, y, x, MPFR_RNDN); in check_special() 95 inex = mpfr_frexp (&exp, y, x, MPFR_RNDN); in check_special() 104 inex = mpfr_frexp (&exp, y, x, MPFR_RNDZ); in check_special() 112 inex = mpfr_frexp (&exp, y, x, MPFR_RNDD); in check_special() [all …]
|
/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A D | frexp.c | 26 mpfr_frexp (mpfr_exp_t *exp, mpfr_ptr y, mpfr_srcptr x, mpfr_rnd_t rnd) in mpfr_frexp() function
|
H A D | mpfr.h | 533 __MPFR_DECLSPEC int mpfr_frexp (mpfr_exp_t*, mpfr_ptr, mpfr_srcptr, mpfr_rnd_t);
|
/netbsd-src/external/lgpl3/mpfr/dist/ |
H A D | NEWS | 227 mpfr_frexp, mpfr_grandom and mpfr_z_sub.
|
H A D | ChangeLog | 22450 [doc/mpfr.texi] Rephrased mpfr_frexp description. 22469 [doc/mpfr.texi] Improved mpfr_frexp description. 22471 [doc/mpfr.texi] Corrected typo in the mpfr_frexp description. 22551 mpfr_frexp, mpfr_grandom and mpfr_z_sub are new in MPFR 3.1. 23813 [src/frexp.c,tests/tfrexp.c] added new function mpfr_frexp
|
/netbsd-src/external/lgpl3/mpfr/dist/doc/ |
H A D | mpfr.info | 1340 -- Function: int mpfr_frexp (mpfr_exp_t *EXP, mpfr_t Y, mpfr_t X, 3663 • ‘mpfr_frexp’ in MPFR 3.1. 4914 * mpfr_frexp: Conversion Functions.
|
H A D | mpfr.texi | 1792 @deftypefun int mpfr_frexp (mpfr_exp_t *@var{exp}, mpfr_t @var{y}, mpfr_t @var{x}, mpfr_rnd_t @var{… 4411 @item @code{mpfr_frexp} in MPFR@tie{}3.1.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | simplify.cc | 3201 mpfr_frexp (&e, result->value.real, x->value.real, GFC_RND_MODE); in gfc_simplify_fraction()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | simplify.c | 3168 mpfr_frexp (&e, result->value.real, x->value.real, GFC_RND_MODE); in gfc_simplify_fraction()
|