decApplyRound     209 src/decNumber/decNumber.c static void        decApplyRound(decNumber *, decContext *, Int, uInt *);
decApplyRound    3858 src/decNumber/decNumber.c           decApplyRound(res, set, residue, status);
decApplyRound    5626 src/decNumber/decNumber.c         decApplyRound(res, &workset, residue, status);    // .. and round
decApplyRound    6514 src/decNumber/decNumber.c   decApplyRound(res, set, residue, &newstatus);
decApplyRound    6991 src/decNumber/decNumber.c       decApplyRound(dn, set, *residue, status);   // might force down
decApplyRound    6998 src/decNumber/decNumber.c   if (*residue!=0) decApplyRound(dn, set, *residue, status);
decApplyRound    7159 src/decNumber/decNumber.c   decApplyRound(dn, &workset, *residue, status);