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

/freebsd-10.2-release/contrib/gcclibs/libdecnumber/
H A DdecNumber.c259 static decNumber *decRoundOperand (const decNumber *, decContext *, uInt *);
931 allocrhs = decRoundOperand (rhs, set, &status);
1015 alloclhs = decRoundOperand (lhs, set, &status);
1024 allocrhs = decRoundOperand (rhs, set, &status);
1497 allocrhs = decRoundOperand (rhs, set, &status);
2263 alloclhs = decRoundOperand (lhs, set, status);
2271 allocrhs = decRoundOperand (rhs, set, status);
2764 alloclhs = decRoundOperand (lhs, set, status);
2771 allocrhs = decRoundOperand (rhs, set, status);
3461 alloclhs = decRoundOperand (lh
4575 decRoundOperand (const decNumber * dn, decContext * set, uInt * status) function
[all...]

Completed in 122 milliseconds