Lines Matching defs:decCheckOperands
320 static Flag decCheckOperands
382 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
418 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
510 if (decCheckOperands(DECUNRESU, DECUNUSED, DECUNUSED, set))
744 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
803 if (decCheckOperands(res, lhs, rhs, set)) return res;
937 if (decCheckOperands(res, lhs, rhs, set)) return res;
1055 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1115 if (decCheckOperands(res, lhs, rhs, set)) return res;
1116 if (decCheckOperands(res, fhs, DECUNUSED, set)) return res;
1200 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1275 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1338 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1413 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1637 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1667 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1703 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1744 if (decCheckOperands(res, lhs, rhs, set)) return res;
1812 if (decCheckOperands(res, lhs, rhs, set)) return res;
1880 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1973 if (decCheckOperands(res, lhs, rhs, set)) return res;
2322 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
2461 if (decCheckOperands(res, lhs, rhs, set)) return res;
2581 if (decCheckOperands(res, lhs, rhs, DECUNCONT)) return res;
2618 if (decCheckOperands(res, lhs, rhs, set)) return res;
2674 if (decCheckOperands(res, lhs, rhs, set)) return res;
2831 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
3179 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
3235 if (decCheckOperands(res, lhs, rhs, set)) return res;
3388 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res;
3409 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res;
3432 if (decCheckOperands(res, DECUNUSED, rhs, DECUNCONT)) return res;
3513 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
3533 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
3558 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, DECUNCONT)) return dn;
3585 if (decCheckOperands(dn, DECUNUSED, DECUNUSED, DECUNCONT)) return dn;
3625 if (decCheckOperands(DECUNRESU, dn, DECUNUSED, DECUNCONT)) {
3819 if (decCheckOperands(res, lhs, rhs, set)) return res;
4256 if (decCheckOperands(res, lhs, rhs, set)) return res;
4893 if (decCheckOperands(res, lhs, rhs, set)) return res;
5258 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
5606 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
5839 if (decCheckOperands(res, lhs, rhs, set)) return res;
6009 if (decCheckOperands(res, lhs, rhs, set)) return res;
6592 if (decCheckOperands(dn, DECUNUSED, DECUNUSED, DECUNCONT)) return dn;
7892 /* decCheckOperands -- check operand(s) to a routine */
7904 static Flag decCheckOperands(decNumber *res, const decNumber *lhs,
7940 } /* decCheckOperands */