Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dmul_2exp.c27 #undef mpfr_mul_2exp
30 mpfr_mul_2exp (mpfr_ptr y, mpfr_srcptr x, unsigned long int n, mpfr_rnd_t rnd_mode) in mpfr_mul_2exp() function
H A Dmpf2mpfr.h145 #define mpf_mul_2exp(x,y,z) mpfr_mul_2exp(x,y,z,MPFR_DEFAULT_RND)
H A Dmpfr.h653 __MPFR_DECLSPEC int mpfr_mul_2exp (mpfr_ptr, mpfr_srcptr, unsigned long,
927 #define mpfr_mul_2exp(y,x,n,r) mpfr_mul_2ui((y),(x),(n),(r)) macro
/netbsd-src/external/lgpl3/mpc/dist/src/
H A Dtan.c38 mpfr_mul_2exp (x, mpc_realref (op), 1, MPFR_RNDN); in tan_im_cmp_one()
72 mpfr_mul_2exp (x, mpc_realref (op), 1, MPFR_RNDN); in tan_re_cmp_zero()
76 mpfr_mul_2exp (x, mpc_imagref (op), 1, MPFR_RNDN); in tan_re_cmp_zero()
/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtaway.c407 test2ui (mpfr_mul_2exp, "mpfr_mul_2exp"); in main()
H A Dreuse.c606 test2ui (mpfr_mul_2exp, "mpfr_mul_2exp", p, (mpfr_rnd_t) rnd); in main()
/netbsd-src/external/lgpl3/mpfr/dist/doc/
H A Dmpfr.info3324 -- Function: int mpfr_mul_2exp (mpfr_t ROP, mpfr_t OP1, unsigned long
5066 * mpfr_mul_2exp: Compatibility with MPF.
H A Dmpfr.texi4031 @deftypefun int mpfr_mul_2exp (mpfr_t @var{rop}, mpfr_t @var{op1}, unsigned long int @var{op2}, mpf…
/netbsd-src/external/lgpl3/mpfr/dist/
H A DChangeLog5610 [tests/tsin.c] Replaced obsolete function mpfr_mul_2exp by mpfr_mul_2ui.
8901 [tools/mpfrlint] Detect the use of mpfr_div_2exp and mpfr_mul_2exp.
8906 Replaced mpfr_mul_2exp & mpfr_div_2exp by mpfr_mul_2ui & mpfr_div_2ui,
8908 Note: As documented, mpfr_mul_2exp & mpfr_div_2exp are only kept for
31930 Replaced mpfr_mul_2exp and mpfr_div_2exp by mpfr_mul_2ui and
33646 Factorize the mpfr_mul_2exp chain.
35225 FIXME: Maybe still a bug with inexact flag if overflow in mpfr_mul_2exp ?
36386 Replaced mpfr_mul_2exp and mpfr_div_2exp by mpfr_mul_2ui and
37059 mpfr_mul_2exp/mpfr_div_2exp are not obsolete
39878 mpfr_mul_2exp rewritten.
[all …]