Searched refs:decApplyRound (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/libdecnumber/ |
H A D | decNumber.c | 228 static void decApplyRound(decNumber *, decContext *, Int, uInt *); 4259 decApplyRound(res, set, residue, status); in decAddOp() 6071 decApplyRound(res, &workset, residue, status); /* .. and round */ 6969 decApplyRound(res, set, residue, &newstatus); 7217 static void decApplyRound(decNumber *dn, decContext *set, Int residue, function 7451 decApplyRound(dn, set, *residue, status); /* might force down */ 7458 if (*residue!=0) decApplyRound(dn, set, *residue, status); 7626 decApplyRound(dn, &workset, *residue, status);
|