Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
DdecContext.cpp254 return uprv_decContextSetStatus(context, DEC_Subnormal); in uprv_decContextSetStatusFromString()
305 return uprv_decContextSetStatusQuiet(context, DEC_Subnormal); in uprv_decContextSetStatusFromStringQuiet()
349 if (status==DEC_Subnormal ) return DEC_Condition_SU; in uprv_decContextStatusToString()
DdecContext.h158 #define DEC_Subnormal 0x00001000 macro
176 #define DEC_Subnormal 0x00000000 macro
DdecNumber.cpp2256 status^=DEC_Overflow | DEC_Underflow | DEC_Subnormal; in uprv_decNumberPower()
2258 status&=~(DEC_Underflow | DEC_Subnormal); /* [one or both] */ in uprv_decNumberPower()
3139 if (ae>=set->emin*2) status&=~(DEC_Subnormal|DEC_Underflow); in uprv_decNumberSquareRoot()
7253 *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;
7485 *status|=DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;
7509 *status|=DEC_Subnormal; /* have a non-zero subnormal */
8106 if ((set->status & (DEC_Inexact|DEC_Subnormal))==DEC_Inexact
/external/icu/libicu/cts_headers/
DdecContext.h158 #define DEC_Subnormal 0x00001000 macro
176 #define DEC_Subnormal 0x00000000 macro