Home | History | Annotate | Download | only in i18n

Lines Matching refs:DEC_Rounded

2030             status|=DEC_Inexact|DEC_Rounded; /* deemed inexact  */
2170 status|=DEC_Inexact|DEC_Rounded; /* deemed inexact */
3019 status|=(rstatus & ~(DEC_Rounded|DEC_Inexact));
3076 status|=DEC_Inexact|DEC_Rounded;
3082 status|=DEC_Inexact|DEC_Rounded;
3086 if (!ISZERO(t)) status|=DEC_Inexact|DEC_Rounded; /* not equal */
3091 if (todrop<0) status|=DEC_Rounded; /* ideally would add 0s */
3909 *status|=DEC_Rounded; /* [but exact] */
3936 *status|=DEC_Rounded; /* [but exact] */
5324 *status|=DEC_Inexact | DEC_Rounded; /* .. inexactly */
5665 *status|=(DEC_Inexact | DEC_Rounded); /* is inexact */
5671 *status|=(DEC_Inexact | DEC_Rounded);
5789 else *status|=(DEC_Inexact | DEC_Rounded); /* no, inexact */
5952 *status&=~(DEC_Inexact | DEC_Rounded); /* [clean these] */
6902 /* DEC_Rounded status is set if any digits are discarded. */
6932 if (*residue!=0) *status|=(DEC_Inexact | DEC_Rounded);
6938 *status|=DEC_Rounded; /* accumulate Rounded status */
7227 *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;
7404 *status|=DEC_Overflow | DEC_Inexact | DEC_Rounded;
7459 *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;