Lines Matching defs:emin
744 Dec_CONTEXT_GET_SSIZE(emin)
881 "valid range for unsafe emin is [-1070000000, 0]");
884 ctx->emin = x;
1161 PyObject *emin, PyObject *emax, PyObject *capitals,
1171 if (emin != Py_None && context_setemin(self, emin, NULL) < 0) {
1313 PyObject *emin = 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,
4755 maxctx.emin = MPD_MIN_EMIN - 21;