/third_party/musl/src/fenv/powerpc64/ |
D | fenv.c | 30 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/ |
D | fenv.h | 1 #define FE_INVALID 1 macro
|
/third_party/musl/arch/s390x/bits/ |
D | fenv.h | 10 #define FE_INVALID 0x00800000 macro
|
/third_party/musl/arch/riscv64/bits/ |
D | fenv.h | 1 #define FE_INVALID 16 macro
|
/third_party/musl/arch/sh/bits/ |
D | fenv.h | 15 #define FE_INVALID 0x40 macro
|
/third_party/musl/arch/aarch64/bits/ |
D | fenv.h | 1 #define FE_INVALID 1 macro
|
/third_party/musl/arch/mips/bits/ |
D | fenv.h | 9 #define FE_INVALID 64 macro
|
/third_party/musl/porting/linux/user/arch/arm/bits/ |
D | fenv.h | 5 #define FE_INVALID 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | fenv.h | 5 #define FE_INVALID 1 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | fenv.h | 5 #define FE_INVALID 1 macro
|
/third_party/musl/arch/mips64/bits/ |
D | fenv.h | 9 #define FE_INVALID 64 macro
|
/third_party/musl/arch/arm/bits/ |
D | fenv.h | 5 #define FE_INVALID 1 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | fenv.h | 5 #define FE_INVALID 1 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | fenv.h | 9 #define FE_INVALID 64 macro
|
/third_party/musl/arch/m68k/bits/ |
D | fenv.h | 7 #define FE_INVALID 128 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | fenv.h | 10 #define FE_INVALID 0x20000000 macro
|
/third_party/musl/arch/i386/bits/ |
D | fenv.h | 1 #define FE_INVALID 1 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | fenv.h | 14 #define FE_INVALID 0x20000000 macro
|
/third_party/musl/arch/x32/bits/ |
D | fenv.h | 1 #define FE_INVALID 1 macro
|
/third_party/musl/arch/x86_64/bits/ |
D | fenv.h | 1 #define FE_INVALID 1 macro
|
/third_party/musl/libc-test/src/common/ |
D | mtest.h | 40 #ifdef FE_INVALID 41 #define INVALID FE_INVALID
|
/third_party/boost/boost/test/ |
D | execution_monitor.hpp | 539 #if defined(FE_INVALID) 540 BOOST_FPE_INVALID = FE_INVALID,
|
/third_party/musl/libc-test/src/math/gen/ |
D | gen.h | 20 #define INVALID FE_INVALID
|
/third_party/musl/libc-test/src/math/ |
D | fenv.c | 31 #ifdef FE_INVALID 32 F(FE_INVALID),
|
/third_party/optimized-routines/math/test/ |
D | mathtest.c | 831 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()
|