Home
last modified time | relevance | path

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

/openbmc/qemu/libdecnumber/
H A DdecNumber.c967 if (decCheckOperands(res, lhs, rhs, set)) return res; in decNumberAnd()
1101 if (decCheckOperands(res, lhs, rhs, set)) return res; in decNumberCompareTotalMag()
1279 if (decCheckOperands(res, lhs, rhs, set)) return res; in decNumberFMA()
1907 if (decCheckOperands(res, lhs, rhs, set)) return res; in decNumberNextToward()
1975 if (decCheckOperands(res, lhs, rhs, set)) return res; in decNumberOr()
2136 if (decCheckOperands(res, lhs, rhs, set)) return res; in decNumberPower()
2623 if (decCheckOperands(res, lhs, rhs, set)) return res; in decNumberRotate()
2780 if (decCheckOperands(res, lhs, rhs, set)) return res; in decNumberScaleB()
2836 if (decCheckOperands(res, lhs, rhs, set)) return res; in decNumberShift()
3389 if (decCheckOperands(res, lhs, rhs, set)) return res; in decNumberXor()
[all …]