Lines Matching refs:DEC_Inexact
1451 if (!(copystat&DEC_Inexact) && w->lsu[0]==1) {
2023 status|=DEC_Inexact|DEC_Rounded; /* deemed inexact */
2163 status|=DEC_Inexact|DEC_Rounded; /* deemed inexact */
3008 status|=(rstatus & ~(DEC_Rounded|DEC_Inexact));
3065 status|=DEC_Inexact|DEC_Rounded;
3071 status|=DEC_Inexact|DEC_Rounded;
3075 if (!ISZERO(t)) status|=DEC_Inexact|DEC_Rounded; /* not equal */
3114 if (!(status&DEC_Inexact)) status&=~DEC_Underflow;
4133 && (*status&DEC_Inexact)==0) {
5310 *status|=DEC_Inexact | DEC_Rounded; /* .. inexactly */
5647 *status|=(DEC_Inexact | DEC_Rounded); /* is inexact */
5653 *status|=(DEC_Inexact | DEC_Rounded);
5771 else *status|=(DEC_Inexact | DEC_Rounded); /* no, inexact */
5931 *status&=~(DEC_Inexact | DEC_Rounded); /* [clean these] */
6825 if (newstatus & DEC_Inexact) newstatus|=DEC_Lost_digits;
6882 /* DEC_Inexact status is set if any non-zero digits are discarded, or */
6911 if (*residue!=0) *status|=(DEC_Inexact | DEC_Rounded);
6930 if (*residue!=0) *status|=DEC_Inexact; /* record inexactitude */
7034 if (*residue!=0) *status|=DEC_Inexact; /* record inexactitude */
7206 *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;
7383 *status|=DEC_Overflow | DEC_Inexact | DEC_Rounded;
7438 *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;
7468 if (*status&DEC_Inexact) *status|=DEC_Underflow;
7483 if (*status&DEC_Inexact) *status|=DEC_Underflow;
8059 if ((set->status & (DEC_Inexact|DEC_Subnormal))==DEC_Inexact