Searched refs:DEC_Clamped (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/contrib/gcclibs/libdecnumber/
H A DdecContext.h108 #define DEC_Clamped 0x00000400 macro
114 /* [DEC_Clamped, DEC_Lost_digits, DEC_Rounded, and DEC_Subnormal are */
140 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact \
143 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact)
H A DdecContext.c146 if (status == DEC_Clamped)
199 return decContextSetStatus (context, DEC_Clamped);
H A Ddecimal128.c71 /* DEC_Clamped is set if the number has to be 'folded down' to fit, */
132 status |= DEC_Clamped;
140 status |= DEC_Clamped;
159 status |= DEC_Clamped;
H A Ddecimal32.c71 /* DEC_Clamped is set if the number has to be 'folded down' to fit, */
132 status |= DEC_Clamped;
140 status |= DEC_Clamped;
159 status |= DEC_Clamped;
H A Ddecimal64.c71 /* DEC_Clamped is set if the number has to be 'folded down' to fit, */
132 status |= DEC_Clamped;
140 status |= DEC_Clamped;
158 status |= DEC_Clamped;
H A DdecNumber.c2822 *status |= DEC_Clamped;
5166 *status |= DEC_Clamped; /* and record the dirty deed */
5195 *status |= DEC_Clamped;
5301 *status |= DEC_Clamped;

Completed in 167 milliseconds