Lines Matching full:positive
69 /* be finite, positive, have an exponent of zero, and all digits */
172 /* +ve -- positive */
358 /* in is now positive */
2448 /* is positive) or to the right (if B is negative) without adjusting */
2484 /* convert -ve rotate to equivalent positive rotation */
2664 /* is positive) or to the right (if B is negative) without adjusting */
3680 /* a positive remainder calculation must be used here */
3750 *c='+'; c++; /* assume positive */
5283 /* positive and negative tiny cases which will result in inexact */
5289 /* exponent is such that if x is positive it will have */
5461 Int n=powers[h]; /* always positive */
5635 /* Here, rhs is positive, finite, and in range */
6057 /* as if the signs are both positive, then invert for negatives */
6136 else { /* both positive */
6315 /* Arg5 is B shift in Units (>=0; pads with 0 units if positive) */
6321 /* returned Int is the sign of the result (positive for zero) and */
6401 carry=carry+(eInt)(DECDPUNMAX+1)*(DECDPUNMAX+1); /* make positive */
6419 carry=carry+(eInt)(DECDPUNMAX+1)*(DECDPUNMAX+1); /* make positive */
6435 carry=carry+(eInt)(DECDPUNMAX+1)*(DECDPUNMAX+1); /* make positive */
6452 carry=carry+(eInt)(DECDPUNMAX+1)*(DECDPUNMAX+1); /* make positive */
6488 carry=carry+(eInt)(DECDPUNMAX+1)*(DECDPUNMAX+1); /* make positive */
6506 carry=carry+(eInt)(DECDPUNMAX+1)*(DECDPUNMAX+1); /* make positive */
6521 carry=carry+(eInt)(DECDPUNMAX+1)*(DECDPUNMAX+1); /* make positive */
6538 carry=carry+(eInt)(DECDPUNMAX+1)*(DECDPUNMAX+1); /* make positive */
6547 if (carry>0) { /* positive carry */
6678 /* it must be zero or positive */
6734 /* must be zero or positive and <= than units*DECDPUN. */
6923 if (*residue<=0) { /* not already positive */
7083 /* positive residue and the lsd of dn is 0 or 5, in which case */
7119 /* same as _UP for positive numbers, and as _DOWN for negatives */
7130 /* same as _UP for negative numbers, and as _DOWN for positive */
7234 /* b. Reducing positive exponents to 0, if would fit in digits */
7392 /* This sets the number to the maximum positive value. */
7562 /* no fractional part [usual]; allow for positive exponent */