Searched refs:decApplyRound (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | decNumber.cpp | 255 static void decApplyRound(decNumber *, decContext *, Int, uInt *); 4147 decApplyRound(res, set, residue, status); in decAddOp() 5969 decApplyRound(res, &workset, residue, status); /* .. and round */ 6868 decApplyRound(res, set, residue, &newstatus); 7117 static void decApplyRound(decNumber *dn, decContext *set, Int residue, function 7351 decApplyRound(dn, set, *residue, status); /* might force down */ 7358 if (*residue!=0) decApplyRound(dn, set, *residue, status); 7526 decApplyRound(dn, &workset, *residue, status);
|