Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libdecnumber/
H A DdecNumber.c259 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()
[all …]
H A DChangeLog42 decCompare, decUnitCompare, decUnitAddSub, decRoundOperand,