#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))) |
|
|
Definition at line 44 of file fepublic.h. Referenced by _fcvt_fx(), and _fpcvt_fx(). |
|
|
Definition at line 12 of file fepublic.h. |
|
|
Definition at line 45 of file fepublic.h. |
|
|
Definition at line 43 of file fepublic.h. |
1.3.7