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

/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c320 static Flag decCheckOperands(decNumber *, const decNumber *,
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(re
7904 static Flag decCheckOperands(decNumber *res, const decNumber *lhs, function
[all...]

Completed in 100 milliseconds