Home | History | Annotate | Download | only in i18n

Lines Matching refs:abs

745 /*   This computes C = abs(A)                                         */
2144 if (n<0) n=-n; /* use abs(n) */
2500 || abs(rotate)>set->digits) /* .. or out of range */
2658 || abs(reqexp)>(2*(set->digits+set->emax))) /* .. or out of range */
2713 || abs(shift)>set->digits) /* .. or out of range */
3410 /* This sets C = abs(A) */
7893 printf(" E%c%ld", esign, (LI)abs(dn->exponent));