Searched refs:sprintf_ld (Results 1 – 2 of 2) sorted by relevance
890 sprintf_ld(char* buffer, const char* format_string, T value, Extra... args) in sprintf_ld() function1051 const int output_length = sprintf_ld(buffer, "%.0Lf", value); in __floating_to_chars_shortest()1243 = sprintf_ld(buffer, output_specifier, value, effective_precision); in __floating_to_chars_precision()
8137 * src/c++17/floating_to_chars.cc (sprintf_ld): Add extra args8195 (sprintf_ld): New function template for printing a long double8198 Use sprintf_ld.