Searched refs:floatformat_from_type (Results 1 – 6 of 6) sorted by relevance
81 const struct floatformat *floatformat_from_type (const struct type *type);
660 floatformat_from_type (const struct type *type) in floatformat_from_type() function773 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()
296 fmt = floatformat_from_type (type); in print_floating()
1999 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()
744 if (!floatformat_is_valid (floatformat_from_type (type), valaddr)) in unpack_double()
14095 * doublest.h (floatformat_from_type): Declare.14096 * doublest.c (floatformat_from_type): New function.14100 call to function floatformat_from_type.