Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/stdio/printf_core/
H A Dfloat_hex_converter.h107 const MantissaInt truncated_bits = in convert_float_hex_exp() local
116 if (truncated_bits > halfway_const) in convert_float_hex_exp()
118 else if (truncated_bits == halfway_const) in convert_float_hex_exp()
122 if (truncated_bits > 0 && is_negative) in convert_float_hex_exp()
126 if (truncated_bits > 0 && !is_negative) in convert_float_hex_exp()