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

/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c236 static void decApplyRound(decNumber *, decContext *, Int, uInt *);
4106 decApplyRound(res, set, residue, status);
5917 decApplyRound(res, &workset, residue, status); /* .. and round */
6816 decApplyRound(res, set, residue, &newstatus);
6853 /* decApplyRound, and will be unchanged unless the */
7033 /* decApplyRound -- apply pending rounding to a number */
7064 static void decApplyRound(decNumber *dn, decContext *set, Int residue, function
7214 } /* decApplyRound */
7222 /* residue is the rounding accumulator (as in decApplyRound) */
7259 /* residue is the rounding accumulator (as in decApplyRound) */
[all...]

Completed in 102 milliseconds