Searched refs:newstatus (Results 1 – 2 of 2) sorted by relevance
157 uInt newstatus, uInt mask) { in uprv_decContextRestoreStatus() argument159 context->status|=(mask&newstatus); /* or in the new bits */ in uprv_decContextRestoreStatus()
6852 uInt newstatus=0; /* status from round */ local6863 decCopyFit(res, dn, set, &residue, &newstatus);6864 decApplyRound(res, set, residue, &newstatus);6867 if (newstatus & DEC_Inexact) newstatus|=DEC_Lost_digits;6868 *status|=newstatus;