Lines Matching refs:decCheckOperands

313 static Flag decCheckOperands(decNumber *, const decNumber *,
375 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0; in decNumberToInt32()
411 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0; in decNumberToUInt32()
674 if (decCheckOperands(DECUNRESU, DECUNUSED, DECUNUSED, set)) in decNumberFromString()
908 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res; in decNumberAbs()
967 if (decCheckOperands(res, lhs, rhs, set)) return res; in decNumberAnd()
1101 if (decCheckOperands(res, lhs, rhs, set)) return res; in decNumberCompareTotalMag()
1219 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res; in decNumberExp()
1279 if (decCheckOperands(res, lhs, rhs, set)) return res; in decNumberFMA()
1280 if (decCheckOperands(res, fhs, DECUNUSED, set)) return res; in decNumberFMA()
1364 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res; in decNumberInvert()
1439 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res; in decNumberLn()
1502 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res; in decNumberLogB()
1577 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res; in decNumberLog10()
1801 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res; in decNumberMinus()
1831 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res; in decNumberNextMinus()
1867 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res; in decNumberNextPlus()
1907 if (decCheckOperands(res, lhs, rhs, set)) return res; in decNumberNextToward()
1975 if (decCheckOperands(res, lhs, rhs, set)) return res; in decNumberOr()
2043 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res; in decNumberPlus()
2136 if (decCheckOperands(res, lhs, rhs, set)) return res; in decNumberPower()
2485 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res; in decNumberReduce()
2623 if (decCheckOperands(res, lhs, rhs, set)) return res; in decNumberRotate()
2743 if (decCheckOperands(res, lhs, rhs, DECUNCONT)) return res; in decNumberSameQuantum()
2780 if (decCheckOperands(res, lhs, rhs, set)) return res; in decNumberScaleB()
2836 if (decCheckOperands(res, lhs, rhs, set)) return res; in decNumberShift()
2993 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res; in decNumberSquareRoot()
3333 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res; in decNumberToIntegralExact()
3389 if (decCheckOperands(res, lhs, rhs, set)) return res; in decNumberXor()
3542 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res; in decNumberCopyAbs()
3563 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res; in decNumberCopyNegate()
3586 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res; in decNumberCopySign()
3667 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0; in decNumberIsNormal()
3687 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0; in decNumberIsSubnormal()
3711 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, DECUNCONT)) return dn; in decNumberTrim()
3738 if (decCheckOperands(dn, DECUNUSED, DECUNUSED, DECUNCONT)) return dn; in decNumberZero()
3778 if (decCheckOperands(DECUNRESU, dn, DECUNUSED, DECUNCONT)) { in decToString()
3972 if (decCheckOperands(res, lhs, rhs, set)) return res; in decAddOp()
4409 if (decCheckOperands(res, lhs, rhs, set)) return res; in decDivideOp()
5046 if (decCheckOperands(res, lhs, rhs, set)) return res; in decMultiplyOp()
5411 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res; in decExpOp()
5760 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
5993 if (decCheckOperands(res, lhs, rhs, set)) return res;
6163 if (decCheckOperands(res, lhs, rhs, set)) return res;
6745 if (decCheckOperands(dn, DECUNUSED, DECUNUSED, DECUNCONT)) return dn;
8089 static Flag decCheckOperands(decNumber *res, const decNumber *lhs, function