Searched refs:floatformat_classify (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-float.c70 floatformat_classify. To avoid portability issues, we use local
325 floatformat_classify (const struct floatformat *fmt, function
645 kind = floatformat_classify (fmt, (const bfd_byte *) from);
1249 kind = floatformat_classify (fmt, from);
1525 enum float_kind kind = floatformat_classify (fmt, addr);
2333 return (floatformat_classify (floatformat_from_type (type), addr)
2359 enum float_kind kind = floatformat_classify (fmt, addr);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtarget-float.c70 floatformat_classify. To avoid portability issues, we use local
325 floatformat_classify (const struct floatformat *fmt, function
645 kind = floatformat_classify (fmt, (const bfd_byte *) from);
1249 kind = floatformat_classify (fmt, from);
1525 enum float_kind kind = floatformat_classify (fmt, addr);
2333 return (floatformat_classify (floatformat_from_type (type), addr)
2359 enum float_kind kind = floatformat_classify (fmt, addr);

Completed in 204 milliseconds