Dataflow Runtime API
4.0.1.0
|
Classes | |
union | IEEEl2bits |
Macros | |
#define | LDBL_NBIT 0x80000000 |
#define | mask_nbit_l(u) ((u).bits.manh &= ~LDBL_NBIT) |
#define | LDBL_MANH_SIZE 32 |
#define | LDBL_MANL_SIZE 32 |
#define | LDBL_TO_ARRAY32(u, a) |
#define LDBL_MANH_SIZE 32 |
#define LDBL_MANL_SIZE 32 |
#define LDBL_NBIT 0x80000000 |
#define LDBL_TO_ARRAY32 | ( | u, | |
a | |||
) |
#define mask_nbit_l | ( | u | ) | ((u).bits.manh &= ~LDBL_NBIT) |