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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c339 static Flag decCheckOperands(decNumber *, const decNumber *,
401 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
437 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
529 if (decCheckOperands(DECUNRESU, DECUNUSED, DECUNUSED, set))
763 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
822 if (decCheckOperands(res, lhs, rhs, set)) return res;
956 if (decCheckOperands(res, lhs, rhs, set)) return res;
1074 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1134 if (decCheckOperands(res, lhs, rhs, set)) return res;
1135 if (decCheckOperands(re
7951 static Flag decCheckOperands(decNumber *res, const decNumber *lhs, function
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c341 static Flag decCheckOperands(decNumber *, const decNumber *,
403 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
439 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
531 if (decCheckOperands(DECUNRESU, DECUNUSED, DECUNUSED, set))
765 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
824 if (decCheckOperands(res, lhs, rhs, set)) return res;
958 if (decCheckOperands(res, lhs, rhs, set)) return res;
1076 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res;
1136 if (decCheckOperands(res, lhs, rhs, set)) return res;
1137 if (decCheckOperands(re
7953 static Flag decCheckOperands(decNumber *res, const decNumber *lhs, function
[all...]

Completed in 100 milliseconds