Searched refs:DECSPECIAL (Results 1 – 15 of 15) sorted by relevance
46 #define DECSPECIAL (DECINF|DECNAN|DECSNAN) /* any special value */ macro187 #define decNumberIsFinite(dn) (((dn)->bits&DECSPECIAL)==0)193 #define decNumberIsSpecial(dn) (((dn)->bits&DECSPECIAL)!=0)196 && (((dn)->bits&DECSPECIAL)==0))
286 #define SPECIALARG (rhs->bits & DECSPECIAL)287 #define SPECIALARGS ((lhs->bits | rhs->bits) & DECSPECIAL)386 if (dn->bits&DECSPECIAL || dn->digits>10 || dn->exponent!=0) ; /* bad */ in decNumberToInt32()421 if (dn->bits&DECSPECIAL || dn->digits>10 || dn->exponent!=0 in decNumberToUInt32()1437 if (!(rhs->bits&(DECNEG|DECSPECIAL)) && !ISZERO(rhs)) { in decNumberLog10()1483 if (a->bits&DECSPECIAL || ISZERO(a)) { in decNumberLog10()3634 if (dn->bits&DECSPECIAL) { /* Is a special value */ in decToString()6596 if ((dn->bits & DECSPECIAL) /* fast exit if special .. */7817 if (dn->bits&DECSPECIAL) { /* Is a special value */7964 if (dn->bits & DECSPECIAL) {[all …]
109 if (dn->bits&DECSPECIAL) { /* a special value */ in decimal32FromNumber()
113 if (dn->bits&DECSPECIAL) { /* a special value */ in decimal128FromNumber()
117 if (dn->bits&DECSPECIAL) { /* a special value */ in decimal64FromNumber()