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

  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 320 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(res, fhs, DECUNUSED, set)) return res
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 320 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(res, fhs, DECUNUSED, set)) return res
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 320 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(res, fhs, DECUNUSED, set)) return res
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 320 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(res, fhs, DECUNUSED, set)) return res
    [all...]

Completed in 20 milliseconds