Home
last modified time | relevance | path

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

/qemu/include/libdecnumber/
H A DdecContext.h71 DEC_ROUND_HALF_UP, /* 0.5 rounds up */ enumerator
/qemu/libdecnumber/
H A DdecContext.c97 context->round=DEC_ROUND_HALF_UP; /* 0.5 rises */ in decContextDefault()
H A DdecNumber.c7257 case DEC_ROUND_HALF_UP: {
/qemu/target/ppc/
H A Ddfp_helper.c88 rnd = DEC_ROUND_HALF_UP; in dfp_prepare_rounding_mode()
119 rnd = DEC_ROUND_HALF_UP; in dfp_set_round_mode_from_immediate()