Home | History | Annotate | Download | only in python2.7

Lines Matching refs:exp_max

1663             exp_max = [context.Emax, Etop][context._clamp]
1664 new_exp = min(max(self._exp, Etiny), exp_max)
2414 exp_max = [context.Emax, context.Etop()][context._clamp]
2417 while dup._int[end-1] == '0' and exp < exp_max: