Home
last modified time | relevance | path

Searched refs:DEC_ROUND_HALF_EVEN (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/gcc/libdecnumber/
DdecRound.c45 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()
DdecContext.c75 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()
DdecContext.h65 DEC_ROUND_HALF_EVEN, /* 0.5 rounds to nearest even */ enumerator
DdecNumber.c4900 case DEC_ROUND_HALF_EVEN: in decApplyRound()