Searched refs:floatformat_m68881_ext (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/gdb/include/
H A Dfloatformat.h102 extern const struct floatformat floatformat_m68881_ext;
/freebsd-12-stable/contrib/gcclibs/include/
H A Dfloatformat.h110 extern const struct floatformat floatformat_m68881_ext;
/freebsd-12-stable/contrib/binutils/include/
H A Dfloatformat.h110 extern const struct floatformat floatformat_m68881_ext;
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dfloatformat.c175 const struct floatformat floatformat_m68881_ext = variable in typeref:struct:floatformat
180 "floatformat_m68881_ext",
595 floatformat_from_double (&floatformat_m68881_ext, &n, exten);
596 floatformat_to_double (&floatformat_m68881_ext, exten, &result);
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dfloatformat.c175 const struct floatformat floatformat_m68881_ext = variable in typeref:struct:floatformat
180 "floatformat_m68881_ext",
595 floatformat_from_double (&floatformat_m68881_ext, &n, exten);
596 floatformat_to_double (&floatformat_m68881_ext, exten, &result);
/freebsd-12-stable/contrib/gdb/gdb/
H A Dgdbtypes.c3460 init_type (TYPE_CODE_FLT, floatformat_m68881_ext.totalsize / 8,
3462 TYPE_FLOATFORMAT (builtin_type_m68881_ext) = &floatformat_m68881_ext;

Completed in 127 milliseconds