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

/freebsd-10.2-release/contrib/gcclibs/libdecnumber/
H A DdecRound.c45 static enum rounding __dfp_rounding_mode = DEC_ROUND_HALF_EVEN;
57 __dfp_rounding_mode = DEC_ROUND_HALF_EVEN; break;
66 __dfp_rounding_mode = DEC_ROUND_HALF_EVEN; break;
81 case DEC_ROUND_HALF_EVEN:
H A DdecContext.c75 context->round = DEC_ROUND_HALF_EVEN; /* 0.5 to nearest even */
86 context->round = DEC_ROUND_HALF_EVEN; /* 0.5 to nearest even */
97 context->round = DEC_ROUND_HALF_EVEN; /* 0.5 to nearest even */
H A DdecContext.h65 DEC_ROUND_HALF_EVEN, /* 0.5 rounds to nearest even */ enumerator in enum:rounding
H A DdecNumber.c4900 case DEC_ROUND_HALF_EVEN:

Completed in 109 milliseconds