Home
last modified time | relevance | path

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

/glibc-2.36/include/
Drounding-mode.h43 round_away (bool negative, bool last_digit_odd, bool half_bit, bool more_bits, in round_away() function
/glibc-2.36/stdio-common/
Dprintf_fphex.c337 do_round_away = round_away (negative, last_digit_value & 1, in __printf_fphex()
Dprintf_fp.c998 if (round_away (is_neg, (last_digit - L'0') & 1, next_digit >= L'5', in __printf_fp_l()
/glibc-2.36/stdlib/
Dstrtod_l.c269 if (round_away (negative, in round_and_return()
320 if (round_away (negative, in round_and_return()
/glibc-2.36/ChangeLog.old/
DChangeLog.1871900 * include/rounding-mode.h (round_away): Likewise.
77325 round_away.
77393 round_away.
77428 round_away to determine rounding depending on rounding mode.