Home | History | Annotate | Download | only in i18n

Lines Matching refs:DEC_Inexact

1468       if (!(copystat&DEC_Inexact) && w->lsu[0]==1) {
2043 status|=DEC_Inexact|DEC_Rounded; /* deemed inexact */
2183 status|=DEC_Inexact|DEC_Rounded; /* deemed inexact */
3032 status|=(rstatus & ~(DEC_Rounded|DEC_Inexact));
3089 status|=DEC_Inexact|DEC_Rounded;
3095 status|=DEC_Inexact|DEC_Rounded;
3099 if (!ISZERO(t)) status|=DEC_Inexact|DEC_Rounded; /* not equal */
3138 if (!(status&DEC_Inexact)) status&=~DEC_Underflow;
4162 && (*status&DEC_Inexact)==0) {
5343 *status|=DEC_Inexact | DEC_Rounded; /* .. inexactly */
5684 *status|=(DEC_Inexact | DEC_Rounded); /* is inexact */
5690 *status|=(DEC_Inexact | DEC_Rounded);
5808 else *status|=(DEC_Inexact | DEC_Rounded); /* no, inexact */
5971 *status&=~(DEC_Inexact | DEC_Rounded); /* [clean these] */
6865 if (newstatus & DEC_Inexact) newstatus|=DEC_Lost_digits;
6922 /* DEC_Inexact status is set if any non-zero digits are discarded, or */
6951 if (*residue!=0) *status|=(DEC_Inexact | DEC_Rounded);
6970 if (*residue!=0) *status|=DEC_Inexact; /* record inexactitude */
7075 if (*residue!=0) *status|=DEC_Inexact; /* record inexactitude */
7247 *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;
7424 *status|=DEC_Overflow | DEC_Inexact | DEC_Rounded;
7479 *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;
7509 if (*status&DEC_Inexact) *status|=DEC_Underflow;
7524 if (*status&DEC_Inexact) *status|=DEC_Underflow;
8100 if ((set->status & (DEC_Inexact|DEC_Subnormal))==DEC_Inexact