Home
last modified time | relevance | path

Searched refs:FP_EX_DIVZERO (Results 1 – 14 of 14) sorted by relevance

/sysdeps/ia64/fpu/
A Dsfp-machine.h55 #define FP_EX_DIVZERO 0x04 macro
60 (FP_EX_INVALID | FP_EX_DENORM | FP_EX_DIVZERO | FP_EX_OVERFLOW \
/sysdeps/sparc/sparc64/
A Dqp_util.c33 if (exceptions & FP_EX_DIVZERO) in __Qp_handle_exceptions()
A Dsfp-machine.h90 #define FP_EX_DIVZERO (1 << 1) macro
/sysdeps/sparc/sparc32/
A Dq_util.c35 if (exceptions & FP_EX_DIVZERO) in ___Q_simulate_exceptions()
A Dsfp-machine.h182 #define FP_EX_DIVZERO (1 << 1) macro
/sysdeps/powerpc/powerpc64/le/fpu/
A Dsfp-machine.h77 # define FP_EX_DIVZERO ISA_BIT(37) macro
80 | FP_EX_UNDERFLOW | FP_EX_DIVZERO \
/sysdeps/powerpc/nofpu/
A Dsfp-machine.h60 # define FP_EX_DIVZERO SPEFSCR_FDBZS macro
95 # define FP_EX_DIVZERO (1 << (31 - 5))
/sysdeps/aarch64/
A Dsfp-machine.h60 #define FP_EX_DIVZERO FE_DIVBYZERO macro
86 if (_fex & FP_EX_DIVZERO) \
/sysdeps/alpha/
A Dsfp-machine.h71 #define FP_EX_DIVZERO FE_DIVBYZERO macro
/sysdeps/x86/fpu/
A Dsfp-machine.h189 #define FP_EX_DIVZERO 0x04 macro
194 (FP_EX_INVALID | FP_EX_DENORM | FP_EX_DIVZERO | FP_EX_OVERFLOW \
/sysdeps/sh/
A Dsfp-machine.h52 #define FP_EX_DIVZERO (1 << 5) macro
/sysdeps/mips/mips32/
A Dsfp-machine.h75 #define FP_EX_DIVZERO (1 << 3) macro
/sysdeps/mips/mips64/
A Dsfp-machine.h93 #define FP_EX_DIVZERO FE_DIVBYZERO macro
/sysdeps/riscv/
A Dsfp-machine.h108 #define FP_EX_DIVZERO FE_DIVBYZERO macro

Completed in 13 milliseconds