Searched refs:DEC_ROUND_HALF_EVEN (Results 1 – 4 of 4) sorted by relevance
45 static enum rounding __dfp_rounding_mode = DEC_ROUND_HALF_EVEN;57 __dfp_rounding_mode = DEC_ROUND_HALF_EVEN; break; in __dfp_set_round()66 __dfp_rounding_mode = DEC_ROUND_HALF_EVEN; break; in __dfp_set_round()81 case DEC_ROUND_HALF_EVEN: in __dfp_get_round()
75 context->round = DEC_ROUND_HALF_EVEN; /* 0.5 to nearest even */ in decContextDefault()86 context->round = DEC_ROUND_HALF_EVEN; /* 0.5 to nearest even */ in decContextDefault()97 context->round = DEC_ROUND_HALF_EVEN; /* 0.5 to nearest even */ in decContextDefault()
65 DEC_ROUND_HALF_EVEN, /* 0.5 rounds to nearest even */ enumerator
4900 case DEC_ROUND_HALF_EVEN: in decApplyRound()