Home | History | Annotate | Download | only in Lib

Lines Matching full:emin

339     """Exponent < Emin before rounding.
343 Emin, before any rounding). The result in all cases is unchanged.
393 Emin). That is, the result is both inexact and subnormal.
2622 if ans and ans.adjusted() < context.Emin:
3178 return context.Emin <= self.adjusted()
3198 return self.adjusted() < context.Emin
3615 elif ans.adjusted() < context.Emin:
3918 Emin - Minimum exponent
3925 def __init__(self, prec=None, rounding=None, Emin=None, Emax=None,
3937 self.Emin = Emin if Emin is not None else dc.Emin
3989 elif name == 'Emin':
4019 (self.prec, self.rounding, self.Emin, self.Emax,
4026 'Emin=%(Emin)d, Emax=%(Emax)d, capitals=%(capitals)d, '
4047 nc = Context(self.prec, self.rounding, self.Emin, self.Emax,
4054 nc = Context(self.prec, self.rounding, self.Emin, self.Emax,
4105 """Returns Etiny (= Emin - prec + 1)"""
4106 return int(self.Emin - self.prec + 1)
4480 >>> c.Emin = -999
4594 >>> c.Emin = -999
4664 >>> c.Emin = -999
4703 >>> c.Emin = -999
4725 >>> c.Emin = -999
5016 >>> c.Emin = -999
5036 >>> c.Emin = -999
5061 >>> c.Emin = -999
5127 >>> c.Emin = -999
5201 >>> c.Emin = -999
6118 Emin=-999999,