Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/stdio/printf_core/
H A Dconverter.cpp56 return convert_float_hex_exp(writer, to_conv); in convert()
H A Dfloat_hex_converter.h27 int inline convert_float_hex_exp(Writer *writer, const FormatSection &to_conv) { in convert_float_hex_exp() function