Home
last modified time | relevance | path

Searched refs:decApplyRound (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
DdecNumber.c255 static void decApplyRound(decNumber *, decContext *, Int, uInt *);
4145 decApplyRound(res, set, residue, status); in decAddOp()
5967 decApplyRound(res, &workset, residue, status); /* .. and round */
6866 decApplyRound(res, set, residue, &newstatus);
7115 static void decApplyRound(decNumber *dn, decContext *set, Int residue, function
7349 decApplyRound(dn, set, *residue, status); /* might force down */
7356 if (*residue!=0) decApplyRound(dn, set, *residue, status);
7524 decApplyRound(dn, &workset, *residue, status);