Searched refs:decApplyRound (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libdecnumber/ |
| D | decNumber.c | 236 static void decApplyRound(decNumber *, decContext *, Int, uInt *); 4106 decApplyRound(res, set, residue, status); in decAddOp() 5917 decApplyRound(res, &workset, residue, status); /* .. and round */ 6816 decApplyRound(res, set, residue, &newstatus); 7064 static void decApplyRound(decNumber *dn, decContext *set, Int residue, function 7298 decApplyRound(dn, set, *residue, status); /* might force down */ 7305 if (*residue!=0) decApplyRound(dn, set, *residue, status); 7473 decApplyRound(dn, &workset, *residue, status);
|
| /netbsd/src/external/gpl3/gdb/dist/libdecnumber/ |
| D | decNumber.c | 236 static void decApplyRound(decNumber *, decContext *, Int, uInt *); 4106 decApplyRound(res, set, residue, status); in decAddOp() 5917 decApplyRound(res, &workset, residue, status); /* .. and round */ 6816 decApplyRound(res, set, residue, &newstatus); 7064 static void decApplyRound(decNumber *dn, decContext *set, Int residue, function 7298 decApplyRound(dn, set, *residue, status); /* might force down */ 7305 if (*residue!=0) decApplyRound(dn, set, *residue, status); 7473 decApplyRound(dn, &workset, *residue, status);
|