Searched refs:mpfr_get_f (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A D | tget_f.c | 52 mpfr_get_f (x1, y1, MPFR_RNDN); /* exact (power of 2) */ in prec_test() 67 inex = mpfr_get_f (x3, y3, MPFR_RNDN); in prec_test() 112 mpfr_get_f (x, y, MPFR_RNDN); in special_test() 121 inex = mpfr_get_f (x, y, MPFR_RNDN); in special_test() 136 inex = mpfr_get_f (x, y, MPFR_RNDN); in special_test() 150 if (mpfr_get_f (x, y, MPFR_RNDN) != 0 || mpf_cmp_ui (x, 0)) in special_test() 158 if (mpfr_get_f (x, y, MPFR_RNDN) != 0 || mpf_cmp_ui (x, 0)) in special_test() 191 inex = mpfr_get_f (x, y, (mpfr_rnd_t) rnd); in ternary_test() 222 inex = mpfr_get_f (x, y, (mpfr_rnd_t) rnd); in ternary_test() 245 inex = mpfr_get_f (x, y, (mpfr_rnd_t) rnd); in ternary_test() [all …]
|
/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A D | get_f.c | 32 mpfr_get_f (mpf_ptr x, mpfr_srcptr y, mpfr_rnd_t rnd_mode) in mpfr_get_f() function
|
H A D | mpfr.h | 493 __MPFR_DECLSPEC int mpfr_get_f (mpf_ptr, mpfr_srcptr, mpfr_rnd_t);
|
/netbsd-src/external/lgpl3/mpfr/dist/ |
H A D | NEWS | 250 of the function mpfr_get_f has changed, and the return type of the 269 - mpfr_get_f and mpfr_get_z now return a ternary value. 363 mpfr_root, mpfr_eint, mpfr_get_f, mpfr_sech, mpfr_csch, mpfr_coth,
|
H A D | ChangeLog | 22631 [doc/mpfr.texi] Improved the specification of mpfr_get_f. 26948 NEWS mpfr.texi get_f.c: mpfr_get_f now returns the usual ternary value. 32589 Fixed bug in mpfr_get_f (reported by Yury Lukach) and added test. 32809 bug fix in mpfr_get_f 33118 added missing documentation for mpfr_get_f and mpfr_pow_z 34429 new function mpfr_get_f
|
/netbsd-src/external/lgpl3/mpfr/dist/doc/ |
H A D | mpfr.info | 1376 -- Function: int mpfr_get_f (mpf_t ROP, mpfr_t OP, mpfr_rnd_t RND) 3805 • ‘mpfr_get_f’ changed in MPFR 3.0. This function was returning 3807 _erange_ flag is now set in these cases, and ‘mpfr_get_f’ now 4946 * mpfr_get_f: Conversion Functions.
|
H A D | mpfr.texi | 1836 @deftypefun int mpfr_get_f (mpf_t @var{rop}, mpfr_t @var{op}, mpfr_rnd_t @var{rnd}) 4557 @item @code{mpfr_get_f} changed in MPFR@tie{}3.0. 4560 and @code{mpfr_get_f} now returns the usual ternary value.
|