Lines Matching defs:rstatus
2837 uInt rstatus; /* .. */
3020 rstatus=0; /* clear status */
3022 decCopyFit(a, a, &approxset, &residue, &rstatus); /* reduce (if needed) */
3023 decFinish(a, &approxset, &residue, &rstatus); /* clean and finalize */
3027 if (rstatus&DEC_Overflow) {
3028 status=rstatus; /* use the status as-is */
3034 status|=(rstatus & ~(DEC_Rounded|DEC_Inexact));