Go to the source code of this file.
Classes | |
union | IEEEl2bits |
Defines | |
#define | LDBL_NBIT 0 |
#define | mask_nbit_l(u) ((void)0) |
#define | LDBL_MANH_SIZE 32 |
#define | LDBL_MANL_SIZE 32 |
#define | LDBL_TO_ARRAY32(u, a) |
#define LDBL_MANH_SIZE 32 |
Definition at line 49 of file _fpmath-arm.h.
#define LDBL_MANL_SIZE 32 |
Definition at line 50 of file _fpmath-arm.h.
#define LDBL_NBIT 0 |
Definition at line 46 of file _fpmath-arm.h.
#define LDBL_TO_ARRAY32 | ( | u, | |||
a | ) |
Value:
do { \ (a)[0] = (uint32_t)(u).bits.manl; \ (a)[1] = (uint32_t)(u).bits.manh; \ } while(0)
Definition at line 52 of file _fpmath-arm.h.
#define mask_nbit_l | ( | u | ) | ((void)0) |
Definition at line 47 of file _fpmath-arm.h.