Linux Kernel
3.7.1
|
#include <double.h>
Public Member Functions | |
struct { | |
unsigned sign: 1 | |
unsigned exp: _FP_EXPBITS_D | |
unsigned frac1: _FP_FRACBITS_D - (_FP_IMPLBIT_D != 0) - _FP_W_TYPE_SIZE | |
unsigned frac0: _FP_W_TYPE_SIZE | |
} | __attribute__ ((packed)) |
Data Fields | |
double | flt |
struct _FP_UNION_D::@8124 __attribute__ | ( | (packed) | ) |