/third_party/musl/libc-test/src/math/ |
D | fenv.c | 34 #ifdef FE_OVERFLOW 35 F(FE_OVERFLOW), 57 #if defined FE_OVERFLOW && defined FE_INEXACT in test_except() 58 if (te[i].i == FE_OVERFLOW && r == (FE_OVERFLOW|FE_INEXACT)) in test_except()
|
/third_party/musl/arch/s390x/bits/ |
D | fenv.h | 8 #define FE_OVERFLOW 0x00200000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | fenv.h | 3 #define FE_OVERFLOW 4 macro
|
/third_party/musl/arch/riscv64/bits/ |
D | fenv.h | 3 #define FE_OVERFLOW 4 macro
|
/third_party/musl/arch/sh/bits/ |
D | fenv.h | 13 #define FE_OVERFLOW 0x10 macro
|
/third_party/musl/arch/aarch64/bits/ |
D | fenv.h | 3 #define FE_OVERFLOW 4 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | fenv.h | 7 #define FE_OVERFLOW 16 macro
|
/third_party/musl/arch/mips/bits/ |
D | fenv.h | 7 #define FE_OVERFLOW 16 macro
|
/third_party/musl/arch/arm/bits/ |
D | fenv.h | 7 #define FE_OVERFLOW 4 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | fenv.h | 7 #define FE_OVERFLOW 4 macro
|
/third_party/musl/porting/linux/user/arch/arm/bits/ |
D | fenv.h | 7 #define FE_OVERFLOW 4 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | fenv.h | 7 #define FE_OVERFLOW 4 macro
|
/third_party/musl/arch/mips64/bits/ |
D | fenv.h | 7 #define FE_OVERFLOW 16 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | fenv.h | 7 #define FE_OVERFLOW 4 macro
|
/third_party/musl/arch/m68k/bits/ |
D | fenv.h | 6 #define FE_OVERFLOW 64 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | fenv.h | 9 #define FE_OVERFLOW 0x10000000 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | fenv.h | 13 #define FE_OVERFLOW 0x10000000 macro
|
/third_party/musl/arch/i386/bits/ |
D | fenv.h | 4 #define FE_OVERFLOW 8 macro
|
/third_party/musl/arch/x32/bits/ |
D | fenv.h | 4 #define FE_OVERFLOW 8 macro
|
/third_party/musl/arch/x86_64/bits/ |
D | fenv.h | 4 #define FE_OVERFLOW 8 macro
|
/third_party/musl/libc-test/src/common/ |
D | mtest.h | 55 #ifdef FE_OVERFLOW 56 #define OVERFLOW FE_OVERFLOW
|
/third_party/boost/boost/test/ |
D | execution_monitor.hpp | 545 #if defined(FE_OVERFLOW) 546 BOOST_FPE_OVERFLOW = FE_OVERFLOW,
|
/third_party/musl/libc-test/src/math/gen/ |
D | gen.h | 23 #define OVERFLOW FE_OVERFLOW
|
/third_party/optimized-routines/math/test/ |
D | mathtest.c | 833 if (*q == 'o') ret.status |= FE_OVERFLOW; in parsetest() 846 case e_overflow: ret.maybestatus |= FE_OVERFLOW; break; in parsetest() 864 if (*q == 'o') ret.maybestatus |= FE_OVERFLOW; in parsetest() 877 case e_overflow: ret.status |= FE_OVERFLOW; break; in parsetest() 1129 status = fetestexcept(FE_INVALID|FE_DIVBYZERO|FE_OVERFLOW|FE_UNDERFLOW); in runtest() 1137 (status & FE_OVERFLOW ? "o" : ""), in runtest()
|
D | ulp.h | 210 p->ex |= FE_OVERFLOW | FE_INEXACT; in T()
|