Set Rounding Mode
Sets the current decimal rounding mode.
void __dfp_set_rounding_mode (unsigned long rounding_mode);
If you change the rounding mode within a function, you must restore the rounding mode before the function returns.