Lines Matching refs:decRoundOperand
259 static decNumber *decRoundOperand (const decNumber *, decContext *, uInt *);
931 allocrhs = decRoundOperand (rhs, set, &status); in decNumberNormalize()
1015 alloclhs = decRoundOperand (lhs, set, &status); in decNumberPower()
1024 allocrhs = decRoundOperand (rhs, set, &status); in decNumberPower()
1497 allocrhs = decRoundOperand (rhs, set, &status); in decNumberSquareRoot()
2263 alloclhs = decRoundOperand (lhs, set, status); in decAddOp()
2271 allocrhs = decRoundOperand (rhs, set, status); in decAddOp()
2764 alloclhs = decRoundOperand (lhs, set, status); in decDivideOp()
2771 allocrhs = decRoundOperand (rhs, set, status); in decDivideOp()
3461 alloclhs = decRoundOperand (lhs, set, status); in decMultiplyOp()
3468 allocrhs = decRoundOperand (rhs, set, status); in decMultiplyOp()
3637 alloclhs = decRoundOperand (lhs, set, status); in decQuantizeOp()
3644 allocrhs = decRoundOperand (rhs, set, status); in decQuantizeOp()
3817 alloclhs = decRoundOperand (lhs, set, status); in decCompareOp()
3827 allocrhs = decRoundOperand (rhs, set, status); in decCompareOp()
4575 decRoundOperand (const decNumber * dn, decContext * set, uInt * status) in decRoundOperand() function