Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddoublest.h83 extern DOUBLEST extract_typed_floating (const void *addr,
H A Dvalues.c690 return extract_typed_floating (valaddr, type); in unpack_long()
750 return extract_typed_floating (valaddr, type); in unpack_double()
H A Di387-tdep.c53 value = extract_typed_floating (raw, builtin_type_i387_ext); in print_i387_value()
H A Ddoublest.c714 extract_typed_floating (const void *addr, const struct type *type) in extract_typed_floating() function
H A Dsh-tdep.c1868 DOUBLEST val = extract_typed_floating (from, type); in sh_register_convert_to_raw()
H A DChangeLog-20012175 (extract_typed_floating): Reformat a bit.
2183 * i387-tdep.c (print_i387_value): Use extract_typed_floating to
2706 (extract_typed_floating, store_typed_floating): Declare.
2708 (extract_typed_floating, store_typed_floating): Define.
2712 * values.c (unpack_long): Use extract_typed_floating.
H A DChangeLog-20035723 deprecated_extract_floating by call to extract_typed_floating.
10990 (extract_typed_floating): Call extract_floating_by_length.