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

1 2 3

  /src/sys/arch/riscv/include/
fenv.h 17 #define FE_DIVBYZERO ((int)__BIT(3)) /* divide-by-zero */
21 (FE_INEXACT | FE_UNDERFLOW | FE_OVERFLOW | FE_DIVBYZERO | FE_INVALID)
ieeefp.h 26 #define FP_X_DZ FE_DIVBYZERO /* divide-by-zero exception */
  /src/sys/arch/sparc/include/
fenv.h 51 #define FE_DIVBYZERO 0x00000040 /* 0001000000 */
56 #define FE_ALL_EXCEPT (FE_DIVBYZERO | FE_INEXACT | \
  /src/sys/arch/hppa/include/
fenv.h 41 #define FE_DIVBYZERO 0x08 /* divide-by-zero exception */
  /src/sys/arch/or1k/include/
ieeefp.h 26 #define FP_X_DZ FE_DIVBYZERO /* divide-by-zero exception */
fenv.h 22 #define FE_DIVBYZERO 0x100 /* divide-by-zero */
  /src/sys/arch/amd64/include/
fenv.h 55 #define FE_DIVBYZERO 0x04 /* 000000000100 */
65 (FE_DIVBYZERO | FE_INEXACT | FE_INVALID | FE_OVERFLOW | FE_UNDERFLOW)
  /src/sys/arch/i386/include/
fenv.h 55 #define FE_DIVBYZERO 0x04 /* 000000000100 */
64 #define FE_ALL_EXCEPT (FE_DIVBYZERO | FE_DENORMAL | FE_INEXACT | \
  /src/external/gpl3/gcc.old/dist/libgfortran/config/
fpu-aarch64.h 39 #define FE_DIVBYZERO 2
44 #define FE_ALL_EXCEPT (FE_INVALID | FE_DIVBYZERO | FE_OVERFLOW | FE_UNDERFLOW | FE_INEXACT)
84 if (exceptions & FE_DIVBYZERO) res |= GFC_FPE_ZERO;
105 mode_set |= FE_DIVBYZERO;
107 mode_clr |= FE_DIVBYZERO;
170 if (fpsr & FE_DIVBYZERO)
195 exc_set |= FE_DIVBYZERO;
197 exc_clr |= FE_DIVBYZERO;
fpu-glibc.h 59 #ifdef FE_DIVBYZERO
61 mode_set |= FE_DIVBYZERO;
63 mode_clr |= FE_DIVBYZERO;
109 #ifdef FE_DIVBYZERO
110 if (exceptions & FE_DIVBYZERO) res |= GFC_FPE_ZERO;
150 #ifndef FE_DIVBYZERO
191 #ifdef FE_DIVBYZERO
192 if (set_excepts & FE_DIVBYZERO)
232 #ifdef FE_DIVBYZERO
234 exc_set |= FE_DIVBYZERO;
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/config/
fpu-aarch64.h 39 #define FE_DIVBYZERO 2
44 #define FE_ALL_EXCEPT (FE_INVALID | FE_DIVBYZERO | FE_OVERFLOW | FE_UNDERFLOW | FE_INEXACT)
84 if (exceptions & FE_DIVBYZERO) res |= GFC_FPE_ZERO;
105 mode_set |= FE_DIVBYZERO;
107 mode_clr |= FE_DIVBYZERO;
170 if (fpsr & FE_DIVBYZERO)
195 exc_set |= FE_DIVBYZERO;
197 exc_clr |= FE_DIVBYZERO;
fpu-glibc.h 59 #ifdef FE_DIVBYZERO
61 mode_set |= FE_DIVBYZERO;
63 mode_clr |= FE_DIVBYZERO;
109 #ifdef FE_DIVBYZERO
110 if (exceptions & FE_DIVBYZERO) res |= GFC_FPE_ZERO;
150 #ifndef FE_DIVBYZERO
191 #ifdef FE_DIVBYZERO
192 if (set_excepts & FE_DIVBYZERO)
232 #ifdef FE_DIVBYZERO
234 exc_set |= FE_DIVBYZERO;
    [all...]
  /src/sys/arch/ia64/include/
ieeefp.h 34 #define FP_X_DZ FE_DIVBYZERO /* divide-by-zero exception */
  /src/sys/arch/x86/include/
ieeefp.h 17 #define FP_X_DZ FE_DIVBYZERO /* divide-by-zero exception */
  /src/sys/arch/sh3/include/
ieeefp.h 26 #define FP_X_DZ FE_DIVBYZERO /* divide-by-zero exception */
62 if (__fe & FE_DIVBYZERO)
81 __fe |= FE_DIVBYZERO;
  /src/sys/arch/arm/include/
ieeefp.h 32 #define FP_X_DZ FE_DIVBYZERO /* divide-by-zero exception */
  /src/sys/arch/mips/include/
ieeefp.h 30 #define FP_X_DZ __FPE(FE_DIVBYZERO) /* divide-by-zero exception */
  /src/sys/arch/powerpc/include/
ieeefp.h 28 #define FP_X_DZ __FPE(FE_DIVBYZERO) /* divide-by-zero exception */
  /src/external/gpl3/gdb/dist/sim/erc32/
float.c 45 if (fexc & FE_DIVBYZERO)
  /src/external/gpl3/gdb.old/dist/sim/erc32/
float.c 45 if (fexc & FE_DIVBYZERO)
  /src/tests/lib/libm/
t_errhandling.c 56 C(0, FE_DIVBYZERO),
57 C(-0., FE_DIVBYZERO),
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_decimal_globals.c 65 flags |= mask & FE_DIVBYZERO;
82 if ((mask & FE_DIVBYZERO) != 0)
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_decimal_globals.c 65 flags |= mask & FE_DIVBYZERO;
82 if ((mask & FE_DIVBYZERO) != 0)
  /src/lib/libm/softfloat/
feraiseexcept.c 65 else if (excepts & FE_DIVBYZERO)
  /src/sys/arch/alpha/include/
ieeefp.h 43 #define FP_X_DZ FE_DIVBYZERO /* divide-by-zero exception */

Completed in 45 milliseconds

1 2 3