Harlinn.Windows 0.1
Loading...
Searching...
No Matches
aarch64_fpmath.h File Reference
#include <stdint.h>
Include dependency graph for aarch64_fpmath.h:

Classes

union  IEEEl2bits
 

Macros

#define LDBL_NBIT   0
 
#define LDBL_IMPLICIT_NBIT
 
#define mask_nbit_l(u)
 
#define LDBL_MANH_SIZE   48
 
#define LDBL_MANL_SIZE   64
 
#define LDBL_TO_ARRAY32(u, a)
 

Macro Definition Documentation

◆ LDBL_IMPLICIT_NBIT

#define LDBL_IMPLICIT_NBIT

◆ LDBL_MANH_SIZE

#define LDBL_MANH_SIZE   48

◆ LDBL_MANL_SIZE

#define LDBL_MANL_SIZE   64

◆ LDBL_NBIT

#define LDBL_NBIT   0

◆ LDBL_TO_ARRAY32

#define LDBL_TO_ARRAY32 ( u,
a )
Value:
do { \
(a)[0] = (uint32_t)(u).bits.manl; \
(a)[1] = (uint32_t)((u).bits.manl >> 32); \
(a)[2] = (uint32_t)(u).bits.manh; \
(a)[3] = (uint32_t)((u).bits.manh >> 32); \
} while(0)

◆ mask_nbit_l

#define mask_nbit_l ( u)
Value:
((void)0)