Home
last modified time | relevance | path

Searched refs:newstatus (Results 1 - 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A DdecContext.cpp150 /* newstatus is the source for the bits to be restored */
153 /* the corresponding bit in newstatus) */
159 uInt newstatus, uInt mask) { in uprv_decContextRestoreStatus()
161 context->status|=(mask&newstatus); /* or in the new bits */ in uprv_decContextRestoreStatus()
158 uprv_decContextRestoreStatus(decContext *context, uInt newstatus, uInt mask) uprv_decContextRestoreStatus() argument
H A DdecNumber.cpp6856 uInt newstatus=0; /* status from round */ local
6867 decCopyFit(res, dn, set, &residue, &newstatus);
6868 decApplyRound(res, set, residue, &newstatus);
6871 if (newstatus & DEC_Inexact) newstatus|=DEC_Lost_digits;
6872 *status|=newstatus;
/third_party/node/deps/icu-small/source/i18n/
H A DdecContext.cpp150 /* newstatus is the source for the bits to be restored */
153 /* the corresponding bit in newstatus) */
159 uInt newstatus, uInt mask) { in uprv_decContextRestoreStatus()
161 context->status|=(mask&newstatus); /* or in the new bits */ in uprv_decContextRestoreStatus()
158 uprv_decContextRestoreStatus(decContext *context, uInt newstatus, uInt mask) uprv_decContextRestoreStatus() argument
H A DdecNumber.cpp6856 uInt newstatus=0; /* status from round */ local
6867 decCopyFit(res, dn, set, &residue, &newstatus);
6868 decApplyRound(res, set, residue, &newstatus);
6871 if (newstatus & DEC_Inexact) newstatus|=DEC_Lost_digits;
6872 *status|=newstatus;
/third_party/skia/third_party/externals/icu/source/i18n/
H A DdecContext.cpp150 /* newstatus is the source for the bits to be restored */
153 /* the corresponding bit in newstatus) */
159 uInt newstatus, uInt mask) { in uprv_decContextRestoreStatus()
161 context->status|=(mask&newstatus); /* or in the new bits */ in uprv_decContextRestoreStatus()
158 uprv_decContextRestoreStatus(decContext *context, uInt newstatus, uInt mask) uprv_decContextRestoreStatus() argument
H A DdecNumber.cpp6856 uInt newstatus=0; /* status from round */ local
6867 decCopyFit(res, dn, set, &residue, &newstatus);
6868 decApplyRound(res, set, residue, &newstatus);
6871 if (newstatus & DEC_Inexact) newstatus|=DEC_Lost_digits;
6872 *status|=newstatus;

Completed in 42 milliseconds