Home | History | Annotate | Download | only in Lib

Lines Matching full:emin

311     """Exponent < Emin before rounding.
315 Emin, before any rounding). The result in all cases is unchanged.
365 Emin). That is, the result is both inexact and subnormal.
2479 if ans and ans.adjusted() < context.Emin:
3035 return context.Emin <= self.adjusted()
3055 return self.adjusted() < context.Emin
3472 elif ans.adjusted() < context.Emin:
3775 Emin - Minimum exponent
3784 Emin=None, Emax=None,
3796 self.Emin = Emin if Emin is not None else dc.Emin
3824 'Emin=%(Emin)d, Emax=%(Emax)d, capitals=%(capitals)d'
3840 self.flags, self.Emin, self.Emax,
3847 self.flags.copy(), self.Emin, self.Emax,
3896 """Returns Etiny (= Emin - prec + 1)"""
3897 return int(self.Emin - self.prec + 1)
4269 >>> c.Emin = -999
4381 >>> c.Emin = -999
4451 >>> c.Emin = -999
4490 >>> c.Emin = -999
4512 >>> c.Emin = -999
4803 >>> c.Emin = -999
4823 >>> c.Emin = -999
4848 >>> c.Emin = -999
4914 >>> c.Emin = -999
4988 >>> c.Emin = -999
5884 Emin=-999999999,