HomeSort by: relevance | last modified time | path
    Searched refs:mpfr_inex (Results 1 - 10 of 10) sorted by relevancy

  /src/external/lgpl3/mpc/dist/tests/
timag.c 24 P[0].mpfr_inex = mpc_imag (P[1].mpfr, P[2].mpc, P[3].mpfr_rnd)
treal.c 24 P[0].mpfr_inex = mpc_imag (P[1].mpfr, P[2].mpc, P[3].mpfr_rnd)
tabs.c 24 P[0].mpfr_inex = mpc_abs (P[1].mpfr, P[2].mpc, P[3].mpfr_rnd)
targ.c 24 P[0].mpfr_inex = mpc_arg (P[1].mpfr, P[2].mpc, P[3].mpfr_rnd)
check_data.c 48 case MPFR_INEX:
49 return expected->mpfr_inex == TERNARY_NOT_CHECKED
50 || got->mpfr_inex == expected->mpfr_inex;
106 if ((params->T[i] == MPFR_INEX && params->T[out] != MPFR_INEX)
double_rounding.c 153 MPC_ASSERT (params->T[0] == MPFR_INEX);
154 MPC_ASSERT (params->T[offset] == MPFR_INEX);
160 params->P[0].mpfr_inex,
174 params->P[offset].mpfr_inex = params->P[0].mpfr_inex;
176 params->P[offset].mpfr_inex = inex;
tnorm.c 97 P[0].mpfr_inex = mpc_norm (P[1].mpfr, P[2].mpc, P[3].mpfr_rnd)
print_parameter.c 86 case MPFR_INEX:
88 MPFR_INEX_STR (params->P[index].mpfr_inex));
read_line.c 81 case MPFR_INEX:
82 tpl_read_mpfr_inex (datafile_context, &p->mpfr_inex);
141 case MPFR_INEX: case MPFR_RND:
mpc-tests.h 179 MPFR_INEX, /* mpfr_inex */
255 int mpfr_inex; member in union:__anon23590

Completed in 98 milliseconds