Searched refs:MPC_PREC_IM (Results 1 - 25 of 25) sorted by relevance

/netbsd-current/external/lgpl3/mpc/dist/src/
H A Dget_prec.c27 return (MPC_PREC_IM (x) == precre ? precre : 0);
H A Dget_prec2.c28 *pi = MPC_PREC_IM (x);
H A Dmul_i.c31 if ( MPC_PREC_RE (b) == MPC_PREC_IM (a)
32 && MPC_PREC_IM (b) == MPC_PREC_RE (a))
H A Dasinh.c37 mpc_init3 (a, MPC_PREC_IM(rop), MPC_PREC_RE(rop));
H A Datanh.c36 mpc_init3 (a, MPC_PREC_IM(rop), MPC_PREC_RE(rop));
H A Dmpc-impl.h76 #define MPC_PREC_IM(x) (mpfr_get_prec(mpc_imagref(x))) macro
77 #define MPC_MAX_PREC(x) MPC_MAX(MPC_PREC_RE(x), MPC_PREC_IM(x))
130 (unsigned long int) MPC_PREC_IM (x)); \
H A Dacosh.c44 mpc_init3 (a, MPC_PREC_IM(rop), MPC_PREC_RE(rop));
H A Dnorm.c70 prec_v = 2 * MPC_PREC_IM (b);
74 prec_v = MPC_MIN (prec, 2 * MPC_PREC_IM (b));
H A Dsin_cos.c34 mpc_init3 (op_loc, MPC_PREC_RE (op), MPC_PREC_IM (op));
241 mpc_init3 (op_loc, MPC_PREC_RE (op), MPC_PREC_IM (op));
412 MPC_PREC_IM (rop_sin)
431 MPC_PREC_IM (rop_cos)
H A Drootofunity.c184 MPC_PREC_IM(rop) + (MPC_RND_IM(rnd) == MPFR_RNDN)));
H A Dpow_ui.c137 MPC_PREC_IM(z) + (MPC_RND_IM(rnd) == MPFR_RNDN))) {
H A Dlog10.c72 MPC_PREC_IM(rop) + (MPC_RND_IM (rnd) == MPFR_RNDN));
H A Dmul.c148 mpc_init3 (rop, MPC_PREC_RE (z), MPC_PREC_IM (z));
186 mpc_init3 (rop, MPC_PREC_RE (z), MPC_PREC_IM (z));
228 mpc_init3 (result, MPC_PREC_RE (rop), MPC_PREC_IM (rop));
260 prec_re = MPC_PREC_IM(rop);
H A Dsqrt.c182 prec_t = MPC_PREC_IM (a);
185 prec_w = MPC_PREC_IM (a);
H A Ddiv.c203 mpc_init3 (tmprop, MPC_PREC_RE (rop), MPC_PREC_IM (rop));
396 MPFR_RNDZ, MPC_PREC_IM(a) + (rnd_im == MPFR_RNDN));
426 MPFR_RNDZ, MPC_PREC_IM(a) + (rnd_im == MPFR_RNDN));
H A Dexp.c177 MPC_PREC_IM(rop) + (MPC_RND_IM(rnd) == MPFR_RNDN));
H A Deta.c272 ok = mpcb_can_round (eta, MPC_PREC_RE (rop), MPC_PREC_IM (rop),
H A Dtan.c345 MPC_PREC_IM(rop) + (MPC_RND_IM(rnd) == MPFR_RNDN));
/netbsd-current/external/lgpl3/mpc/dist/tests/
H A Dprint_parameter.c110 (unsigned long int) MPC_PREC_IM (params->P[index].mpc));
H A Dmpc-tests.h33 #define MPC_PREC_IM(x) (mpfr_get_prec(mpc_imagref(x))) macro
34 #define MPC_MAX_PREC(x) MPC_MAX(MPC_PREC_RE(x), MPC_PREC_IM(x))
62 (unsigned long int) MPC_PREC_IM (x)); \
H A Dtstrtoc.c96 mpfr_set_prec (mpc_imagref (got), MPC_PREC_IM (expected));
H A Dtgeneric.c48 && MPFR_CAN_ROUND (mpc_imagref (rop4), 1, MPC_PREC_IM (rop),
90 && MPFR_CAN_ROUND (mpc_imagref (rop14), 1, MPC_PREC_IM (rop1),
94 && MPFR_CAN_ROUND (mpc_imagref (rop24), 1, MPC_PREC_IM (rop2),
172 && MPFR_CAN_ROUND (mpc_imagref (rop4), 1, MPC_PREC_IM (rop),
208 && MPFR_CAN_ROUND (mpc_imagref (rop4), 1, MPC_PREC_IM (rop),
251 && MPFR_CAN_ROUND (mpc_imagref (rop4), 1, MPC_PREC_IM (rop),
295 && MPFR_CAN_ROUND (mpc_imagref (rop4), 1, MPC_PREC_IM (rop),
334 && MPFR_CAN_ROUND (mpc_imagref (rop4), 1, MPC_PREC_IM (rop),
370 && MPFR_CAN_ROUND (mpc_imagref (rop4), 1, MPC_PREC_IM (rop),
406 && MPFR_CAN_ROUND (mpc_imagref (rop4), 1, MPC_PREC_IM (ro
[all...]
H A Dread_line.c130 MPC_PREC_IM (params->P[index_ref].mpc));
H A Dtio_str.c82 mpfr_set_prec (mpc_imagref (got), MPC_PREC_IM (expected));
H A Dtballs.c156 ok = mpcb_can_round (res, MPC_PREC_RE (rop), MPC_PREC_IM (rop),

Completed in 171 milliseconds