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

  /src/external/lgpl3/mpc/dist/src/
fma.c 69 mpfr_exp_t diffre, diffim; local
86 diffim = mpfr_get_exp (mpc_imagref(ab));
91 diffim -= mpfr_get_exp (mpc_imagref(ab));
93 diffim = (diffim > 0 ? diffim + 1 : 1);
97 okim = diffim > (mpfr_exp_t) wpim ? 0 : mpfr_can_round (mpc_imagref(ab),
98 wpim - diffim, MPFR_RNDN, MPFR_RNDZ,
109 if (okim == 0 && diffim > 1)
110 wpim += diffim;
    [all...]

Completed in 45 milliseconds