#include <double.h>
Data Fields | |
| DFtype | flt |
| type { | |
| 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 | |
| } | packed |
Definition at line 67 of file double.h.
| DFtype _FP_UNION_D::flt |
| unsigned _FP_UNION_D::sign |
| unsigned _FP_UNION_D::exp |
| unsigned _FP_UNION_D::frac1 |
| unsigned _FP_UNION_D::frac0 |
| struct { ... } _FP_UNION_D::packed |
1.5.6