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

Lines Matching refs:_fix

1081         return ans._fix(context)
1102 return ans._fix(context)
1162 ans = ans._fix(context)
1167 ans = ans._fix(context)
1172 ans = ans._fix(context)
1184 ans = ans._fix(context)
1209 ans = ans._fix(context)
1271 ans = ans._fix(context)
1277 ans = ans._fix(context)
1281 ans = ans._fix(context)
1288 ans = ans._fix(context)
1350 return ans._fix(context)
1428 remainder = remainder._fix(context)
1462 remainder = remainder._fix(context)
1502 return ans._fix(context)
1508 return ans._fix(context)
1518 return ans._fix(context)
1545 return ans._fix(context)
1640 def _fix(self, context):
2288 # to _fix at the end of this function.
2345 # exactness), but since the result is exact _fix won't do this
2348 # these signals either before or after calling _fix, since
2350 # the ._fix call in a temporary context, and reraise
2367 ans = ans._fix(newcontext)
2374 # propagate signals to the original context; _fix could
2386 ans = ans._fix(context)
2408 dup = self._fix(context)
2462 return ans._fix(context)
2490 ans = ans._fix(context)
2629 return ans._fix(context)
2707 ans = ans._fix(context)
2730 return self._fix(context)
2732 return other._fix(context)
2752 return ans._fix(context)
2772 return self._fix(context)
2774 return other._fix(context)
2786 return ans._fix(context)
2958 # a result of the call to _fix.
3002 ans = ans._fix(context)
3134 ans = ans._fix(context)
3215 ans = ans._fix(context)
3247 return ans._fix(context)
3348 return self._fix(context)
3350 return other._fix(context)
3362 return ans._fix(context)
3378 return self._fix(context)
3380 return other._fix(context)
3392 return ans._fix(context)
3411 new_self = self._fix(context)
3434 new_self = self._fix(context)
3587 d = d._fix(context)
3937 return d._fix(self)
3954 return d._fix(self) # Apply the context rounding
4000 return str(a._fix(self))