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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c250 static uInt decCheckMath(const decNumber *, decContext *, uInt *);
1081 if (!decCheckMath(rhs, set, &status)) do { /* protect allocation */
1145 if ((!decNumberIsSpecial(lhs) && decCheckMath(lhs, set, &status))
1146 || (!decNumberIsSpecial(rhs) && decCheckMath(rhs, set, &status))
1147 || (!decNumberIsSpecial(fhs) && decCheckMath(fhs, set, &status))) break;
1299 if (!decCheckMath(rhs, set, &status)) do { /* protect allocation */
1441 if (!decCheckMath(rhs, set, &status)) do { /* protect malloc */
2116 if (decCheckMath(lhs, set, &status)
2117 || decCheckMath(rhs, set, &status)) break; /* variable status */
7538 /* decCheckMath
7555 static uInt decCheckMath(const decNumber *rhs, decContext *set, function
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c252 static uInt decCheckMath(const decNumber *, decContext *, uInt *);
1083 if (!decCheckMath(rhs, set, &status)) do { /* protect allocation */
1147 if ((!decNumberIsSpecial(lhs) && decCheckMath(lhs, set, &status))
1148 || (!decNumberIsSpecial(rhs) && decCheckMath(rhs, set, &status))
1149 || (!decNumberIsSpecial(fhs) && decCheckMath(fhs, set, &status))) break;
1301 if (!decCheckMath(rhs, set, &status)) do { /* protect allocation */
1443 if (!decCheckMath(rhs, set, &status)) do { /* protect malloc */
2118 if (decCheckMath(lhs, set, &status)
2119 || decCheckMath(rhs, set, &status)) break; /* variable status */
7540 /* decCheckMath
7557 static uInt decCheckMath(const decNumber *rhs, decContext *set, function
[all...]

Completed in 182 milliseconds