DEC_Subnormal     260 src/decNumber/decContext.c     return decContextSetStatus(context, DEC_Subnormal);
DEC_Subnormal     311 src/decNumber/decContext.c     return decContextSetStatusQuiet(context, DEC_Subnormal);
DEC_Subnormal     355 src/decNumber/decContext.c   if (status==DEC_Subnormal            ) return DEC_Condition_SU;
DEC_Subnormal    2072 src/decNumber/decNumber.c             status^=DEC_Overflow | DEC_Underflow | DEC_Subnormal;
DEC_Subnormal    2074 src/decNumber/decNumber.c             status&=~(DEC_Underflow | DEC_Subnormal); // [one or both]
DEC_Subnormal    2929 src/decNumber/decNumber.c       if (ae>=set->emin*2) status&=~(DEC_Subnormal|DEC_Underflow);
DEC_Subnormal    6893 src/decNumber/decNumber.c           *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;
DEC_Subnormal    7124 src/decNumber/decNumber.c     *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;
DEC_Subnormal    7142 src/decNumber/decNumber.c   *status|=DEC_Subnormal;               // have a non-zero subnormal