Searched refs:mpd_etop (Results 1 – 3 of 3) sorted by relevance
216 mpd_etop(const mpd_context_t *ctx) in mpd_etop() function1870 else if (ctx->clamp && dec->exp > mpd_etop(ctx)) { in _mpd_check_exp()1874 shift = dec->exp - mpd_etop(ctx); in _mpd_check_exp()6165 result->exp = mpd_etop(ctx); in mpd_qnext_minus()6212 result->exp = mpd_etop(ctx); in mpd_qnext_plus()7062 maxexp = (ctx->clamp) ? mpd_etop(ctx) : ctx->emax; in mpd_qreduce()
706 EXTINLINE mpd_ssize_t mpd_etop(const mpd_context_t *ctx);
782 return PyLong_FromSsize_t(mpd_etop(CTX(self))); in context_getetop()