rounding          138 src/decNumber/decContext.c enum rounding decContextGetRounding(decContext *context) {
rounding          197 src/decNumber/decContext.c                                   enum rounding newround) {
rounding           79 src/decNumber/decContext.h     enum     rounding round;       /* rounding mode                   */
rounding          240 src/decNumber/decContext.h   extern enum rounding decContextGetRounding(decContext *);
rounding          244 src/decNumber/decContext.h   extern decContext  * decContextSetRounding(decContext *, enum rounding);
rounding           75 src/decNumber/decDouble.h   extern int32_t     decDoubleToInt32(const decDouble *, decContext *, enum rounding);
rounding           76 src/decNumber/decDouble.h   extern int32_t     decDoubleToInt32Exact(const decDouble *, decContext *, enum rounding);
rounding           79 src/decNumber/decDouble.h   extern uint32_t    decDoubleToUInt32(const decDouble *, decContext *, enum rounding);
rounding           80 src/decNumber/decDouble.h   extern uint32_t    decDoubleToUInt32Exact(const decDouble *, decContext *, enum rounding);
rounding          112 src/decNumber/decDouble.h   extern decDouble * decDoubleToIntegralValue(decDouble *, const decDouble *, decContext *, enum rounding);
rounding           98 src/decNumber/decQuad.h   extern int32_t   decQuadToInt32(const decQuad *, decContext *, enum rounding);
rounding           99 src/decNumber/decQuad.h   extern int32_t   decQuadToInt32Exact(const decQuad *, decContext *, enum rounding);
rounding          102 src/decNumber/decQuad.h   extern uint32_t  decQuadToUInt32(const decQuad *, decContext *, enum rounding);
rounding          103 src/decNumber/decQuad.h   extern uint32_t  decQuadToUInt32Exact(const decQuad *, decContext *, enum rounding);
rounding          134 src/decNumber/decQuad.h   extern decQuad * decQuadToIntegralValue(decQuad *, const decQuad *, decContext *, enum rounding);
rounding          640 src/dps8/dps8_decimal.c 
rounding          662 src/dps8/dps8_decimal.c 
rounding          719 src/dps8/dps8_decimal.c   enum rounding safeR = decContextGetRounding (set);         // save rounding mode
rounding         10323 src/dps8/dps8_eis.c             enum rounding safeR = decContextGetRounding(&set);         // save rounding mode
rounding         10714 src/dps8/dps8_eis.c             enum rounding safeR = decContextGetRounding(&set);         // save rounding mode
rounding         11035 src/dps8/dps8_eis.c             enum rounding safeR = decContextGetRounding(&set);         // save rounding mode
rounding         11376 src/dps8/dps8_eis.c             enum rounding safeR = decContextGetRounding(&set);         // save rounding mode
rounding         12762 src/dps8/dps8_eis.c 
rounding         12804 src/dps8/dps8_eis.c