Home
last modified time | relevance | path

Searched refs:mpfr_rnd (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/lgpl3/mpc/dist/tests/
Drounding.c96 params->P[index].mpfr_rnd = FIRST_MPFR_RND_MODE; in first_mode()
115 params->P[index].mpfr_rnd = in next_mode()
116 next_mpfr_rnd_mode (params->P[index].mpfr_rnd); in next_mode()
134 return is_valid_mpfr_rnd_mode (params->P[index].mpfr_rnd); in is_valid_mode()
Ddouble_rounding.c161 params->P[rnd_index].mpfr_rnd)) in double_rounding()
168 params->P[rnd_index].mpfr_rnd); in double_rounding()
Dtreal.c24 P[0].mpfr_inex = mpc_imag (P[1].mpfr, P[2].mpc, P[3].mpfr_rnd)
Dtimag.c24 P[0].mpfr_inex = mpc_imag (P[1].mpfr, P[2].mpc, P[3].mpfr_rnd)
Dtarg.c24 P[0].mpfr_inex = mpc_arg (P[1].mpfr, P[2].mpc, P[3].mpfr_rnd)
Dtabs.c24 P[0].mpfr_inex = mpc_abs (P[1].mpfr, P[2].mpc, P[3].mpfr_rnd)
Dtnorm.c97 P[0].mpfr_inex = mpc_norm (P[1].mpfr, P[2].mpc, P[3].mpfr_rnd)
Dprint_parameter.c117 mpfr_rnd_mode[params->P[index].mpfr_rnd]); in print_parameter()
Dread_line.c89 tpl_read_mpfr_rnd (datafile_context, &p->mpfr_rnd); in read_param()
Dmpc-tests.h254 mpfr_rnd_t mpfr_rnd; member