Searched refs:INV_RND (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/external/lgpl3/mpc/dist/src/ |
| D | rootofunity.c | 94 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()
|
| D | acosh.c | 49 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()
|
| D | sqrt.c | 133 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()
|
| D | acos.c | 133 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()
|
| D | mul.c | 156 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()
|
| D | log.c | 84 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()
|
| D | atanh.c | 39 MPC_RND (INV_RND (MPC_RND_IM (rnd)), MPC_RND_RE (rnd))); in mpc_atanh()
|
| D | asinh.c | 40 MPC_RND (INV_RND (MPC_RND_IM (rnd)), MPC_RND_RE (rnd))); in mpc_asinh()
|
| D | mpc-impl.h | 79 #define INV_RND(r) \ macro
|
| D | asin.c | 353 INV_RND (MPC_RND_IM (rnd))); in mpc_asin() 370 INV_RND (MPC_RND_IM (rnd))); in mpc_asin()
|
| D | sqr.c | 220 inex_re = -mpfr_sqr (mpc_realref(rop), mpc_imagref(op), INV_RND (MPC_RND_RE(rnd))); in mpc_sqr()
|
| D | atan.c | 34 inex = mpfr_const_pi (rop, s < 0 ? INV_RND (rnd) : rnd); in set_pi_over_2()
|