Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDdoublest.c785 const struct floatformat *to_fmt = floatformat_from_type (to_type); in convert_typed_floating() local
790 if (from_fmt == NULL || to_fmt == NULL) in convert_typed_floating()
802 else if (from_fmt == to_fmt) in convert_typed_floating()
822 floatformat_from_doublest (to_fmt, &d, to); in convert_typed_floating()