_fpmath-arm.h File Reference

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 Documentation

#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,
 ) 

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 (  )     ((void)0)

Definition at line 47 of file _fpmath-arm.h.


Generated on Sat Sep 8 08:43:36 2007 for DTN Reference Implementation by  doxygen 1.5.3