Home
last modified time | relevance | path

Searched refs:DEC_Subnormal (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/i18n/
DdecContext.h155 #define DEC_Subnormal 0x00001000 macro
173 #define DEC_Subnormal 0x00000000 macro
DdecContext.c259 return uprv_decContextSetStatus(context, DEC_Subnormal); in uprv_decContextSetStatusFromString()
310 return uprv_decContextSetStatusQuiet(context, DEC_Subnormal); in uprv_decContextSetStatusFromStringQuiet()
354 if (status==DEC_Subnormal ) return DEC_Condition_SU; in uprv_decContextStatusToString()
DdecNumber.c2230 status^=DEC_Overflow | DEC_Underflow | DEC_Subnormal; in uprv_decNumberPower()
2232 status&=~(DEC_Underflow | DEC_Subnormal); /* [one or both] */ in uprv_decNumberPower()
3109 if (ae>=set->emin*2) status&=~(DEC_Subnormal|DEC_Underflow); in uprv_decNumberSquareRoot()
7206 *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;
7438 *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;
7462 *status|=DEC_Subnormal; /* have a non-zero subnormal */
8059 if ((set->status & (DEC_Inexact|DEC_Subnormal))==DEC_Inexact