Home
last modified time | relevance | path

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

/glibc-2.36/stdio-common/
Dprintf_fphex.c324 int last_digit_value = (last_digit >= 'A' && last_digit <= 'F' in __printf_fphex() local
337 do_round_away = round_away (negative, last_digit_value & 1, in __printf_fphex()