Lines Matching full:emin
128 Context(prec=28, rounding=ROUND_HALF_EVEN, Emin=-999999, Emax=999999,
279 Context(prec=9, rounding=ROUND_HALF_EVEN, Emin=-999999, Emax=999999,
304 Context(prec=9, rounding=ROUND_HALF_EVEN, Emin=-999999, Emax=999999,
991 .. class:: Context(prec=None, rounding=None, Emin=None, Emax=None, capitals=None, clamp=None, flags=None, traps=None)
1006 The *Emin* and *Emax* fields are integers specifying the outer limits allowable
1007 for exponents. *Emin* must be in the range [:const:`MIN_EMIN`, :const:`0`],
1017 range ``Emin - prec + 1 <= e <= Emax - prec + 1``. If *clamp* is
1107 Returns a value equal to ``Emin - prec + 1`` which is the minimum exponent
1538 :attr:`Emin` and :attr:`Emax` limits. If possible, the exponent is reduced to
1606 Exponent was lower than :attr:`Emin` prior to rounding.