HomeSort by: relevance | last modified time | path
    Searched refs:FE_INEXACT (Results 1 - 25 of 65) sorted by relevancy

1 2 3

  /src/sys/arch/riscv/include/
fenv.h 14 #define FE_INEXACT ((int)__BIT(0)) /* Result inexact */
21 (FE_INEXACT | FE_UNDERFLOW | FE_OVERFLOW | FE_DIVBYZERO | FE_INVALID)
ieeefp.h 29 #define FP_X_IMP FE_INEXACT /* imprecise (prec. loss; "inexact") */
  /src/external/gpl3/gcc/dist/libquadmath/math/
lrintq.c 50 #if defined FE_INVALID || defined FE_INEXACT
58 feraiseexcept (t == LONG_MAX ? FE_INEXACT : FE_INVALID);
77 #if defined FE_INVALID || defined FE_INEXACT
85 feraiseexcept (t == LONG_MAX ? FE_INEXACT : FE_INVALID);
109 #if defined FE_INVALID || defined FE_INEXACT
116 feraiseexcept (t == LONG_MIN ? FE_INEXACT : FE_INVALID);
llrintq.c 48 #if defined FE_INVALID || defined FE_INEXACT
55 feraiseexcept (t == LLONG_MAX ? FE_INEXACT : FE_INVALID);
80 #if defined FE_INVALID || defined FE_INEXACT
87 feraiseexcept (t == LLONG_MIN ? FE_INEXACT : FE_INVALID);
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
lrintq.c 50 #if defined FE_INVALID || defined FE_INEXACT
58 feraiseexcept (t == LONG_MAX ? FE_INEXACT : FE_INVALID);
77 #if defined FE_INVALID || defined FE_INEXACT
85 feraiseexcept (t == LONG_MAX ? FE_INEXACT : FE_INVALID);
109 #if defined FE_INVALID || defined FE_INEXACT
116 feraiseexcept (t == LONG_MIN ? FE_INEXACT : FE_INVALID);
llrintq.c 48 #if defined FE_INVALID || defined FE_INEXACT
55 feraiseexcept (t == LLONG_MAX ? FE_INEXACT : FE_INVALID);
80 #if defined FE_INVALID || defined FE_INEXACT
87 feraiseexcept (t == LLONG_MIN ? FE_INEXACT : FE_INVALID);
  /src/sys/arch/sparc/include/
fenv.h 50 #define FE_INEXACT 0x00000020 /* 0000100000 */
56 #define FE_ALL_EXCEPT (FE_DIVBYZERO | FE_INEXACT | \
  /src/sys/arch/hppa/include/
fenv.h 38 #define FE_INEXACT 0x01 /* imprecise (loss of precision) */
  /src/sys/arch/or1k/include/
ieeefp.h 29 #define FP_X_IMP FE_INEXACT /* imprecise (prec. loss; "inexact") */
fenv.h 19 #define FE_INEXACT 0x020 /* Result inexact */
  /src/sys/arch/amd64/include/
fenv.h 58 #define FE_INEXACT 0x20 /* 000000100000 */
65 (FE_DIVBYZERO | FE_INEXACT | FE_INVALID | FE_OVERFLOW | FE_UNDERFLOW)
  /src/sys/arch/i386/include/
fenv.h 58 #define FE_INEXACT 0x20 /* 000000100000 */
64 #define FE_ALL_EXCEPT (FE_DIVBYZERO | FE_DENORMAL | FE_INEXACT | \
  /src/external/gpl3/gcc/dist/libgfortran/config/
fpu-aarch64.h 42 #define FE_INEXACT 16
44 #define FE_ALL_EXCEPT (FE_INVALID | FE_DIVBYZERO | FE_OVERFLOW | FE_UNDERFLOW | FE_INEXACT)
87 if (exceptions & FE_INEXACT) res |= GFC_FPE_INEXACT;
120 mode_set |= FE_INEXACT;
122 mode_clr |= FE_INEXACT;
176 if (fpsr & FE_INEXACT)
210 exc_set |= FE_INEXACT;
212 exc_clr |= FE_INEXACT;
fpu-glibc.h 80 #ifdef FE_INEXACT
82 mode_set |= FE_INEXACT;
84 mode_clr |= FE_INEXACT;
121 #ifdef FE_INEXACT
122 if (exceptions & FE_INEXACT) res |= GFC_FPE_INEXACT;
168 #ifndef FE_INEXACT
211 #ifdef FE_INEXACT
212 if (set_excepts & FE_INEXACT)
260 #ifdef FE_INEXACT
262 exc_set |= FE_INEXACT;
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/config/
fpu-aarch64.h 42 #define FE_INEXACT 16
44 #define FE_ALL_EXCEPT (FE_INVALID | FE_DIVBYZERO | FE_OVERFLOW | FE_UNDERFLOW | FE_INEXACT)
87 if (exceptions & FE_INEXACT) res |= GFC_FPE_INEXACT;
120 mode_set |= FE_INEXACT;
122 mode_clr |= FE_INEXACT;
176 if (fpsr & FE_INEXACT)
210 exc_set |= FE_INEXACT;
212 exc_clr |= FE_INEXACT;
fpu-glibc.h 80 #ifdef FE_INEXACT
82 mode_set |= FE_INEXACT;
84 mode_clr |= FE_INEXACT;
121 #ifdef FE_INEXACT
122 if (exceptions & FE_INEXACT) res |= GFC_FPE_INEXACT;
168 #ifndef FE_INEXACT
211 #ifdef FE_INEXACT
212 if (set_excepts & FE_INEXACT)
260 #ifdef FE_INEXACT
262 exc_set |= FE_INEXACT;
    [all...]
  /src/lib/libm/src/
s_lrint.c 61 feclearexcept(FE_INEXACT);
  /src/sys/arch/ia64/include/
ieeefp.h 37 #define FP_X_IMP FE_INEXACT /* imprecise (prec. loss; "inexact") */
  /src/sys/arch/x86/include/
ieeefp.h 20 #define FP_X_IMP FE_INEXACT /* imprecise (loss of precision) */
  /src/sys/arch/sh3/include/
ieeefp.h 29 #define FP_X_IMP FE_INEXACT /* imprecise (loss of precision) */
64 if (__fe & FE_INEXACT)
83 __fe |= FE_INEXACT;
  /src/sys/arch/arm/include/
ieeefp.h 35 #define FP_X_IMP FE_INEXACT /* imprecise (prec. loss; "inexact") */
  /src/sys/arch/mips/include/
ieeefp.h 27 #define FP_X_IMP __FPE(FE_INEXACT) /* imprecise (loss of precision) */
  /src/sys/arch/powerpc/include/
ieeefp.h 27 #define FP_X_IMP __FPE(FE_INEXACT) /* imprecise (loss of precision) */
  /src/external/gpl3/gdb/dist/sim/erc32/
float.c 43 if (fexc & FE_INEXACT)
  /src/external/gpl3/gdb.old/dist/sim/erc32/
float.c 43 if (fexc & FE_INEXACT)

Completed in 37 milliseconds

1 2 3