|
|
long double | d |
| |
|
struct { |
|
unsigned int exponent:15 |
| |
|
unsigned int empty:16 |
| |
|
unsigned int negative:1 |
| |
|
unsigned int mantissa1:32 |
| |
|
unsigned int mantissa0:32 |
| |
| } | ieee |
| |
|
struct { |
|
unsigned int exponent:15 |
| |
|
unsigned int empty:16 |
| |
|
unsigned int negative:1 |
| |
|
unsigned int mantissa1:32 |
| |
|
unsigned int mantissa0:30 |
| |
|
unsigned int quiet_nan:1 |
| |
|
unsigned int one:1 |
| |
| } | ieee_nan |
| |
Definition at line 84 of file cyg-ieee754.h.
The documentation for this union was generated from the following file: