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

/freebsd-10.2-release/contrib/gcclibs/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)
205 return decContextSetStatus (context, DEC_Underflow);
H A DdecNumber.c1169 if (status & (DEC_Overflow | DEC_Underflow))
1198 status ^= DEC_Overflow | DEC_Underflow | DEC_Subnormal;
1201 status &= ~(DEC_Underflow | DEC_Subnormal); /* [one or both] */
3763 *status &= ~DEC_Underflow; /* suppress Underflow [754r] */
5045 DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;
5278 *status |= DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;
5321 *status |= DEC_Underflow;
5337 *status |= DEC_Underflow;

Completed in 101 milliseconds