Home
last modified time | relevance | path

Searched refs:mpc_fix_zero (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/lgpl3/mpc/dist/src/
H A Dexp.c191 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()
H A Dtan.c289 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()
H A Dmpc-impl.h193 __MPC_DECLSPEC int mpc_fix_zero (mpfr_t x, mpfr_rnd_t rnd);
H A Dsin_cos.c294 mpc_fix_zero (mpfr_t x, mpfr_rnd_t rnd) in mpc_fix_zero() function