Home
last modified time | relevance | path

Searched refs:INV_RND (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/lgpl3/mpc/dist/src/
Drootofunity.c94 rnd_im = INV_RND (rnd_im); in mpc_rootofunity()
115 rnd_re = INV_RND (rnd_re); in mpc_rootofunity()
137 rnd_re = INV_RND (rnd_re); in mpc_rootofunity()
140 rnd_im = INV_RND (rnd_im); in mpc_rootofunity()
Dacosh.c49 MPC_RND (INV_RND (MPC_RND_IM (rnd)), MPC_RND_RE (rnd))); in mpc_acosh()
61 MPC_RND (MPC_RND_IM (rnd), INV_RND(MPC_RND_RE (rnd)))); in mpc_acosh()
Dsqrt.c133 inex_w = -mpfr_sqrt (mpc_imagref (a), w, INV_RND (MPC_RND_IM (rnd))); in mpc_sqrt()
162 inex_t = -mpfr_sqrt (mpc_imagref (a), y, INV_RND (MPC_RND_IM (rnd))); in mpc_sqrt()
196 rnd_w = INV_RND(MPC_RND_IM (rnd)); in mpc_sqrt()
197 rnd_t = INV_RND(MPC_RND_RE (rnd)); in mpc_sqrt()
Dacos.c133 INV_RND (MPC_RND_IM (rnd))); in mpc_acos()
148 INV_RND (MPC_RND_IM (rnd))); in mpc_acos()
168 INV_RND (MPC_RND_IM (rnd))); in mpc_acos()
Dmul.c156 INV_RND (MPC_RND_RE (rnd))); in mul_imag()
270 rnd_re = INV_RND(rnd_re); in mpc_mul_karatsuba()
417 INV_RND(MPC_RND_IM(rnd))); in mpc_mul_karatsuba()
423 INV_RND(MPC_RND_IM(rnd))); in mpc_mul_karatsuba()
Dlog.c84 rnd_im = INV_RND (MPC_RND_IM (rnd)); in mpc_log()
109 inex_im = mpfr_const_pi (mpc_imagref (rop), INV_RND (MPC_RND_IM (rnd))); in mpc_log()
Datanh.c39 MPC_RND (INV_RND (MPC_RND_IM (rnd)), MPC_RND_RE (rnd))); in mpc_atanh()
Dasinh.c40 MPC_RND (INV_RND (MPC_RND_IM (rnd)), MPC_RND_RE (rnd))); in mpc_asinh()
Dmpc-impl.h79 #define INV_RND(r) \ macro
Dasin.c353 INV_RND (MPC_RND_IM (rnd))); in mpc_asin()
370 INV_RND (MPC_RND_IM (rnd))); in mpc_asin()
Dsqr.c220 inex_re = -mpfr_sqr (mpc_realref(rop), mpc_imagref(op), INV_RND (MPC_RND_RE(rnd))); in mpc_sqr()
Datan.c34 inex = mpfr_const_pi (rop, s < 0 ? INV_RND (rnd) : rnd); in set_pi_over_2()