Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddoublest.c773 const struct floatformat *from_fmt = floatformat_from_type (from_type); in convert_typed_floating() local
779 if (from_fmt == NULL || to_fmt == NULL) in convert_typed_floating()
791 else if (from_fmt == to_fmt) in convert_typed_floating()
810 floatformat_to_doublest (from_fmt, from, &d); in convert_typed_floating()