Home
last modified time | relevance | path

Searched refs:DEC_Rounded (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/gcc-4.7/libdecnumber/
H A DdecContext.h149 #define DEC_Rounded 0x00000800 macro
167 #define DEC_Rounded 0x00000000 macro
199 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact \
202 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact)
H A DdecContext.c270 return decContextSetStatus(context, DEC_Rounded); in decContextSetStatusFromString()
321 return decContextSetStatusQuiet(context, DEC_Rounded); in decContextSetStatusFromStringQuiet()
365 if (status==DEC_Rounded ) return DEC_Condition_RO; in decContextStatusToString()
H A DdecNumber.c2017 status|=DEC_Inexact|DEC_Rounded; /* deemed inexact */ in decNumberPower()
2157 status|=DEC_Inexact|DEC_Rounded; /* deemed inexact */ in decNumberPower()
3002 status|=(rstatus & ~(DEC_Rounded|DEC_Inexact)); in decNumberSquareRoot()
3059 status|=DEC_Inexact|DEC_Rounded; in decNumberSquareRoot()
3065 status|=DEC_Inexact|DEC_Rounded; in decNumberSquareRoot()
3889 *status|=DEC_Rounded; /* [but exact] */ in decAddOp()
3916 *status|=DEC_Rounded; /* [but exact] */ in decAddOp()
5641 *status|=(DEC_Inexact | DEC_Rounded); /* is inexact */
5647 *status|=(DEC_Inexact | DEC_Rounded);
6905 if (*residue!=0) *status|=(DEC_Inexact | DEC_Rounded);
[all …]
/dragonfly/contrib/gdb-7/libdecnumber/
H A DdecContext.h149 #define DEC_Rounded 0x00000800 macro
167 #define DEC_Rounded 0x00000000 macro
199 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact \
202 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact)
H A DdecContext.c270 return decContextSetStatus(context, DEC_Rounded); in decContextSetStatusFromString()
321 return decContextSetStatusQuiet(context, DEC_Rounded); in decContextSetStatusFromStringQuiet()
365 if (status==DEC_Rounded ) return DEC_Condition_RO; in decContextStatusToString()
H A DdecNumber.c2017 status|=DEC_Inexact|DEC_Rounded; /* deemed inexact */ in decNumberPower()
2157 status|=DEC_Inexact|DEC_Rounded; /* deemed inexact */ in decNumberPower()
3002 status|=(rstatus & ~(DEC_Rounded|DEC_Inexact)); in decNumberSquareRoot()
3059 status|=DEC_Inexact|DEC_Rounded; in decNumberSquareRoot()
3065 status|=DEC_Inexact|DEC_Rounded; in decNumberSquareRoot()
3889 *status|=DEC_Rounded; /* [but exact] */ in decAddOp()
3916 *status|=DEC_Rounded; /* [but exact] */ in decAddOp()
5641 *status|=(DEC_Inexact | DEC_Rounded); /* is inexact */
5647 *status|=(DEC_Inexact | DEC_Rounded);
6905 if (*residue!=0) *status|=(DEC_Inexact | DEC_Rounded);
[all …]
/dragonfly/contrib/gcc-8.0/libdecnumber/
H A DdecContext.h149 #define DEC_Rounded 0x00000800 macro
167 #define DEC_Rounded 0x00000000 macro
199 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact \
202 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact)
H A DdecContext.c270 return decContextSetStatus(context, DEC_Rounded); in decContextSetStatusFromString()
321 return decContextSetStatusQuiet(context, DEC_Rounded); in decContextSetStatusFromStringQuiet()
365 if (status==DEC_Rounded ) return DEC_Condition_RO; in decContextStatusToString()
H A DdecNumber.c2017 status|=DEC_Inexact|DEC_Rounded; /* deemed inexact */ in decNumberPower()
2157 status|=DEC_Inexact|DEC_Rounded; /* deemed inexact */ in decNumberPower()
3002 status|=(rstatus & ~(DEC_Rounded|DEC_Inexact)); in decNumberSquareRoot()
3059 status|=DEC_Inexact|DEC_Rounded; in decNumberSquareRoot()
3065 status|=DEC_Inexact|DEC_Rounded; in decNumberSquareRoot()
3889 *status|=DEC_Rounded; /* [but exact] */ in decAddOp()
3916 *status|=DEC_Rounded; /* [but exact] */ in decAddOp()
5641 *status|=(DEC_Inexact | DEC_Rounded); /* is inexact */
5647 *status|=(DEC_Inexact | DEC_Rounded);
6905 if (*residue!=0) *status|=(DEC_Inexact | DEC_Rounded);
[all …]