Home
last modified time | relevance | path

Searched refs:newstatus (Results 1 – 2 of 2) sorted by last modified time

/qemu/libdecnumber/
H A DdecContext.c195 uInt newstatus, uInt mask) { in decContextRestoreStatus() argument
197 context->status|=(mask&newstatus); /* or in the new bits */ in decContextRestoreStatus()
H A DdecNumber.c6957 uInt newstatus=0; /* status from round */ local
6968 decCopyFit(res, dn, set, &residue, &newstatus);
6969 decApplyRound(res, set, residue, &newstatus);
6972 if (newstatus & DEC_Inexact) newstatus|=DEC_Lost_digits;
6973 *status|=newstatus;