Home
last modified time | relevance | path

Searched refs:FE_OVERFLOW (Results 1 – 25 of 35) sorted by relevance

12

/third_party/musl/libc-test/src/math/
Dfenv.c34 #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/
Dfenv.h8 #define FE_OVERFLOW 0x00200000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dfenv.h3 #define FE_OVERFLOW 4 macro
/third_party/musl/arch/riscv64/bits/
Dfenv.h3 #define FE_OVERFLOW 4 macro
/third_party/musl/arch/sh/bits/
Dfenv.h13 #define FE_OVERFLOW 0x10 macro
/third_party/musl/arch/aarch64/bits/
Dfenv.h3 #define FE_OVERFLOW 4 macro
/third_party/musl/arch/mipsn32/bits/
Dfenv.h7 #define FE_OVERFLOW 16 macro
/third_party/musl/arch/mips/bits/
Dfenv.h7 #define FE_OVERFLOW 16 macro
/third_party/musl/arch/arm/bits/
Dfenv.h7 #define FE_OVERFLOW 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dfenv.h7 #define FE_OVERFLOW 4 macro
/third_party/musl/porting/linux/user/arch/arm/bits/
Dfenv.h7 #define FE_OVERFLOW 4 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dfenv.h7 #define FE_OVERFLOW 4 macro
/third_party/musl/arch/mips64/bits/
Dfenv.h7 #define FE_OVERFLOW 16 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dfenv.h7 #define FE_OVERFLOW 4 macro
/third_party/musl/arch/m68k/bits/
Dfenv.h6 #define FE_OVERFLOW 64 macro
/third_party/musl/arch/powerpc64/bits/
Dfenv.h9 #define FE_OVERFLOW 0x10000000 macro
/third_party/musl/arch/powerpc/bits/
Dfenv.h13 #define FE_OVERFLOW 0x10000000 macro
/third_party/musl/arch/i386/bits/
Dfenv.h4 #define FE_OVERFLOW 8 macro
/third_party/musl/arch/x32/bits/
Dfenv.h4 #define FE_OVERFLOW 8 macro
/third_party/musl/arch/x86_64/bits/
Dfenv.h4 #define FE_OVERFLOW 8 macro
/third_party/musl/libc-test/src/common/
Dmtest.h55 #ifdef FE_OVERFLOW
56 #define OVERFLOW FE_OVERFLOW
/third_party/boost/boost/test/
Dexecution_monitor.hpp545 #if defined(FE_OVERFLOW)
546 BOOST_FPE_OVERFLOW = FE_OVERFLOW,
/third_party/musl/libc-test/src/math/gen/
Dgen.h23 #define OVERFLOW FE_OVERFLOW
/third_party/optimized-routines/math/test/
Dmathtest.c833 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()
Dulp.h210 p->ex |= FE_OVERFLOW | FE_INEXACT; in T()

12