Home
last modified time | relevance | path

Searched refs:DEC_ROUND_DOWN (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libdecnumber/
H A DdecRound.c61 __dfp_rounding_mode = DEC_ROUND_DOWN; break; in __dfp_set_round()
85 case DEC_ROUND_DOWN: in __dfp_get_round()
H A DdecContext.h67 DEC_ROUND_DOWN, /* round towards 0 (truncate) */ enumerator
H A DdecNumber.c1694 workset.round = DEC_ROUND_DOWN; in decNumberSquareRoot()
4885 case DEC_ROUND_DOWN: in decApplyRound()
5203 case DEC_ROUND_DOWN: in decSetOverflow()
/freebsd-12.1/contrib/gcc/
H A Ddfp.c542 set.round = DEC_ROUND_DOWN; in decimal_do_fix_trunc()
561 set.round = DEC_ROUND_DOWN; in decimal_real_to_integer()
588 set.round = DEC_ROUND_DOWN; in decimal_real_to_integer2()
/freebsd-12.1/contrib/gcc/config/
H A Ddfp-bit.c408 context.round = DEC_ROUND_DOWN; in DFP_TO_INT()