Lines Matching defs:decRoundOperand
281 static decNumber * decRoundOperand(const decNumber *, decContext *, uInt *);
1067 allocrhs=decRoundOperand(rhs, set, &status);
1285 allocrhs=decRoundOperand(rhs, set, &status);
1423 allocrhs=decRoundOperand(rhs, set, &status);
1980 alloclhs=decRoundOperand(lhs, set, &status);
1985 allocrhs=decRoundOperand(rhs, set, &status);
2330 allocrhs=decRoundOperand(rhs, set, &status);
2839 allocrhs=decRoundOperand(rhs, set, &status);
3827 alloclhs=decRoundOperand(lhs, set, status);
3832 allocrhs=decRoundOperand(rhs, set, status);
4264 alloclhs=decRoundOperand(lhs, set, status);
4269 allocrhs=decRoundOperand(rhs, set, status);
4928 alloclhs=decRoundOperand(lhs, set, status);
4933 allocrhs=decRoundOperand(rhs, set, status);
5847 alloclhs=decRoundOperand(lhs, set, status);
5852 allocrhs=decRoundOperand(rhs, set, status);
6017 alloclhs=decRoundOperand(lhs, set, status);
6022 allocrhs=decRoundOperand(rhs, set, status);
6784 /* decRoundOperand -- round an operand [used for subset only] */
6801 static decNumber *decRoundOperand(const decNumber *dn, decContext *set,
6822 } /* decRoundOperand */