Searched refs:DEC_Subnormal (Results 1 – 3 of 3) sorted by relevance
148 #define DEC_Subnormal 0x00001000 macro166 #define DEC_Subnormal 0x00000000 macro
287 return decContextSetStatus(context, DEC_Subnormal); in decContextSetStatusFromString()338 return decContextSetStatusQuiet(context, DEC_Subnormal); in decContextSetStatusFromStringQuiet()382 if (status==DEC_Subnormal ) return DEC_Condition_SU; in decContextStatusToString()
2386 status^=DEC_Overflow | DEC_Underflow | DEC_Subnormal; in decNumberPower()2388 status&=~(DEC_Underflow | DEC_Subnormal); /* [one or both] */ in decNumberPower()3256 if (ae>=set->emin*2) status&=~(DEC_Subnormal|DEC_Underflow); in decNumberSquareRoot()7352 *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;7584 *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;7608 *status|=DEC_Subnormal; /* have a non-zero subnormal */8237 if ((set->status & (DEC_Inexact|DEC_Subnormal))==DEC_Inexact