Lines Matching refs:DECSPECIAL
288 #define SPECIALARG (rhs->bits & DECSPECIAL)
289 #define SPECIALARGS ((lhs->bits | rhs->bits) & DECSPECIAL)
392 if (dn->bits&DECSPECIAL || dn->digits>10 || dn->exponent!=0) ; /* bad */ in uprv_decNumberToInt32()
427 if (dn->bits&DECSPECIAL || dn->digits>10 || dn->exponent!=0 in uprv_decNumberToUInt32()
1447 if (!(rhs->bits&(DECNEG|DECSPECIAL)) && !ISZERO(rhs)) { in uprv_decNumberLog10()
1493 if (a->bits&DECSPECIAL || ISZERO(a)) { in uprv_decNumberLog10()
3654 if (dn->bits&DECSPECIAL) { /* Is a special value */ in decToString()
6623 if ((dn->bits & DECSPECIAL) /* fast exit if special .. */
7844 if (dn->bits&DECSPECIAL) { /* Is a special value */
7991 if (dn->bits & DECSPECIAL) {
8081 && (set->digits!=dn->digits) && !(dn->bits & DECSPECIAL)) {