Home | History | Annotate | Download | only in i18n

Lines Matching defs:rstatus

2839   uInt rstatus;                    /* ..  */
3022 rstatus=0; /* clear status */
3024 decCopyFit(a, a, &approxset, &residue, &rstatus); /* reduce (if needed) */
3025 decFinish(a, &approxset, &residue, &rstatus); /* clean and finalize */
3029 if (rstatus&DEC_Overflow) {
3030 status=rstatus; /* use the status as-is */
3036 status|=(rstatus & ~(DEC_Rounded|DEC_Inexact));