Searched refs:MPC_INEX_IM (Results 1 – 25 of 25) sorted by relevance
| /netbsd/src/external/lgpl3/mpc/dist/tests/ |
| D | double_rounding.c | 62 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()
|
| D | tpow_fr.c | 37 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()
|
| D | tmul_i.c | 46 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()
|
| D | texceptions.c | 60 inex_im = MPC_INEX_IM(inex); in foo() 92 inex_im = MPC_INEX_IM(inex); in foo()
|
| D | exceptions.c | 59 inex_im = MPC_INEX_IM(inex); in foo() 91 inex_im = MPC_INEX_IM(inex); in foo()
|
| D | ttan.c | 247 MPC_INEX_RE(inex) <= 0 || MPC_INEX_IM(inex) >= 0) in bug20200301() 254 MPC_INEX_IM(inex)); in bug20200301()
|
| D | check_data.c | 25 && ((i) == TERNARY_NOT_CHECKED || (i) == MPC_INEX_IM (c)))
|
| D | read_data.c | 36 && ((i) == TERNARY_NOT_CHECKED || (i) == MPC_INEX_IM (c)))
|
| /netbsd/src/external/lgpl3/mpc/dist/src/ |
| D | acosh.c | 56 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()
|
| D | tanh.c | 46 return MPC_INEX (MPC_INEX_IM (inex), MPC_INEX_RE (inex)); in mpc_tanh()
|
| D | sinh.c | 46 return MPC_INEX (MPC_INEX_IM (inex), MPC_INEX_RE (inex)); in mpc_sinh()
|
| D | atanh.c | 51 return MPC_INEX (MPC_INEX_IM (inex), -MPC_INEX_RE (inex)); in mpc_atanh()
|
| D | asinh.c | 54 return MPC_INEX (MPC_INEX_IM (inex), -MPC_INEX_RE (inex)); in mpc_asinh()
|
| D | tan.c | 339 if (MPC_INEX_IM (inex)) in mpc_tan() 390 inex_im = mpfr_check_range (mpc_imagref (rop), MPC_INEX_IM(inex), in mpc_tan()
|
| D | sin_cos.c | 477 MPC_INEX_IM (inex_sin), in mpc_sin_cos() 487 MPC_INEX_IM (inex_cos), in mpc_sin_cos()
|
| D | log10.c | 148 inex_im = MPC_INEX_IM (inex); in mpc_log10()
|
| D | div.c | 317 inexact_im = MPC_INEX_IM (inexact_prod); in mpc_div() 434 inexact_im = MPC_INEX_IM (inex); in mpc_div()
|
| D | acos.c | 209 inex_im = MPC_INEX_IM(inex); /* inex_im is in {-1, 0, 1} */ in mpc_acos()
|
| D | pow.c | 702 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()
|
| D | atan.c | 402 inex_im = mpfr_check_range (mpc_imagref (rop), MPC_INEX_IM (inex), in mpc_atan()
|
| D | balls.c | 118 if (MPC_INEX_IM (inex)) in mpcb_set_c()
|
| D | mpc.h | 61 #define MPC_INEX_IM(inex) MPC_INEX_NEG((inex) >> 2) macro
|
| D | asin.c | 521 inex_im = mpfr_check_range (mpc_imagref (rop), MPC_INEX_IM (inex), in mpc_asin()
|
| /netbsd/src/external/lgpl3/mpc/dist/doc/ |
| D | mpc.texi | 442 @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
|
| D | mpc.info | 356 ‘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
|