Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/libdecnumber/
DdecContext.c150 if (status == DEC_Subnormal) in decContextStatusToString()
203 return decContextSetStatus (context, DEC_Subnormal); in decContextSetStatusFromString()
DdecContext.h110 #define DEC_Subnormal 0x00001000 macro
DdecNumber.c1190 if (status & (DEC_Overflow | DEC_Subnormal)) in decNumberPower()
1198 status ^= DEC_Overflow | DEC_Underflow | DEC_Subnormal; in decNumberPower()
1201 status &= ~(DEC_Underflow | DEC_Subnormal); /* [one or both] */ in decNumberPower()
5045 DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded; in decApplyRound()
5278 *status |= DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded; in decSetSubnormal()
5306 *status |= DEC_Subnormal; /* we have a non-zero subnormal */ in decSetSubnormal()