_fpmath-powerpc.h File Reference

Go to the source code of this file.

Classes

union  IEEEl2bits

Defines

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


Define Documentation

#define LDBL_IMPLICIT_NBIT

Definition at line 40 of file _fpmath-powerpc.h.

#define LDBL_MANH_SIZE   20

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

#define LDBL_MANL_SIZE   32

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

#define LDBL_NBIT   0

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

#define mask_nbit_l (  )     ((void)0)

Definition at line 39 of file _fpmath-powerpc.h.


Generated on Thu Jun 7 12:54:30 2007 for DTN Reference Implementation by  doxygen 1.5.1