Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libdecnumber/
H A DdecContext.h111 #define DEC_Underflow 0x00002000 macro
129 #define DEC_IEEE_854_Underflow (DEC_Underflow)
H A DdecContext.c152 if (status == DEC_Underflow) in decContextStatusToString()
205 return decContextSetStatus (context, DEC_Underflow); in decContextSetStatusFromString()
H A DdecNumber.c1169 if (status & (DEC_Overflow | DEC_Underflow)) in decNumberPower()
1198 status ^= DEC_Overflow | DEC_Underflow | DEC_Subnormal; in decNumberPower()
1201 status &= ~(DEC_Underflow | DEC_Subnormal); /* [one or both] */ in decNumberPower()
3763 *status &= ~DEC_Underflow; /* suppress Underflow [754r] */ in decQuantizeOp()
5045 DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded; in decApplyRound()
5278 *status |= DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded; in decSetSubnormal()
5321 *status |= DEC_Underflow; in decSetSubnormal()
5337 *status |= DEC_Underflow; in decSetSubnormal()