#include <f64.h>
Data Fields | |
union { | |
struct { | |
uint32_t decimal | |
int32_t integer | |
} s | |
int64_t s64 | |
} | u |
Definition at line 43 of file f64.h.
uint32_t fixed_64::decimal |
int32_t fixed_64::integer |
struct { ... } fixed_64::s |
int64_t fixed_64::s64 |
union { ... } fixed_64::u |