Home | History | Annotate | Download | only in i18n

Lines Matching refs:DEC_Subnormal

2237             status^=DEC_Overflow | DEC_Underflow | DEC_Subnormal;
2239 status&=~(DEC_Underflow | DEC_Subnormal); /* [one or both] */
3119 #if DECEXTFLAG /* DEC_Subnormal too */
3120 if (ae>=set->emin*2) status&=~(DEC_Subnormal|DEC_Underflow);
7227 *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;
7459 *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;
7483 *status|=DEC_Subnormal; /* have a non-zero subnormal */
8080 if ((set->status & (DEC_Inexact|DEC_Subnormal))==DEC_Inexact