Searched refs:__dfp_rounding_mode (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/gcclibs/libdecnumber/
H A DdecRound.c45 static enum rounding __dfp_rounding_mode = DEC_ROUND_HALF_EVEN; variable in typeref:enum:rounding
55 __dfp_rounding_mode = DEC_ROUND_FLOOR; break;
57 __dfp_rounding_mode = DEC_ROUND_HALF_EVEN; break;
59 __dfp_rounding_mode = DEC_ROUND_HALF_UP; break;
61 __dfp_rounding_mode = DEC_ROUND_DOWN; break;
63 __dfp_rounding_mode = DEC_ROUND_CEILING; break;
66 __dfp_rounding_mode = DEC_ROUND_HALF_EVEN; break;
77 switch (__dfp_rounding_mode)
101 return __dfp_rounding_mode;

Completed in 44 milliseconds