DEC_Subnormal 262 src/decNumber/decContext.c return decContextSetStatus(context, DEC_Subnormal); DEC_Subnormal 313 src/decNumber/decContext.c return decContextSetStatusQuiet(context, DEC_Subnormal); DEC_Subnormal 357 src/decNumber/decContext.c if (status==DEC_Subnormal ) return DEC_Condition_SU; DEC_Subnormal 2088 src/decNumber/decNumber.c status^=DEC_Overflow | DEC_Underflow | DEC_Subnormal; DEC_Subnormal 2090 src/decNumber/decNumber.c status&=~(DEC_Underflow | DEC_Subnormal); // [one or both] DEC_Subnormal 2945 src/decNumber/decNumber.c if (ae>=set->emin*2) status&=~(DEC_Subnormal|DEC_Underflow); DEC_Subnormal 6915 src/decNumber/decNumber.c *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded; DEC_Subnormal 7146 src/decNumber/decNumber.c *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded; DEC_Subnormal 7164 src/decNumber/decNumber.c *status|=DEC_Subnormal; // have a non-zero subnormal