Searched refs:mpc_fix_zero (Results 1 – 4 of 4) sorted by relevance
191 inex_re = mpc_fix_zero (mpc_realref(rop), MPC_RND_RE(rnd)); in mpc_exp()192 inex_im = mpc_fix_zero (mpc_imagref(rop), MPC_RND_IM(rnd)); in mpc_exp()
289 inex_re = mpc_fix_zero (mpc_realref (rop), MPC_RND_RE(rnd)); in mpc_tan()291 inex_im = mpc_fix_zero (mpc_imagref (rop), MPC_RND_IM(rnd)); in mpc_tan()
193 __MPC_DECLSPEC int mpc_fix_zero (mpfr_t x, mpfr_rnd_t rnd);
294 mpc_fix_zero (mpfr_t x, mpfr_rnd_t rnd) in mpc_fix_zero() function