Home
last modified time | relevance | path

Searched defs:floatformat (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/binutils-2.27/include/
H A Dfloatformat.h59 struct floatformat struct
61 enum floatformat_byteorders byteorder; argument
84 enum floatformat_intbit intbit; argument
90 int (*is_valid) (const struct floatformat *fmt, const void *from); argument
97 const struct floatformat *split_half; argument
/dflybsd-src/contrib/gdb-7/include/
H A Dfloatformat.h56 struct floatformat struct
58 enum floatformat_byteorders byteorder; argument
81 enum floatformat_intbit intbit; argument
87 int (*is_valid) (const struct floatformat *fmt, const void *from); argument
94 const struct floatformat *split_half; argument
/dflybsd-src/contrib/binutils-2.34/include/
H A Dfloatformat.h59 struct floatformat struct
61 enum floatformat_byteorders byteorder; argument
84 enum floatformat_intbit intbit; argument
90 int (*is_valid) (const struct floatformat *fmt, const void *from); argument
97 const struct floatformat *split_half; argument
/dflybsd-src/contrib/gcc-4.7/include/
H A Dfloatformat.h56 struct floatformat struct
58 enum floatformat_byteorders byteorder; argument
81 enum floatformat_intbit intbit; argument
87 int (*is_valid) (const struct floatformat *fmt, const void *from); argument
94 const struct floatformat *split_half; argument
/dflybsd-src/contrib/gcc-8.0/include/
H A Dfloatformat.h59 struct floatformat struct
61 enum floatformat_byteorders byteorder; argument
84 enum floatformat_intbit intbit; argument
90 int (*is_valid) (const struct floatformat *fmt, const void *from); argument
97 const struct floatformat *split_half; argument
/dflybsd-src/contrib/gdb-7/gdb/
H A Dgdbtypes.h642 const struct floatformat **floatformat; member