Lines Matching refs:emax
218 return ctx->emax - (ctx->prec - 1); in mpd_etop()
753 workctx->emax = ctx->emax; in mpd_workcontext()
1823 if (adjexp > ctx->emax) { in _mpd_check_exp()
1826 dec->exp = ctx->emax; in _mpd_check_exp()
1843 dec->exp = ctx->emax - ctx->prec + 1; in _mpd_check_exp()
1848 dec->exp = ctx->emax - ctx->prec + 1; in _mpd_check_exp()
1857 dec->exp = ctx->emax - ctx->prec + 1; in _mpd_check_exp()
3066 maxjump = 2 * (mpd_uint_t)(ctx->emax + ctx->prec); in mpd_qscaleb()
5063 if (mpd_exp_digits(t)-1 > ctx->emax) { in mpd_qln()
5215 if (mpd_exp_digits(t)-1 > ctx->emax) { in mpd_qlog10()
6617 ub_omega = mpd_exp_digits(ctx->emax); in _qcheck_pow_bounds()
6981 if (b->exp > ctx->emax || b->exp < mpd_etiny(ctx)) { in mpd_qquantize()
7024 if (mpd_adjexp(result) > ctx->emax || in mpd_qquantize()
7062 maxexp = (ctx->clamp) ? mpd_etop(ctx) : ctx->emax; in mpd_qreduce()
7486 varcontext.emax = maxcontext.emax = MPD_MAX_EMAX + 100; in _mpd_qreciprocal()
7601 workctx.emax = MPD_MAX_EMAX + 3; in _mpd_base_ndivmod()