|
|
float | f |
| |
|
struct { |
|
unsigned int mantissa:23 |
| |
|
unsigned int exponent:8 |
| |
|
unsigned int negative:1 |
| |
| } | ieee |
| |
|
struct { |
|
unsigned int mantissa:22 |
| |
|
unsigned int quiet_nan:1 |
| |
|
unsigned int exponent:8 |
| |
|
unsigned int negative:1 |
| |
| } | ieee_nan |
| |
Definition at line 28 of file cyg-ieee754.h.
The documentation for this union was generated from the following file: