Home | History | Annotate | Download | only in i18n

Lines Matching refs:adj

3692       Int adj;                     /* adjustment  */
3696 adj=(-e)%3;
3697 if (adj!=0) adj=3-adj;
3700 adj=e%3;
3702 e=e-adj;
3706 if (!ISZERO(dn)) pre+=adj;
3708 if (adj!=0) { /* 0.00Esnn needed */
3710 pre=-(2-adj);