Lines Matching refs:abs
732 /* This computes C = abs(A) */
2124 if (n<0) n=-n; /* use abs(n) */
2480 || abs(rotate)>set->digits) /* .. or out of range */
2638 || abs(reqexp)>(2*(set->digits+set->emax))) /* .. or out of range */
2693 || abs(shift)>set->digits) /* .. or out of range */
3383 /* This sets C = abs(A) */
7852 printf(" E%c%ld", esign, (LI)abs(dn->exponent));