Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/ia64/fpu/
Dsfp-machine.h55 #define FP_EX_DIVZERO 0x04 macro
60 (FP_EX_INVALID | FP_EX_DENORM | FP_EX_DIVZERO | FP_EX_OVERFLOW \
/glibc-2.36/sysdeps/or1k/
Dsfp-machine.h83 #define FP_EX_DIVZERO (1 << 11) macro
85 (FP_EX_INVALID | FP_EX_DIVZERO | FP_EX_OVERFLOW | FP_EX_UNDERFLOW \
/glibc-2.36/sysdeps/powerpc/powerpc64/le/fpu/
Dsfp-machine.h77 # define FP_EX_DIVZERO ISA_BIT(37) macro
80 | FP_EX_UNDERFLOW | FP_EX_DIVZERO \
/glibc-2.36/sysdeps/powerpc/nofpu/
Dsfp-machine.h60 # define FP_EX_DIVZERO SPEFSCR_FDBZS macro
95 # define FP_EX_DIVZERO (1 << (31 - 5))
/glibc-2.36/sysdeps/aarch64/
Dsfp-machine.h60 #define FP_EX_DIVZERO FE_DIVBYZERO macro
86 if (_fex & FP_EX_DIVZERO) \
/glibc-2.36/soft-fp/
Dsoft-fp.h107 #ifndef FP_EX_DIVZERO
108 # define FP_EX_DIVZERO 0 macro
Dop-common.h1200 FP_SET_EXCEPTION (FP_EX_DIVZERO); \
/glibc-2.36/sysdeps/x86/fpu/
Dsfp-machine.h189 #define FP_EX_DIVZERO 0x04 macro
194 (FP_EX_INVALID | FP_EX_DENORM | FP_EX_DIVZERO | FP_EX_OVERFLOW \
/glibc-2.36/sysdeps/sparc/sparc64/
Dqp_util.c33 if (exceptions & FP_EX_DIVZERO) in __Qp_handle_exceptions()
Dsfp-machine.h90 #define FP_EX_DIVZERO (1 << 1) macro
/glibc-2.36/sysdeps/sparc/sparc32/
Dq_util.c35 if (exceptions & FP_EX_DIVZERO) in ___Q_simulate_exceptions()
Dsfp-machine.h182 #define FP_EX_DIVZERO (1 << 1) macro
/glibc-2.36/sysdeps/alpha/
Dsfp-machine.h71 #define FP_EX_DIVZERO FE_DIVBYZERO macro
/glibc-2.36/sysdeps/sh/
Dsfp-machine.h52 #define FP_EX_DIVZERO (1 << 5) macro
/glibc-2.36/sysdeps/loongarch/
Dsfp-machine.h79 #define FP_EX_DIVZERO FE_DIVBYZERO macro
/glibc-2.36/sysdeps/mips/mips32/
Dsfp-machine.h75 #define FP_EX_DIVZERO (1 << 3) macro
/glibc-2.36/sysdeps/mips/mips64/
Dsfp-machine.h93 #define FP_EX_DIVZERO FE_DIVBYZERO macro
/glibc-2.36/sysdeps/riscv/
Dsfp-machine.h108 #define FP_EX_DIVZERO FE_DIVBYZERO macro
/glibc-2.36/ChangeLog.old/
DChangeLog.1914805 (FP_EX_DIVZERO): Likewise.
DChangeLog.1862148 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.