Searched refs:host_format (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-float.c486 std::string host_format; local
505 host_format = string_printf ("%%.%d", decimal_dig);
520 host_format = std::string (format, len);
526 host_format += length;
527 host_format += conversion;
529 return host_format;
946 std::string host_format = floatformat_printf_format (fmt, format, length); local
953 return string_printf (host_format.c_str (), host_float);
1540 std::string host_format = floatformat_printf_format (fmt, format, 'R'); local
1545 int size = mpfr_snprintf (NULL, 0, host_format
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtarget-float.c486 std::string host_format; local
505 host_format = string_printf ("%%.%d", decimal_dig);
520 host_format = std::string (format, len);
526 host_format += length;
527 host_format += conversion;
529 return host_format;
946 std::string host_format = floatformat_printf_format (fmt, format, length); local
953 return string_printf (host_format.c_str (), host_float);
1540 std::string host_format = floatformat_printf_format (fmt, format, 'R'); local
1545 int size = mpfr_snprintf (NULL, 0, host_format
[all...]

Completed in 150 milliseconds