Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

fepublic.h File Reference

#include <stdio.h>
#include <memory.h>
#include <setjmp.h>
#include "fetypes.h"
#include "festate.h"
#include "fesupprt.h"
#include "fehelper.h"
#include "feproto.h"

Go to the source code of this file.

Defines

#define LITTLE_ENDIAN
#define U64_lsh(val, bits)   ((bits) > 63 ? 0 : (EM_uint64_t)(val) << (bits))
#define fp_U64_rsh(val, bits)   ((bits) > 63 ? 0 : (EM_uint64_t)(val) >> (bits))
#define LL_SSHR(val, bits)   ((EM_uint64_t)(val) >> ((bits) > 63 ? 63 : (bits)))


Define Documentation

#define fp_U64_rsh val,
bits   )     ((bits) > 63 ? 0 : (EM_uint64_t)(val) >> (bits))
 

Definition at line 44 of file fepublic.h.

Referenced by _fcvt_fx(), and _fpcvt_fx().

#define LITTLE_ENDIAN
 

Definition at line 12 of file fepublic.h.

#define LL_SSHR val,
bits   )     ((EM_uint64_t)(val) >> ((bits) > 63 ? 63 : (bits)))
 

Definition at line 45 of file fepublic.h.

#define U64_lsh val,
bits   )     ((bits) > 63 ? 0 : (EM_uint64_t)(val) << (bits))
 

Definition at line 43 of file fepublic.h.


Generated on Sat May 15 19:43:39 2004 for test by doxygen 1.3.7