Searched refs:newstatus (Results 1 – 3 of 3) sorted by relevance
167 self.newstatus()286 self.newstatus()291 self.newstatus()299 self.newstatus()305 self.newstatus()310 self.newstatus()312 def newstatus(self): member in CheckerWindow
159 uInt newstatus, uInt mask) { in uprv_decContextRestoreStatus() argument161 context->status|=(mask&newstatus); /* or in the new bits */ in uprv_decContextRestoreStatus()
6856 uInt newstatus=0; /* status from round */ local6867 decCopyFit(res, dn, set, &residue, &newstatus);6868 decApplyRound(res, set, residue, &newstatus);6871 if (newstatus & DEC_Inexact) newstatus|=DEC_Lost_digits;6872 *status|=newstatus;