Searched refs:DEC_Rounded (Results 1 – 3 of 3) sorted by relevance
147 #define DEC_Rounded 0x00000800 macro165 #define DEC_Rounded 0x00000000 macro197 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact \200 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact)
285 return decContextSetStatus(context, DEC_Rounded); in decContextSetStatusFromString()336 return decContextSetStatusQuiet(context, DEC_Rounded); in decContextSetStatusFromStringQuiet()380 if (status==DEC_Rounded ) return DEC_Condition_RO; in decContextStatusToString()
2179 status|=DEC_Inexact|DEC_Rounded; /* deemed inexact */ in decNumberPower()2319 status|=DEC_Inexact|DEC_Rounded; /* deemed inexact */ in decNumberPower()3162 status|=(rstatus & ~(DEC_Rounded|DEC_Inexact)); in decNumberSquareRoot()3219 status|=DEC_Inexact|DEC_Rounded; in decNumberSquareRoot()3225 status|=DEC_Inexact|DEC_Rounded; in decNumberSquareRoot()3229 if (!ISZERO(t)) status|=DEC_Inexact|DEC_Rounded; /* not equal */ in decNumberSquareRoot()3234 if (todrop<0) status|=DEC_Rounded; /* ideally would add 0s */ in decNumberSquareRoot()4041 *status|=DEC_Rounded; /* [but exact] */ in decAddOp()4068 *status|=DEC_Rounded; /* [but exact] */ in decAddOp()5456 *status|=DEC_Inexact | DEC_Rounded; /* .. inexactly */ in decExpOp()[all …]