Home | History | Annotate | Download | only in i18n

Lines Matching full:adjusted

142 /*    a 999999999-digit number with adjusted exponent of -999999999). */
1316 /* decNumberLogB - get adjusted exponent, by 754 rules */
1328 /* This returns the adjusted exponent of A after (in theory) padding */
1356 Int ae=rhs->exponent+rhs->digits-1; /* adjusted exponent */
2918 exp=f->exponent+f->digits; /* adjusted to Hull rules */
3106 Int ae=rhs->exponent+rhs->digits-1; /* adjusted exponent */
3517 Int ae; /* adjusted exponent */
3525 ae=dn->exponent+dn->digits-1; /* adjusted exponent */
3537 Int ae; /* adjusted exponent */
3545 ae=dn->exponent+dn->digits-1; /* adjusted exponent */
4368 /* Precalculate exponent. This starts off adjusted (and hence fits */
4643 /* [exponent was adjusted in the loop] */
4656 /* [Here, the exponent will be 0, because var1 was adjusted */
5230 Int h; /* adjusted exponent for 0.xxxx */
5321 /* calculate the adjusted (Hull & Abrham) exponent (where the */
5909 /* if adjusted coefficient will definitely not fit, give up now */
6886 /* can be adjusted in the range [-1, +1] and achieve correct rounding */
7280 /* adjusted exponent could overflow 31 bits [because it may already */
8029 ae=dn->exponent+dn->digits-1; /* adjusted exponent */
8035 printf("Adjusted exponent underflow [%ld].\n", (LI)ae);
8041 printf("Adjusted exponent overflow [%ld].\n", (LI)ae);