HomeSort by: relevance | last modified time | path
    Searched defs:real_format (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
real.h 118 struct real_format struct
121 void (*encode) (const struct real_format *, long *,
123 void (*decode) (const struct real_format *, REAL_VALUE_TYPE *,
180 extern const struct real_format *
213 format as either a mode or an explicit real_format pointer. In the
219 format_helper (const real_format *format) : m_format (format) {}
221 const real_format *operator-> () const { return m_format; }
222 operator const real_format *() const { return m_format; }
228 const real_format *m_format;
363 extern const struct real_format ieee_single_format
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
real.h 118 struct real_format struct
121 void (*encode) (const struct real_format *, long *,
123 void (*decode) (const struct real_format *, REAL_VALUE_TYPE *,
180 extern const struct real_format *
213 format as either a mode or an explicit real_format pointer. In the
219 format_helper (const real_format *format) : m_format (format) {}
221 const real_format *operator-> () const { return m_format; }
222 operator const real_format *() const { return m_format; }
228 const real_format *m_format;
346 extern const struct real_format ieee_single_format
    [all...]

Completed in 17 milliseconds