Home | History | Annotate | Download | only in libdecnumber

Lines Matching defs:decCheckMath

235 static uInt	   decCheckMath(const decNumber *, decContext *, uInt *);
1062 if (!decCheckMath(rhs, set, &status)) do { /* protect allocation */
1126 if ((!decNumberIsSpecial(lhs) && decCheckMath(lhs, set, &status))
1127 || (!decNumberIsSpecial(rhs) && decCheckMath(rhs, set, &status))
1128 || (!decNumberIsSpecial(fhs) && decCheckMath(fhs, set, &status))) break;
1280 if (!decCheckMath(rhs, set, &status)) do { /* protect allocation */
1418 if (!decCheckMath(rhs, set, &status)) do { /* protect malloc */
2090 if (decCheckMath(lhs, set, &status)
2091 || decCheckMath(rhs, set, &status)) break; /* variable status */
7491 /* decCheckMath - check entry conditions for a math function */
7508 static uInt decCheckMath(const decNumber *rhs, decContext *set,
7519 } /* decCheckMath */