Lines Matching refs:adjusted
848 self_adjusted = self.adjusted()
849 other_adjusted = other.adjusted()
1395 expdiff = self.adjusted() - other.adjusted()
1539 expdiff = self.adjusted() - other.adjusted()
2017 if modulo.adjusted() >= context.prec:
2391 self_adj = self.adjusted()
2411 bound = self._log10_exp_bound() + other.adjusted()
2568 self_adjusted = self.adjusted()
2577 if ans.adjusted() > context.Emax:
2585 if ans and ans.adjusted() < context.Emin:
2660 ans = self._rescale(self.adjusted()+1-places, rounding)
2665 if ans.adjusted() != self.adjusted():
2666 ans = ans._rescale(ans.adjusted()+1-places, rounding)
2907 def adjusted(self): member in Decimal
3064 adj = self.adjusted()
3141 return context.Emin <= self.adjusted()
3161 return self.adjusted() < context.Emin
3350 ans = Decimal(self.adjusted())
3578 elif ans.adjusted() < context.Emin: