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

Lines Matching refs:changed

185     """Exponent of a 0 changed to fit bounds.
300 """Number got rounded (not necessarily changed during rounding).
1692 changed = rounding_method(self, digits)
1694 if changed > 0:
1708 if changed and self_is_subnormal:
1712 if changed:
2536 changed = this_function(self, digits)
2538 if changed == 1:
2610 # the method name changed, but we provide also the old one, for compatibility
5415 # the method name changed, but we provide also the old one, for compatibility