Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddoublest.h81 const struct floatformat *floatformat_from_type (const struct type *type);
Ddoublest.c660 floatformat_from_type (const struct type *type) in floatformat_from_type() function
773 const struct floatformat *from_fmt = floatformat_from_type (from_type); in convert_typed_floating()
774 const struct floatformat *to_fmt = floatformat_from_type (to_type); in convert_typed_floating()
Dvalprint.c296 fmt = floatformat_from_type (type); in print_floating()
Darm-tdep.c1999 convert_from_extended (floatformat_from_type (type), tmpbuf, in arm_extract_return_value()
2190 convert_to_extended (floatformat_from_type (type), buf, valbuf); in arm_store_return_value()
Dvalues.c744 if (!floatformat_is_valid (floatformat_from_type (type), valaddr)) in unpack_double()
DChangeLog-200214095 * doublest.h (floatformat_from_type): Declare.
14096 * doublest.c (floatformat_from_type): New function.
14100 call to function floatformat_from_type.