Searched refs:DEC_Rounded (Results 1 – 3 of 3) sorted by relevance
148 #define DEC_Rounded 0x00000800 macro166 #define DEC_Rounded 0x00000000 macro198 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact \201 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact)
286 return decContextSetStatus(context, DEC_Rounded); in decContextSetStatusFromString()337 return decContextSetStatusQuiet(context, DEC_Rounded); in decContextSetStatusFromStringQuiet()381 if (status==DEC_Rounded ) return DEC_Condition_RO; in decContextStatusToString()
2180 status|=DEC_Inexact|DEC_Rounded; /* deemed inexact */ in decNumberPower()2320 status|=DEC_Inexact|DEC_Rounded; /* deemed inexact */ in decNumberPower()3163 status|=(rstatus & ~(DEC_Rounded|DEC_Inexact)); in decNumberSquareRoot()3220 status|=DEC_Inexact|DEC_Rounded; in decNumberSquareRoot()3226 status|=DEC_Inexact|DEC_Rounded; in decNumberSquareRoot()4042 *status|=DEC_Rounded; /* [but exact] */ in decAddOp()4069 *status|=DEC_Rounded; /* [but exact] */ in decAddOp()5795 *status|=(DEC_Inexact | DEC_Rounded); /* is inexact */5801 *status|=(DEC_Inexact | DEC_Rounded);7058 if (*residue!=0) *status|=(DEC_Inexact | DEC_Rounded);[all …]