![]() |
Imt.Base C++ API V4.1.1.0
|
#include <sys/types.h>
Go to the source code of this file.
Macros | |
#define | __fenv_static static |
#define | FE_INEXACT 0x080000 |
#define | FE_UNDERFLOW 0x100000 |
#define | FE_OVERFLOW 0x200000 |
#define | FE_DIVBYZERO 0x400000 |
#define | FE_INVALID 0x800000 /* all types of invalid FP ops */ |
#define | FE_ALL_EXCEPT (FE_INVALID | FE_DIVBYZERO | FE_INEXACT | FE_OVERFLOW | FE_UNDERFLOW) |
#define | FE_TONEAREST 0x0000 |
#define | FE_TOWARDZERO 0x0001 |
#define | FE_UPWARD 0x0002 |
#define | FE_DOWNWARD 0x0003 |
#define | _ROUND_MASK |
#define | FE_DFL_ENV (&__fe_dfl_env) |
#define | _FPC_EXC_MASK_SHIFT 8 |
#define | _ENABLE_MASK |
#define | _FPU_GETCW(cw) __asm__ __volatile__ ("efpc %0,0" : "=d" (cw)) |
#define | _FPU_SETCW(cw) __asm__ __volatile__ ("sfpc %0,0" : : "d" (cw)) |
Typedefs | |
typedef __uint32_t | fenv_t |
typedef __uint32_t | fexcept_t |
Functions | |
__fenv_static int | feclearexcept (int __excepts) |
__fenv_static int | fegetexceptflag (fexcept_t *__flagp, int __excepts) |
__fenv_static int | fesetexceptflag (const fexcept_t *__flagp, int __excepts) |
__fenv_static int | feraiseexcept (int __excepts) |
__fenv_static int | fetestexcept (int __excepts) |
__fenv_static int | fegetround (void) |
__fenv_static int | fesetround (int __round) |
__fenv_static int | fegetenv (fenv_t *__envp) |
__fenv_static int | feholdexcept (fenv_t *__envp) |
__fenv_static int | fesetenv (const fenv_t *__envp) |
__fenv_static int | feupdateenv (const fenv_t *__envp) |
Variables | |
__BEGIN_DECLS const fenv_t | __fe_dfl_env |
#define __fenv_static static |
Definition at line 35 of file openlibm_fenv_s390.h.
#define _ENABLE_MASK |
Definition at line 66 of file openlibm_fenv_s390.h.
#define _FPC_EXC_MASK_SHIFT 8 |
Definition at line 65 of file openlibm_fenv_s390.h.
#define _FPU_GETCW | ( | cw | ) | __asm__ __volatile__ ("efpc %0,0" : "=d" (cw)) |
Definition at line 70 of file openlibm_fenv_s390.h.
#define _FPU_SETCW | ( | cw | ) | __asm__ __volatile__ ("sfpc %0,0" : : "d" (cw)) |
Definition at line 71 of file openlibm_fenv_s390.h.
#define _ROUND_MASK |
Definition at line 55 of file openlibm_fenv_s390.h.
#define FE_ALL_EXCEPT (FE_INVALID | FE_DIVBYZERO | FE_INEXACT | FE_OVERFLOW | FE_UNDERFLOW) |
Definition at line 48 of file openlibm_fenv_s390.h.
#define FE_DFL_ENV (&__fe_dfl_env) |
Definition at line 62 of file openlibm_fenv_s390.h.
#define FE_DIVBYZERO 0x400000 |
Definition at line 45 of file openlibm_fenv_s390.h.
#define FE_DOWNWARD 0x0003 |
Definition at line 54 of file openlibm_fenv_s390.h.
#define FE_INEXACT 0x080000 |
Definition at line 42 of file openlibm_fenv_s390.h.
#define FE_INVALID 0x800000 /* all types of invalid FP ops */ |
Definition at line 46 of file openlibm_fenv_s390.h.
#define FE_OVERFLOW 0x200000 |
Definition at line 44 of file openlibm_fenv_s390.h.
#define FE_TONEAREST 0x0000 |
Definition at line 51 of file openlibm_fenv_s390.h.
#define FE_TOWARDZERO 0x0001 |
Definition at line 52 of file openlibm_fenv_s390.h.
#define FE_UNDERFLOW 0x100000 |
Definition at line 43 of file openlibm_fenv_s390.h.
#define FE_UPWARD 0x0002 |
Definition at line 53 of file openlibm_fenv_s390.h.
typedef __uint32_t fenv_t |
Definition at line 38 of file openlibm_fenv_s390.h.
typedef __uint32_t fexcept_t |
Definition at line 39 of file openlibm_fenv_s390.h.
|
inline |
Definition at line 74 of file openlibm_fenv_s390.h.
|
inline |
Definition at line 155 of file openlibm_fenv_s390.h.
|
inline |
Definition at line 87 of file openlibm_fenv_s390.h.
|
inline |
Definition at line 131 of file openlibm_fenv_s390.h.
|
inline |
Definition at line 162 of file openlibm_fenv_s390.h.
|
inline |
Definition at line 111 of file openlibm_fenv_s390.h.
|
inline |
Definition at line 174 of file openlibm_fenv_s390.h.
|
inline |
Definition at line 97 of file openlibm_fenv_s390.h.
|
inline |
Definition at line 140 of file openlibm_fenv_s390.h.
|
inline |
Definition at line 122 of file openlibm_fenv_s390.h.
|
inline |
Definition at line 181 of file openlibm_fenv_s390.h.
|
extern |