Home
last modified time | relevance | path

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

12

/third_party/musl/arch/riscv64/bits/
Dfenv.h2 #define FE_DIVBYZERO 8 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dfenv.h2 #define FE_DIVBYZERO 2 macro
/third_party/musl/arch/s390x/bits/
Dfenv.h9 #define FE_DIVBYZERO 0x00400000 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/libc-test/src/common/
Dmtest.h45 #ifdef FE_DIVBYZERO
46 #define DIVBYZERO FE_DIVBYZERO
/third_party/musl/arch/mips64/bits/
Dfenv.h8 #define FE_DIVBYZERO 32 macro
/third_party/musl/porting/linux/user/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/uniproton/kernel/include/bits/
Dfenv.h6 #define FE_DIVBYZERO 2 macro
/third_party/musl/arch/mipsn32/bits/
Dfenv.h8 #define FE_DIVBYZERO 32 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dfenv.h6 #define FE_DIVBYZERO 2 macro
/third_party/musl/arch/arm/bits/
Dfenv.h6 #define FE_DIVBYZERO 2 macro
/third_party/musl/arch/mips/bits/
Dfenv.h8 #define FE_DIVBYZERO 32 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/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/powerpc/bits/
Dfenv.h11 #define FE_DIVBYZERO 0x04000000 macro
/third_party/musl/arch/x86_64/bits/
Dfenv.h3 #define FE_DIVBYZERO 4 macro
/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()
Dulp.h212 p->ex |= FE_DIVBYZERO; in T()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dnumbers_test.cc897 feenableexcept(FE_DIVBYZERO | FE_INVALID | FE_OVERFLOW); in SetUp()
906 fedisableexcept(FE_DIVBYZERO | FE_INVALID | FE_OVERFLOW); in TearDown()

12