Lines Matching full:adjustment
1561 /* (adjustment calculator, same size) */ in decNumberLog10()
3180 /* this is the more common adjustment, though both are rare */ in decNumberSquareRoot()
3825 Int adj; /* adjustment */ in decToString()
4029 adjust=lexp-res->exponent; /* adjustment needed [if -ve] */ in decAddOp()
4065 adjust=rexp-res->exponent; /* adjustment needed [if -ve] */ in decAddOp()
4881 if (compare>0 || (compare==0 && wasodd)) { /* adjustment needed */ in decDivideOp()
5364 /* than ten) or when rhs is short. As an example, the adjustment */
5706 /* The iteration ends when the adjustment x*exp(-a)-1 is tiny enough. */
5746 /* (adjustment calculator, same size) */
5752 decNumber *b=bufb; /* adjustment/work */
5813 /* adjustment calculator, if necessary. The accumulator must */
5814 /* be able to hold p digits, and the adjustment up to */
5869 decNumberZero(&numone); *numone.lsu=1; /* constant 1 for adjustment */
5879 bset.emin=-DEC_MAX_MATH*2; /* adjustment calculation */
5893 /* calculate the adjustment (exp(-a)*x-1) into b. This is a */
5905 /* the iteration ends when the adjustment cannot affect the */
5922 /* force padding if adjustment has gone to 0 before full length */
6056 Int adjust=reqexp-lhs->exponent; /* digit adjustment needed */