Home
last modified time | relevance | path

Searched refs:FE_DIVBYZERO (Results 1 – 25 of 38) sorted by relevance

12

/third_party/boost/libs/config/test/
Dboost_no_fenv_h.ipp26 #if !defined(FE_DIVBYZERO)
27 #error platform does not define FE_DIVBYZERO
/third_party/musl/arch/s390x/bits/
Dfenv.h9 #define FE_DIVBYZERO 0x00400000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dfenv.h2 #define FE_DIVBYZERO 2 macro
/third_party/musl/arch/riscv64/bits/
Dfenv.h2 #define FE_DIVBYZERO 8 macro
/third_party/musl/arch/sh/bits/
Dfenv.h14 #define FE_DIVBYZERO 0x20 macro
/third_party/musl/arch/aarch64/bits/
Dfenv.h2 #define FE_DIVBYZERO 2 macro
/third_party/musl/arch/mipsn32/bits/
Dfenv.h8 #define FE_DIVBYZERO 32 macro
/third_party/musl/arch/mips/bits/
Dfenv.h8 #define FE_DIVBYZERO 32 macro
/third_party/musl/arch/arm/bits/
Dfenv.h6 #define FE_DIVBYZERO 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dfenv.h6 #define FE_DIVBYZERO 2 macro
/third_party/musl/porting/linux/user/arch/arm/bits/
Dfenv.h6 #define FE_DIVBYZERO 2 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dfenv.h6 #define FE_DIVBYZERO 2 macro
/third_party/musl/arch/mips64/bits/
Dfenv.h8 #define FE_DIVBYZERO 32 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dfenv.h6 #define FE_DIVBYZERO 2 macro
/third_party/musl/arch/m68k/bits/
Dfenv.h4 #define FE_DIVBYZERO 16 macro
/third_party/musl/arch/powerpc64/bits/
Dfenv.h7 #define FE_DIVBYZERO 0x04000000 macro
/third_party/musl/arch/powerpc/bits/
Dfenv.h11 #define FE_DIVBYZERO 0x04000000 macro
/third_party/musl/arch/i386/bits/
Dfenv.h3 #define FE_DIVBYZERO 4 macro
/third_party/musl/arch/x32/bits/
Dfenv.h3 #define FE_DIVBYZERO 4 macro
/third_party/musl/arch/x86_64/bits/
Dfenv.h3 #define FE_DIVBYZERO 4 macro
/third_party/musl/libc-test/src/common/
Dmtest.h45 #ifdef FE_DIVBYZERO
46 #define DIVBYZERO FE_DIVBYZERO
/third_party/boost/boost/test/
Dexecution_monitor.hpp527 #if defined(FE_DIVBYZERO)
528 BOOST_FPE_DIVBYZERO = FE_DIVBYZERO,
/third_party/musl/libc-test/src/math/gen/
Dgen.h21 #define DIVBYZERO FE_DIVBYZERO
/third_party/musl/libc-test/src/math/
Dfenv.c25 #ifdef FE_DIVBYZERO
26 F(FE_DIVBYZERO),
/third_party/optimized-routines/math/test/
Dmathtest.c832 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()

12