Searched refs:store_typed_floating (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | doublest.h | 94 extern void store_typed_floating (void *addr, const struct type *type,
|
H A D | doublest.c | 856 store_typed_floating (void *addr, const struct type *type, DOUBLEST val) in store_typed_floating() function
|
H A D | valarith.c | 1020 store_typed_floating (value_contents_raw (val), value_type (val), v); in scalar_binop()
|
H A D | value.c | 3172 store_typed_floating (value_contents_raw (val), base_type, num); in value_from_double()
|
H A D | stabsread.c | 787 store_typed_floating (dbl_valu, dbl_type, d); in define_symbol()
|