Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/libdecnumber/
H A DdecNumber.c931 allocrhs = decRoundOperand (rhs, set, &status); in decNumberNormalize()
1015 alloclhs = decRoundOperand (lhs, set, &status); in decNumberPower()
1024 allocrhs = decRoundOperand (rhs, set, &status); in decNumberPower()
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()
[all …]
H A DChangeLog42 decCompare, decUnitCompare, decUnitAddSub, decRoundOperand,