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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c251 static void decApplyRound(decNumber *, decContext *, Int, uInt *);
4141 decApplyRound(res, set, residue, status);
5963 decApplyRound(res, &workset, residue, status); /* .. and round */
6862 decApplyRound(res, set, residue, &newstatus);
6899 /* decApplyRound, and will be unchanged unless the */
7080 /* decApplyRound -- apply pending rounding to a number */
7111 static void decApplyRound(decNumber *dn, decContext *set, Int residue, function
7261 } /* decApplyRound */
7269 /* residue is the rounding accumulator (as in decApplyRound) */
7306 /* residue is the rounding accumulator (as in decApplyRound) */
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c253 static void decApplyRound(decNumber *, decContext *, Int, uInt *);
4143 decApplyRound(res, set, residue, status);
5965 decApplyRound(res, &workset, residue, status); /* .. and round */
6864 decApplyRound(res, set, residue, &newstatus);
6901 /* decApplyRound, and will be unchanged unless the */
7082 /* decApplyRound -- apply pending rounding to a number */
7113 static void decApplyRound(decNumber *dn, decContext *set, Int residue, function
7263 } /* decApplyRound */
7271 /* residue is the rounding accumulator (as in decApplyRound) */
7308 /* residue is the rounding accumulator (as in decApplyRound) */
[all...]

Completed in 111 milliseconds