Lines Matching refs:DECSPECIAL
305 #define SPECIALARG (rhs->bits & DECSPECIAL)
306 #define SPECIALARGS ((lhs->bits | rhs->bits) & DECSPECIAL)
409 if (dn->bits&DECSPECIAL || dn->digits>10 || dn->exponent!=0) ; /* bad */ in uprv_decNumberToInt32()
444 if (dn->bits&DECSPECIAL || dn->digits>10 || dn->exponent!=0 in uprv_decNumberToUInt32()
1466 if (!(rhs->bits&(DECNEG|DECSPECIAL)) && !ISZERO(rhs)) { in uprv_decNumberLog10()
1512 if (a->bits&DECSPECIAL || ISZERO(a)) { in uprv_decNumberLog10()
3673 if (dn->bits&DECSPECIAL) { /* Is a special value */ in decToString()
6648 if ((dn->bits & DECSPECIAL) /* fast exit if special .. */
7870 if (dn->bits&DECSPECIAL) { /* Is a special value */
8017 if (dn->bits & DECSPECIAL) {
8107 && (set->digits!=dn->digits) && !(dn->bits & DECSPECIAL)) {