| GCC Middle and Back End API Reference
    | 
#include <machmode.h>
| Public Types | |
| typedef mode_traits< scalar_float_mode >::from_int | from_int | 
| typedef unsigned short | measurement_type | 
| Public Member Functions | |
| ALWAYS_INLINE | scalar_float_mode () | 
| ALWAYS_INLINE CONSTEXPR | scalar_float_mode (from_int m) | 
| ALWAYS_INLINE CONSTEXPR | operator machine_mode () const | 
| Static Public Member Functions | |
| static bool | includes_p (machine_mode) | 
| Protected Attributes | |
| machine_mode | m_mode | 
Represents a machine mode that is known to be a SCALAR_FLOAT_MODE_P.
| typedef unsigned short scalar_float_mode::measurement_type | 
| 
 | inline | 
References ALWAYS_INLINE.
| 
 | inline | 
References m_mode.
| 
 | inlinestatic | 
Return true if M is a scalar_float_mode.
References SCALAR_FLOAT_MODE_P.
| 
 | inline | 
References ALWAYS_INLINE, and m_mode.
| 
 | protected | 
Referenced by operator machine_mode(), and scalar_float_mode().