Lines Matching refs:DEC_Inexact

1609       if (!(copystat&DEC_Inexact) && w->lsu[0]==1) {  in decNumberLog10()
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()
3262 if (!(status&DEC_Inexact)) status&=~DEC_Underflow; in decNumberSquareRoot()
4280 && (*status&DEC_Inexact)==0) { 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] */
6972 if (newstatus & DEC_Inexact) newstatus|=DEC_Lost_digits;
7058 if (*residue!=0) *status|=(DEC_Inexact | DEC_Rounded);
7077 if (*residue!=0) *status|=DEC_Inexact; /* record inexactitude */
7181 if (*residue!=0) *status|=DEC_Inexact; /* record inexactitude */
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;
7615 if (*status&DEC_Inexact) *status|=DEC_Underflow;
7630 if (*status&DEC_Inexact) *status|=DEC_Underflow;
8238 if ((set->status & (DEC_Inexact|DEC_Subnormal))==DEC_Inexact