Lines Matching refs:DEC_Inexact

1470       if (!(copystat&DEC_Inexact) && w->lsu[0]==1) {  in uprv_decNumberLog10()
2045 status|=DEC_Inexact|DEC_Rounded; /* deemed inexact */ in uprv_decNumberPower()
2185 status|=DEC_Inexact|DEC_Rounded; /* deemed inexact */ in uprv_decNumberPower()
3034 status|=(rstatus & ~(DEC_Rounded|DEC_Inexact)); in uprv_decNumberSquareRoot()
3091 status|=DEC_Inexact|DEC_Rounded; in uprv_decNumberSquareRoot()
3097 status|=DEC_Inexact|DEC_Rounded; in uprv_decNumberSquareRoot()
3101 if (!ISZERO(t)) status|=DEC_Inexact|DEC_Rounded; /* not equal */ in uprv_decNumberSquareRoot()
3140 if (!(status&DEC_Inexact)) status&=~DEC_Underflow; in uprv_decNumberSquareRoot()
4164 && (*status&DEC_Inexact)==0) { in decAddOp()
5345 *status|=DEC_Inexact | DEC_Rounded; /* .. inexactly */ in decExpOp()
5686 *status|=(DEC_Inexact | DEC_Rounded); /* is inexact */
5692 *status|=(DEC_Inexact | DEC_Rounded);
5810 else *status|=(DEC_Inexact | DEC_Rounded); /* no, inexact */
5973 *status&=~(DEC_Inexact | DEC_Rounded); /* [clean these] */
6867 if (newstatus & DEC_Inexact) newstatus|=DEC_Lost_digits;
6953 if (*residue!=0) *status|=(DEC_Inexact | DEC_Rounded);
6972 if (*residue!=0) *status|=DEC_Inexact; /* record inexactitude */
7077 if (*residue!=0) *status|=DEC_Inexact; /* record inexactitude */
7249 *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;
7426 *status|=DEC_Overflow | DEC_Inexact | DEC_Rounded;
7481 *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;
7511 if (*status&DEC_Inexact) *status|=DEC_Underflow;
7526 if (*status&DEC_Inexact) *status|=DEC_Underflow;
8102 if ((set->status & (DEC_Inexact|DEC_Subnormal))==DEC_Inexact