Lines Matching full:adjustment
1420 /* (adjustment calculator, same size) */
3049 /* this is the more common adjustment, though both are rare */
3705 Int adj; /* adjustment */
3909 adjust=lexp-res->exponent; /* adjustment needed [if -ve] */
3945 adjust=rexp-res->exponent; /* adjustment needed [if -ve] */
4763 if (compare>0 || (compare==0 && wasodd)) { /* adjustment needed */
5250 /* than ten) or when rhs is short. As an example, the adjustment */
5591 /* The iteration ends when the adjustment x*exp(-a)-1 is tiny enough. */
5635 /* (adjustment calculator, same size) */
5641 decNumber *b=bufb; /* adjustment/work */
5702 /* adjustment calculator, if necessary. The accumulator must */
5703 /* be able to hold p digits, and the adjustment up to */
5758 uprv_decNumberZero(&numone); *numone.lsu=1; /* constant 1 for adjustment */
5768 bset.emin=-DEC_MAX_MATH*2; /* adjustment calculation */
5782 /* calculate the adjustment (exp(-a)*x-1) into b. This is a */
5794 /* the iteration ends when the adjustment cannot affect the */
5811 /* force padding if adjustment has gone to 0 before full length */
5948 Int adjust=reqexp-lhs->exponent; /* digit adjustment needed */