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

Lines Matching refs:ideal_exp

1344                 ideal_exp = self._exp - other._exp
1345 while exp < ideal_exp and coeff % 10 == 0:
1360 ideal_exp = self._exp
1362 ideal_exp = min(self._exp, other._exp)
1367 self._rescale(ideal_exp, context.rounding))
1378 _dec_from_triple(self._sign, str(r), ideal_exp))