rounding          140 src/decNumber/decContext.c enum rounding decContextGetRounding(decContext *context) {
rounding          199 src/decNumber/decContext.c                                   enum rounding newround) {
rounding           81 src/decNumber/decContext.h     enum     rounding round;       /* rounding mode                   */
rounding          242 src/decNumber/decContext.h   extern enum rounding decContextGetRounding(decContext *);
rounding          246 src/decNumber/decContext.h   extern decContext  * decContextSetRounding(decContext *, enum rounding);
rounding           76 src/decNumber/decDouble.h   extern int32_t     decDoubleToInt32(const decDouble *, decContext *, enum rounding);
rounding           77 src/decNumber/decDouble.h   extern int32_t     decDoubleToInt32Exact(const decDouble *, decContext *, enum rounding);
rounding           80 src/decNumber/decDouble.h   extern uint32_t    decDoubleToUInt32(const decDouble *, decContext *, enum rounding);
rounding           81 src/decNumber/decDouble.h   extern uint32_t    decDoubleToUInt32Exact(const decDouble *, decContext *, enum rounding);
rounding          113 src/decNumber/decDouble.h   extern decDouble * decDoubleToIntegralValue(decDouble *, const decDouble *, decContext *, enum rounding);
rounding           99 src/decNumber/decQuad.h   extern int32_t   decQuadToInt32(const decQuad *, decContext *, enum rounding);
rounding          100 src/decNumber/decQuad.h   extern int32_t   decQuadToInt32Exact(const decQuad *, decContext *, enum rounding);
rounding          103 src/decNumber/decQuad.h   extern uint32_t  decQuadToUInt32(const decQuad *, decContext *, enum rounding);
rounding          104 src/decNumber/decQuad.h   extern uint32_t  decQuadToUInt32Exact(const decQuad *, decContext *, enum rounding);
rounding          135 src/decNumber/decQuad.h   extern decQuad * decQuadToIntegralValue(decQuad *, const decQuad *, decContext *, enum rounding);
rounding          630 src/dps8/dps8_decimal.c 
rounding          652 src/dps8/dps8_decimal.c 
rounding          709 src/dps8/dps8_decimal.c   enum rounding safeR = decContextGetRounding (set);         // save rounding mode
rounding         10261 src/dps8/dps8_eis.c             enum rounding safeR = decContextGetRounding(&set);         // save rounding mode
rounding         10642 src/dps8/dps8_eis.c             enum rounding safeR = decContextGetRounding(&set);         // save rounding mode
rounding         10954 src/dps8/dps8_eis.c             enum rounding safeR = decContextGetRounding(&set);         // save rounding mode
rounding         11286 src/dps8/dps8_eis.c             enum rounding safeR = decContextGetRounding(&set);         // save rounding mode
rounding         12646 src/dps8/dps8_eis.c 
rounding         12685 src/dps8/dps8_eis.c