Searched refs:SPECIALARGS (Results 1 – 1 of 1) sorted by relevance
279 #define SPECIALARGS ((lhs->bits | rhs->bits) & DECSPECIAL) macro2156 if (SPECIALARGS) { in decNumberPower()2745 if (SPECIALARGS) { in decNumberSameQuantum()3996 if (SPECIALARGS) { /* a special bit set */ in decAddOp()3997 if (SPECIALARGS & (DECSNAN | DECNAN)) /* a NaN */ in decAddOp()4432 if (SPECIALARGS) { /* a special bit set */ in decDivideOp()4433 if (SPECIALARGS & (DECSNAN | DECNAN)) { /* one or two NaNs */ in decDivideOp()5052 if (SPECIALARGS) { /* a special bit set */ in decMultiplyOp()5053 if (SPECIALARGS & (DECSNAN | DECNAN)) { /* one or two NaNs */ in decMultiplyOp()6014 if (SPECIALARGS) {[all …]