Lines Matching refs:DEC_Rounded
2049 status|=DEC_Inexact|DEC_Rounded; /* deemed inexact */ in uprv_decNumberPower()
2189 status|=DEC_Inexact|DEC_Rounded; /* deemed inexact */ in uprv_decNumberPower()
3038 status|=(rstatus & ~(DEC_Rounded|DEC_Inexact)); in uprv_decNumberSquareRoot()
3095 status|=DEC_Inexact|DEC_Rounded; in uprv_decNumberSquareRoot()
3101 status|=DEC_Inexact|DEC_Rounded; in uprv_decNumberSquareRoot()
3105 if (!ISZERO(t)) status|=DEC_Inexact|DEC_Rounded; /* not equal */ in uprv_decNumberSquareRoot()
3110 if (todrop<0) status|=DEC_Rounded; /* ideally would add 0s */ in uprv_decNumberSquareRoot()
3928 *status|=DEC_Rounded; /* [but exact] */ in decAddOp()
3955 *status|=DEC_Rounded; /* [but exact] */ in decAddOp()
5349 *status|=DEC_Inexact | DEC_Rounded; /* .. inexactly */ in decExpOp()
5690 *status|=(DEC_Inexact | DEC_Rounded); /* is inexact */
5696 *status|=(DEC_Inexact | DEC_Rounded);
5814 else *status|=(DEC_Inexact | DEC_Rounded); /* no, inexact */
5977 *status&=~(DEC_Inexact | DEC_Rounded); /* [clean these] */
6957 if (*residue!=0) *status|=(DEC_Inexact | DEC_Rounded);
6963 *status|=DEC_Rounded; /* accumulate Rounded status */
7253 *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;
7430 *status|=DEC_Overflow | DEC_Inexact | DEC_Rounded;
7485 *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;