decApplyRound     224 src/decNumber/decNumber.c static void        decApplyRound(decNumber *, decContext *, Int, uInt *);
decApplyRound    3876 src/decNumber/decNumber.c           decApplyRound(res, set, residue, status);
decApplyRound    5646 src/decNumber/decNumber.c         decApplyRound(res, &workset, residue, status);    // .. and round
decApplyRound    6534 src/decNumber/decNumber.c   decApplyRound(res, set, residue, &newstatus);
decApplyRound    7013 src/decNumber/decNumber.c       decApplyRound(dn, set, *residue, status);   // might force down
decApplyRound    7020 src/decNumber/decNumber.c   if (*residue!=0) decApplyRound(dn, set, *residue, status);
decApplyRound    7181 src/decNumber/decNumber.c   decApplyRound(dn, &workset, *residue, status);