|
|
double | d |
| |
|
struct { |
|
unsigned int mantissa0:20 |
| |
|
unsigned int exponent:11 |
| |
|
unsigned int negative:1 |
| |
|
unsigned int mantissa1:32 |
| |
| } | ieee |
| |
|
struct { |
|
unsigned int mantissa0:19 |
| |
|
unsigned int quiet_nan:1 |
| |
|
unsigned int exponent:11 |
| |
|
unsigned int negative:1 |
| |
|
unsigned int mantissa1:32 |
| |
| } | ieee_nan |
| |
Definition at line 53 of file cyg-ieee754.h.
The documentation for this union was generated from the following file: