Home | History | Annotate | Download | only in i18n

Lines Matching refs:adj

3709       Int adj;                     /* adjustment  */
3713 adj=(-e)%3;
3714 if (adj!=0) adj=3-adj;
3717 adj=e%3;
3719 e=e-adj;
3723 if (!ISZERO(dn)) pre+=adj;
3725 if (adj!=0) { /* 0.00Esnn needed */
3727 pre=-(2-adj);