Lines Matching refs:DEC_Rounded
2180 status|=DEC_Inexact|DEC_Rounded; /* deemed inexact */ in decNumberPower()
2320 status|=DEC_Inexact|DEC_Rounded; /* deemed inexact */ in decNumberPower()
3163 status|=(rstatus & ~(DEC_Rounded|DEC_Inexact)); in decNumberSquareRoot()
3220 status|=DEC_Inexact|DEC_Rounded; in decNumberSquareRoot()
3226 status|=DEC_Inexact|DEC_Rounded; in decNumberSquareRoot()
3230 if (!ISZERO(t)) status|=DEC_Inexact|DEC_Rounded; /* not equal */ in decNumberSquareRoot()
3235 if (todrop<0) status|=DEC_Rounded; /* ideally would add 0s */ in decNumberSquareRoot()
4042 *status|=DEC_Rounded; /* [but exact] */ in decAddOp()
4069 *status|=DEC_Rounded; /* [but exact] */ in decAddOp()
5457 *status|=DEC_Inexact | DEC_Rounded; /* .. inexactly */ in decExpOp()
5795 *status|=(DEC_Inexact | DEC_Rounded); /* is inexact */
5801 *status|=(DEC_Inexact | DEC_Rounded);
5919 else *status|=(DEC_Inexact | DEC_Rounded); /* no, inexact */
6079 *status&=~(DEC_Inexact | DEC_Rounded); /* [clean these] */
7058 if (*residue!=0) *status|=(DEC_Inexact | DEC_Rounded);
7064 *status|=DEC_Rounded; /* accumulate Rounded status */
7353 *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;
7530 *status|=DEC_Overflow | DEC_Inexact | DEC_Rounded;
7585 *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;