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 6993 src/decNumber/decNumber.c decApplyRound(dn, set, *residue, status); // might force down decApplyRound 7000 src/decNumber/decNumber.c if (*residue!=0) decApplyRound(dn, set, *residue, status); decApplyRound 7161 src/decNumber/decNumber.c decApplyRound(dn, &workset, *residue, status);