Searched refs:decApplyRound (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | decNumber.c | 253 static void decApplyRound(decNumber *, decContext *, Int, uInt *); 4143 decApplyRound(res, set, residue, status); in decAddOp() 5965 decApplyRound(res, &workset, residue, status); /* .. and round */ 6864 decApplyRound(res, set, residue, &newstatus); 7113 static void decApplyRound(decNumber *dn, decContext *set, Int residue, function 7347 decApplyRound(dn, set, *residue, status); /* might force down */ 7354 if (*residue!=0) decApplyRound(dn, set, *residue, status); 7522 decApplyRound(dn, &workset, *residue, status);
|