Lines Matching full:rstatus
2835 uInt rstatus; /* .. */
3018 rstatus=0; /* clear status */
3020 decCopyFit(a, a, &approxset, &residue, &rstatus); /* reduce (if needed) */
3021 decFinish(a, &approxset, &residue, &rstatus); /* clean and finalize */
3025 if (rstatus&DEC_Overflow) {
3026 status=rstatus; /* use the status as-is */
3032 status|=(rstatus & ~(DEC_Rounded|DEC_Inexact));