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

  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 317 #define DECUNRESU ((decNumber *)(void *)0xffffffff)
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))
3513 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
3533 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
3558 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, DECUNCONT)) return dn;
3625 if (decCheckOperands(DECUNRESU, dn, DECUNUSED, DECUNCONT)) {
7895 /* lhs is the first operand (may be DECUNRESU) */
7934 if (res!=DECUNRESU && res!=NULL)
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 317 #define DECUNRESU ((decNumber *)(void *)0xffffffff)
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))
3513 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
3533 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
3558 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, DECUNCONT)) return dn;
3625 if (decCheckOperands(DECUNRESU, dn, DECUNUSED, DECUNCONT)) {
7895 /* lhs is the first operand (may be DECUNRESU) */
7934 if (res!=DECUNRESU && res!=NULL)
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 317 #define DECUNRESU ((decNumber *)(void *)0xffffffff)
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))
3513 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
3533 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
3558 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, DECUNCONT)) return dn;
3625 if (decCheckOperands(DECUNRESU, dn, DECUNUSED, DECUNCONT)) {
7895 /* lhs is the first operand (may be DECUNRESU) */
7934 if (res!=DECUNRESU && res!=NULL)
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 317 #define DECUNRESU ((decNumber *)(void *)0xffffffff)
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))
3513 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
3533 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, set)) return 0;
3558 if (decCheckOperands(DECUNRESU, DECUNUSED, dn, DECUNCONT)) return dn;
3625 if (decCheckOperands(DECUNRESU, dn, DECUNUSED, DECUNCONT)) {
7895 /* lhs is the first operand (may be DECUNRESU) */
7934 if (res!=DECUNRESU && res!=NULL)
    [all...]

Completed in 56 milliseconds