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

/freebsd-10.2-release/contrib/gcclibs/libdecnumber/
H A DdecContext.h109 #define DEC_Rounded 0x00000800 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.c148 if (status == DEC_Rounded)
201 return decContextSetStatus (context, DEC_Rounded);
H A DdecNumber.c1725 status |= DEC_Inexact | DEC_Rounded;
1733 status |= DEC_Inexact | DEC_Rounded;
1740 status |= DEC_Inexact | DEC_Rounded;
1750 status |= DEC_Rounded;
2346 *status |= DEC_Rounded; /* [but exact] */
2379 *status |= DEC_Rounded; /* [but exact] */
4653 /* DEC_Rounded status is set if any digits are discarded. */
4691 *status |= (DEC_Inexact | DEC_Rounded); /* record inexactitude */
4696 *status |= DEC_Rounded; /* accumulate Rounded status */
5045 DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded;
[all...]

Completed in 102 milliseconds