Home | History | Annotate | Download | only in i18n

Lines Matching refs:adj

3711       Int adj;                     /* adjustment  */
3715 adj=(-e)%3;
3716 if (adj!=0) adj=3-adj;
3719 adj=e%3;
3721 e=e-adj;
3725 if (!ISZERO(dn)) pre+=adj;
3727 if (adj!=0) { /* 0.00Esnn needed */
3729 pre=-(2-adj);