#include <fpmath.h>
Definition at line 63 of file fpmath.h.
Public Attributes | |
float | f |
struct { | |
unsigned int man:23 | |
unsigned int exp:8 | |
unsigned int sign:1 | |
} | bits |
float IEEEf2bits::f |
unsigned int IEEEf2bits::man |
unsigned int IEEEf2bits::exp |
unsigned int IEEEf2bits::sign |
struct { ... } IEEEf2bits::bits |