Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfloating_to_chars.cc890 sprintf_ld(char* buffer, const char* format_string, T value, Extra... args) in sprintf_ld() function
1051 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()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20218137 * src/c++17/floating_to_chars.cc (sprintf_ld): Add extra args
8195 (sprintf_ld): New function template for printing a long double
8198 Use sprintf_ld.