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

/external/icu4c/i18n/
H A DdecNumber.c238 static void decApplyRound(decNumber *, decContext *, Int, uInt *);
4112 decApplyRound(res, set, residue, status);
5923 decApplyRound(res, &workset, residue, status); /* .. and round */
6822 decApplyRound(res, set, residue, &newstatus);
6859 /* decApplyRound, and will be unchanged unless the */
7039 /* decApplyRound -- apply pending rounding to a number */
7070 static void decApplyRound(decNumber *dn, decContext *set, Int residue, function
7220 } /* decApplyRound */
7228 /* residue is the rounding accumulator (as in decApplyRound) */
7265 /* residue is the rounding accumulator (as in decApplyRound) */
[all...]

Completed in 29 milliseconds