Lines Matching refs:Emax
351 context.Emax-context.prec+1)
356 context.Emax-context.prec+1)
1661 exp_max = [context.Emax, Etop][context._clamp]
2299 if bound >= len(str(context.Emax)):
2300 ans = _dec_from_triple(result_sign, '1', context.Emax+1)
2412 exp_max = [context.Emax, context.Etop()][context._clamp]
2454 if not (context.Etiny() <= exp._exp <= context.Emax):
2463 if self_adjusted > context.Emax:
2471 if ans.adjusted() > context.Emax:
2965 if self._sign == 0 and adj > len(str((context.Emax+1)*3)):
2967 ans = _dec_from_triple(0, '1', context.Emax+1)
3576 liminf = -2 * (context.Emax + context.prec)
3577 limsup = 2 * (context.Emax + context.prec)
3784 Emin=None, Emax=None, argument
3797 self.Emax = Emax if Emax is not None else dc.Emax
3840 self.flags, self.Emin, self.Emax,
3847 self.flags.copy(), self.Emin, self.Emax,
3901 return int(self.Emax - self.prec + 1)
5883 Emax=999999999,