Lines Matching refs:emax
743 Dec_CONTEXT_GET_SSIZE(emax)
901 "valid range for unsafe emax is [0, 1070000000]");
904 ctx->emax = x;
1161 PyObject *emin, PyObject *emax, PyObject *capitals,
1174 if (emax != Py_None && context_setemax(self, emax, NULL) < 0) {
1314 PyObject *emax = Py_None;
1325 &prec, &rounding, &emin, &emax, &capitals, &clamp, &status, &traps
1332 emin, emax, capitals,
1362 ctx->prec, mpd_round_string[ctx->round], ctx->emin, ctx->emax,
1468 ctx->prec, mpd_round_string[ctx->round], ctx->emin, ctx->emax,
4754 maxctx.emax = MPD_MAX_EMAX + 21;