Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
powerpc_fpmath.h File Reference

Go to the source code of this file.

Classes

union  IEEEl2bits
 

Macros

#define mask_nbit_l(u)   ((void)0)
 
#define LDBL_IMPLICIT_NBIT
 
#define LDBL_NBIT   0
 
#define LDBL_MANH_SIZE   20
 
#define LDBL_MANL_SIZE   32
 
#define LDBL_TO_ARRAY32(u, a)
 

Macro Definition Documentation

◆ LDBL_IMPLICIT_NBIT

#define LDBL_IMPLICIT_NBIT

Definition at line 40 of file powerpc_fpmath.h.

◆ LDBL_MANH_SIZE

#define LDBL_MANH_SIZE   20

Definition at line 43 of file powerpc_fpmath.h.

◆ LDBL_MANL_SIZE

#define LDBL_MANL_SIZE   32

Definition at line 44 of file powerpc_fpmath.h.

◆ LDBL_NBIT

#define LDBL_NBIT   0

Definition at line 41 of file powerpc_fpmath.h.

◆ LDBL_TO_ARRAY32

#define LDBL_TO_ARRAY32 (   u,
 
)
Value:
do { \
(a)[0] = (uint32_t)(u).bits.manl; \
(a)[1] = (uint32_t)(u).bits.manh; \
} while(0)
unsigned __int32 uint32_t
Definition stdint.h:64

Definition at line 46 of file powerpc_fpmath.h.

◆ mask_nbit_l

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

Definition at line 39 of file powerpc_fpmath.h.