Home | History | Annotate | Download | only in i18n

Lines Matching refs:DEC_Subnormal

2252             status^=DEC_Overflow | DEC_Underflow | DEC_Subnormal;
2254 status&=~(DEC_Underflow | DEC_Subnormal); /* [one or both] */
3134 #if DECEXTFLAG /* DEC_Subnormal too */
3135 if (ae>=set->emin*2) status&=~(DEC_Subnormal|DEC_Underflow);
7249 *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;
7481 *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;
7505 *status|=DEC_Subnormal; /* have a non-zero subnormal */
8102 if ((set->status & (DEC_Inexact|DEC_Subnormal))==DEC_Inexact