Home
last modified time | relevance | path

Searched refs:FE_INVALID (Results 1 – 25 of 37) sorted by relevance

12

/third_party/musl/src/fenv/powerpc64/
Dfenv.c30 if (mask & FE_INVALID) mask |= FE_ALL_INVALID; in feclearexcept()
38 if (mask & FE_INVALID) mask |= FE_INVALID_SOFTWARE; in feraiseexcept()
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dfenv.h1 #define FE_INVALID 1 macro
/third_party/musl/arch/s390x/bits/
Dfenv.h10 #define FE_INVALID 0x00800000 macro
/third_party/musl/arch/riscv64/bits/
Dfenv.h1 #define FE_INVALID 16 macro
/third_party/musl/arch/sh/bits/
Dfenv.h15 #define FE_INVALID 0x40 macro
/third_party/musl/arch/aarch64/bits/
Dfenv.h1 #define FE_INVALID 1 macro
/third_party/musl/arch/mips/bits/
Dfenv.h9 #define FE_INVALID 64 macro
/third_party/musl/porting/linux/user/arch/arm/bits/
Dfenv.h5 #define FE_INVALID 1 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dfenv.h5 #define FE_INVALID 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dfenv.h5 #define FE_INVALID 1 macro
/third_party/musl/arch/mips64/bits/
Dfenv.h9 #define FE_INVALID 64 macro
/third_party/musl/arch/arm/bits/
Dfenv.h5 #define FE_INVALID 1 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dfenv.h5 #define FE_INVALID 1 macro
/third_party/musl/arch/mipsn32/bits/
Dfenv.h9 #define FE_INVALID 64 macro
/third_party/musl/arch/m68k/bits/
Dfenv.h7 #define FE_INVALID 128 macro
/third_party/musl/arch/powerpc64/bits/
Dfenv.h10 #define FE_INVALID 0x20000000 macro
/third_party/musl/arch/i386/bits/
Dfenv.h1 #define FE_INVALID 1 macro
/third_party/musl/arch/powerpc/bits/
Dfenv.h14 #define FE_INVALID 0x20000000 macro
/third_party/musl/arch/x32/bits/
Dfenv.h1 #define FE_INVALID 1 macro
/third_party/musl/arch/x86_64/bits/
Dfenv.h1 #define FE_INVALID 1 macro
/third_party/musl/libc-test/src/common/
Dmtest.h40 #ifdef FE_INVALID
41 #define INVALID FE_INVALID
/third_party/boost/boost/test/
Dexecution_monitor.hpp539 #if defined(FE_INVALID)
540 BOOST_FPE_INVALID = FE_INVALID,
/third_party/musl/libc-test/src/math/gen/
Dgen.h20 #define INVALID FE_INVALID
/third_party/musl/libc-test/src/math/
Dfenv.c31 #ifdef FE_INVALID
32 F(FE_INVALID),
/third_party/optimized-routines/math/test/
Dmathtest.c831 if (*q == 'i') ret.status |= FE_INVALID; in parsetest()
844 case e_domain: ret.maybestatus |= FE_INVALID; break; in parsetest()
862 if (*q == 'i') ret.maybestatus |= FE_INVALID; in parsetest()
875 case e_domain: ret.status |= FE_INVALID; break; in parsetest()
1129 status = fetestexcept(FE_INVALID|FE_DIVBYZERO|FE_OVERFLOW|FE_UNDERFLOW); in runtest()
1135 (status & FE_INVALID ? "i" : ""), in runtest()

12