Home
last modified time | relevance | path

Searched refs:MPC_INEX_IM (Results 1 – 25 of 25) sorted by relevance

/netbsd/src/external/lgpl3/mpc/dist/tests/
Ddouble_rounding.c62 int inex_im = MPC_INEX_IM (hiprec_inex); in double_rounding_mpc()
128 if (MPC_INEX_IM (inex) == 0) in double_rounding()
129 inex_im = MPC_INEX_IM (inex_hp); in double_rounding()
131 inex_im = MPC_INEX_IM (inex); in double_rounding()
Dtpow_fr.c37 if (MPC_INEX_RE(inex) != 0 || MPC_INEX_IM(inex) != 0 || in test_reuse()
42 printf ("inex=(%d %d)\n", MPC_INEX_RE(inex), MPC_INEX_IM(inex)); in test_reuse()
Dtmul_i.c46 if (MPC_INEX_RE(res) != 0 || MPC_INEX_IM(res) >=0) in check_different_precisions()
50 MPC_INEX_RE(res), MPC_INEX_IM(res)); in check_different_precisions()
Dtexceptions.c60 inex_im = MPC_INEX_IM(inex); in foo()
92 inex_im = MPC_INEX_IM(inex); in foo()
Dexceptions.c59 inex_im = MPC_INEX_IM(inex); in foo()
91 inex_im = MPC_INEX_IM(inex); in foo()
Dttan.c247 MPC_INEX_RE(inex) <= 0 || MPC_INEX_IM(inex) >= 0) in bug20200301()
254 MPC_INEX_IM(inex)); in bug20200301()
Dcheck_data.c25 && ((i) == TERNARY_NOT_CHECKED || (i) == MPC_INEX_IM (c)))
Dread_data.c36 && ((i) == TERNARY_NOT_CHECKED || (i) == MPC_INEX_IM (c)))
/netbsd/src/external/lgpl3/mpc/dist/src/
Dacosh.c56 inex = MPC_INEX (MPC_INEX_IM (inex), -MPC_INEX_RE (inex)); in mpc_acosh()
68 inex = MPC_INEX (-MPC_INEX_IM (inex), MPC_INEX_RE (inex)); in mpc_acosh()
Dtanh.c46 return MPC_INEX (MPC_INEX_IM (inex), MPC_INEX_RE (inex)); in mpc_tanh()
Dsinh.c46 return MPC_INEX (MPC_INEX_IM (inex), MPC_INEX_RE (inex)); in mpc_sinh()
Datanh.c51 return MPC_INEX (MPC_INEX_IM (inex), -MPC_INEX_RE (inex)); in mpc_atanh()
Dasinh.c54 return MPC_INEX (MPC_INEX_IM (inex), -MPC_INEX_RE (inex)); in mpc_asinh()
Dtan.c339 if (MPC_INEX_IM (inex)) in mpc_tan()
390 inex_im = mpfr_check_range (mpc_imagref (rop), MPC_INEX_IM(inex), in mpc_tan()
Dsin_cos.c477 MPC_INEX_IM (inex_sin), in mpc_sin_cos()
487 MPC_INEX_IM (inex_cos), in mpc_sin_cos()
Dlog10.c148 inex_im = MPC_INEX_IM (inex); in mpc_log10()
Ddiv.c317 inexact_im = MPC_INEX_IM (inexact_prod); in mpc_div()
434 inexact_im = MPC_INEX_IM (inex); in mpc_div()
Dacos.c209 inex_im = MPC_INEX_IM(inex); /* inex_im is in {-1, 0, 1} */ in mpc_acos()
Dpow.c702 inex_im = MPC_INEX_IM(ret_exp); in mpc_pow()
875 inex_im = mpfr_check_range (mpc_imagref (z), MPC_INEX_IM(ret), in mpc_pow()
Datan.c402 inex_im = mpfr_check_range (mpc_imagref (rop), MPC_INEX_IM (inex), in mpc_atan()
Dballs.c118 if (MPC_INEX_IM (inex)) in mpcb_set_c()
Dmpc.h61 #define MPC_INEX_IM(inex) MPC_INEX_NEG((inex) >> 2) macro
Dasin.c521 inex_im = mpfr_check_range (mpc_imagref (rop), MPC_INEX_IM (inex), in mpc_asin()
/netbsd/src/external/lgpl3/mpc/dist/doc/
Dmpc.texi442 @code{MPC_INEX_IM(i)} give 0 if the corresponding rounded value is exact,
807 and @code{y = MPC_INEX_IM(c)}, such that @var{x} is
Dmpc.info356 ‘i’, the macros ‘MPC_INEX_RE(i)’ and ‘MPC_INEX_IM(i)’ give 0 if the
711 into ‘x = MPC_INEX_RE(c)’ and ‘y = MPC_INEX_IM(c)’, such that X is