Searched refs:decApplyRound (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/libdecnumber/ |
| H A D | decNumber.c | 227 static void decApplyRound(decNumber *, decContext *, Int, uInt *); 4258 decApplyRound(res, set, residue, status); in decAddOp() 6070 decApplyRound(res, &workset, residue, status); /* .. and round */ 6968 decApplyRound(res, set, residue, &newstatus); 7216 static void decApplyRound(decNumber *dn, decContext *set, Int residue, function 7450 decApplyRound(dn, set, *residue, status); /* might force down */ 7457 if (*residue!=0) decApplyRound(dn, set, *residue, status); 7625 decApplyRound(dn, &workset, *residue, status);
|