Searched refs:diffim (Results 1 – 1 of 1) sorted by relevance
144 mpfr_exp_t diffre, diffim; in mpc_fma() local161 diffim = mpfr_get_exp (mpc_imagref(ab)); in mpc_fma()166 diffim -= mpfr_get_exp (mpc_imagref(ab)); in mpc_fma()168 diffim = (diffim > 0 ? diffim + 1 : 1); in mpc_fma()172 okim = diffim > (mpfr_exp_t) wpim ? 0 : mpfr_can_round (mpc_imagref(ab), in mpc_fma()173 wpim - diffim, GMP_RNDN, GMP_RNDZ, in mpc_fma()184 if (okim == 0 && diffim > 1) in mpc_fma()185 wpim += diffim; in mpc_fma()