_fpmath-amd64.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 44 of file _fpmath-amd64.h.

#define LDBL_MANL_SIZE   32

Definition at line 45 of file _fpmath-amd64.h.

#define LDBL_NBIT   0x80000000

Definition at line 41 of file _fpmath-amd64.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 47 of file _fpmath-amd64.h.

Referenced by __ldtoa().

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

Definition at line 42 of file _fpmath-amd64.h.


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