Home | History | Annotate | Download | only in i18n

Lines Matching refs:newstatus

6850   uInt newstatus=0;                     /* status from round  */
6861 decCopyFit(res, dn, set, &residue, &newstatus);
6862 decApplyRound(res, set, residue, &newstatus);
6865 if (newstatus & DEC_Inexact) newstatus|=DEC_Lost_digits;
6866 *status|=newstatus;