Home
last modified time | relevance | path

Searched refs:decApplyRound (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/gcc/libdecnumber/
H A DdecNumber.c221 static void decApplyRound (decNumber *, decContext *, Int, uInt *);
2595 decApplyRound (res, set, residue, status); in decAddOp()
3724 decApplyRound (res, &workset, residue, status); /* .. and round */ in decQuantizeOp()
4591 decApplyRound (res, set, residue, &newstatus); in decRoundOperand()
4872 decApplyRound (decNumber * dn, decContext * set, Int residue, uInt * status) in decApplyRound() function
5141 decApplyRound (dn, set, *residue, status); in decFinalize()
5332 decApplyRound (dn, &workset, *residue, status); in decSetSubnormal()