Home | History | Annotate | Download | only in libdecnumber

Lines Matching defs:decApplyRound

236 static void	   decApplyRound(decNumber *, decContext *, Int, uInt *);
4106 decApplyRound(res, set, residue, status);
5917 decApplyRound(res, &workset, residue, status); /* .. and round */
6816 decApplyRound(res, set, residue, &newstatus);
6853 /* decApplyRound, and will be unchanged unless the */
7033 /* decApplyRound -- apply pending rounding to a number */
7064 static void decApplyRound(decNumber *dn, decContext *set, Int residue,
7214 } /* decApplyRound */
7222 /* residue is the rounding accumulator (as in decApplyRound) */
7259 /* residue is the rounding accumulator (as in decApplyRound) */
7298 decApplyRound(dn, set, *residue, status); /* might force down */
7305 if (*residue!=0) decApplyRound(dn, set, *residue, status);
7473 decApplyRound(dn, &workset, *residue, status);