HomeSort by: relevance | last modified time | path
    Searched defs:decCheckMath (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 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 *
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 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 *
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 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 *
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 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 *
    [all...]

Completed in 47 milliseconds