/third_party/boost/libs/config/test/ |
D | boost_no_fenv_h.ipp | 26 #if !defined(FE_DIVBYZERO) 27 #error platform does not define FE_DIVBYZERO
|
/third_party/musl/arch/s390x/bits/ |
D | fenv.h | 9 #define FE_DIVBYZERO 0x00400000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | fenv.h | 2 #define FE_DIVBYZERO 2 macro
|
/third_party/musl/arch/riscv64/bits/ |
D | fenv.h | 2 #define FE_DIVBYZERO 8 macro
|
/third_party/musl/arch/sh/bits/ |
D | fenv.h | 14 #define FE_DIVBYZERO 0x20 macro
|
/third_party/musl/arch/aarch64/bits/ |
D | fenv.h | 2 #define FE_DIVBYZERO 2 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | fenv.h | 8 #define FE_DIVBYZERO 32 macro
|
/third_party/musl/arch/mips/bits/ |
D | fenv.h | 8 #define FE_DIVBYZERO 32 macro
|
/third_party/musl/arch/arm/bits/ |
D | fenv.h | 6 #define FE_DIVBYZERO 2 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | fenv.h | 6 #define FE_DIVBYZERO 2 macro
|
/third_party/musl/porting/linux/user/arch/arm/bits/ |
D | fenv.h | 6 #define FE_DIVBYZERO 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | fenv.h | 6 #define FE_DIVBYZERO 2 macro
|
/third_party/musl/arch/mips64/bits/ |
D | fenv.h | 8 #define FE_DIVBYZERO 32 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | fenv.h | 6 #define FE_DIVBYZERO 2 macro
|
/third_party/musl/arch/m68k/bits/ |
D | fenv.h | 4 #define FE_DIVBYZERO 16 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | fenv.h | 7 #define FE_DIVBYZERO 0x04000000 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | fenv.h | 11 #define FE_DIVBYZERO 0x04000000 macro
|
/third_party/musl/arch/i386/bits/ |
D | fenv.h | 3 #define FE_DIVBYZERO 4 macro
|
/third_party/musl/arch/x32/bits/ |
D | fenv.h | 3 #define FE_DIVBYZERO 4 macro
|
/third_party/musl/arch/x86_64/bits/ |
D | fenv.h | 3 #define FE_DIVBYZERO 4 macro
|
/third_party/musl/libc-test/src/common/ |
D | mtest.h | 45 #ifdef FE_DIVBYZERO 46 #define DIVBYZERO FE_DIVBYZERO
|
/third_party/boost/boost/test/ |
D | execution_monitor.hpp | 527 #if defined(FE_DIVBYZERO) 528 BOOST_FPE_DIVBYZERO = FE_DIVBYZERO,
|
/third_party/musl/libc-test/src/math/gen/ |
D | gen.h | 21 #define DIVBYZERO FE_DIVBYZERO
|
/third_party/musl/libc-test/src/math/ |
D | fenv.c | 25 #ifdef FE_DIVBYZERO 26 F(FE_DIVBYZERO),
|
/third_party/optimized-routines/math/test/ |
D | mathtest.c | 832 if (*q == 'z') ret.status |= FE_DIVBYZERO; in parsetest() 845 case e_divbyzero: ret.maybestatus |= FE_DIVBYZERO; break; in parsetest() 863 if (*q == 'z') ret.maybestatus |= FE_DIVBYZERO; in parsetest() 876 case e_divbyzero: ret.status |= FE_DIVBYZERO; break; in parsetest() 1129 status = fetestexcept(FE_INVALID|FE_DIVBYZERO|FE_OVERFLOW|FE_UNDERFLOW); in runtest() 1136 (status & FE_DIVBYZERO ? "z" : ""), in runtest()
|