Searched refs:round_away (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/include/ |
D | rounding-mode.h | 43 round_away (bool negative, bool last_digit_odd, bool half_bit, bool more_bits, in round_away() function
|
/glibc-2.36/stdio-common/ |
D | printf_fphex.c | 337 do_round_away = round_away (negative, last_digit_value & 1, in __printf_fphex()
|
D | printf_fp.c | 998 if (round_away (is_neg, (last_digit - L'0') & 1, next_digit >= L'5', in __printf_fp_l()
|
/glibc-2.36/stdlib/ |
D | strtod_l.c | 269 if (round_away (negative, in round_and_return() 320 if (round_away (negative, in round_and_return()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.18 | 71900 * include/rounding-mode.h (round_away): Likewise. 77325 round_away. 77393 round_away. 77428 round_away to determine rounding depending on rounding mode.
|