GCC Middle and Back End API Reference
real_value Struct Reference

#include <real.h>

Data Fields

unsigned int cl: 2
unsigned int decimal: 1
unsigned int sign: 1
unsigned int signalling: 1
unsigned int canonical: 1
unsigned int uexp: EXP_BITS
unsigned long sig [SIGSZ]

Field Documentation

unsigned int real_value::canonical
unsigned int real_value::cl
     Use the same underlying type for all bit-fields, so as to make
     sure they're packed together, otherwise REAL_VALUE_TYPE_SIZE will
     be miscomputed.  
unsigned int real_value::decimal
unsigned long real_value::sig[SIGSZ]
unsigned int real_value::sign
unsigned int real_value::signalling
unsigned int real_value::uexp

The documentation for this struct was generated from the following file: