Home | History | Annotate | Download | only in i18n

Lines Matching full:adjusted

142 /*    a 999999999-digit number with adjusted exponent of -999999999). */
1329 /* decNumberLogB - get adjusted exponent, by 754 rules */
1341 /* This returns the adjusted exponent of A after (in theory) padding */
1369 Int ae=rhs->exponent+rhs->digits-1; /* adjusted exponent */
2942 exp=f->exponent+f->digits; /* adjusted to Hull rules */
3130 Int ae=rhs->exponent+rhs->digits-1; /* adjusted exponent */
3544 Int ae; /* adjusted exponent */
3552 ae=dn->exponent+dn->digits-1; /* adjusted exponent */
3564 Int ae; /* adjusted exponent */
3572 ae=dn->exponent+dn->digits-1; /* adjusted exponent */
4397 /* Precalculate exponent. This starts off adjusted (and hence fits */
4672 /* [exponent was adjusted in the loop] */
4685 /* [Here, the exponent will be 0, because var1 was adjusted */
5263 Int h; /* adjusted exponent for 0.xxxx */
5354 /* calculate the adjusted (Hull & Abrham) exponent (where the */
5949 /* if adjusted coefficient will definitely not fit, give up now */
6926 /* can be adjusted in the range [-1, +1] and achieve correct rounding */
7321 /* adjusted exponent could overflow 31 bits [because it may already */
8070 ae=dn->exponent+dn->digits-1; /* adjusted exponent */
8076 printf("Adjusted exponent underflow [%ld].\n", (LI)ae);
8082 printf("Adjusted exponent overflow [%ld].\n", (LI)ae);