Searched refs:DEC_Rounded (Results 1 – 3 of 3) sorted by relevance
109 #define DEC_Rounded 0x00000800 macro140 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact \143 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact)
148 if (status == DEC_Rounded) in decContextStatusToString()201 return decContextSetStatus (context, DEC_Rounded); in decContextSetStatusFromString()
1725 status |= DEC_Inexact | DEC_Rounded; in decNumberSquareRoot()1733 status |= DEC_Inexact | DEC_Rounded; in decNumberSquareRoot()1740 status |= DEC_Inexact | DEC_Rounded; in decNumberSquareRoot()1750 status |= DEC_Rounded; in decNumberSquareRoot()2346 *status |= DEC_Rounded; /* [but exact] */ in decAddOp()2379 *status |= DEC_Rounded; /* [but exact] */ in decAddOp()4691 *status |= (DEC_Inexact | DEC_Rounded); /* record inexactitude */ in decSetCoeff()4696 *status |= DEC_Rounded; /* accumulate Rounded status */ in decSetCoeff()5045 DEC_Underflow | DEC_Subnormal | DEC_Inexact | DEC_Rounded; in decApplyRound()5245 *status |= DEC_Overflow | DEC_Inexact | DEC_Rounded; in decSetOverflow()[all …]