_fpmath-i386.h File Reference

Go to the source code of this file.

Classes

union  IEEEl2bits

Defines

#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 Documentation

#define LDBL_MANH_SIZE   32

Definition at line 43 of file _fpmath-i386.h.

#define LDBL_MANL_SIZE   32

Definition at line 44 of file _fpmath-i386.h.

#define LDBL_NBIT   0x80000000

Definition at line 40 of file _fpmath-i386.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 46 of file _fpmath-i386.h.

#define mask_nbit_l (  )     ((u).bits.manh &= ~LDBL_NBIT)

Definition at line 41 of file _fpmath-i386.h.


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