Home
last modified time | relevance | path

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

12

/external/linux-kselftest/tools/testing/selftests/x86/
Dtest_FCOMI.c38 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in test()
86 if (fetestexcept(FE_INVALID) != 0) { in test()
95 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in test_qnan()
115 if (fetestexcept(FE_INVALID) != FE_INVALID) { in test_qnan()
124 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in testu_qnan()
144 if (fetestexcept(FE_INVALID) != 0) { in testu_qnan()
153 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in testu_snan()
176 if (fetestexcept(FE_INVALID) != FE_INVALID) { in testu_snan()
185 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in testp()
230 if (fetestexcept(FE_INVALID) != 0) { in testp()
[all …]
Dtest_FISTTP.c25 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in test()
43 ex = fetestexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in test()
49 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in test()
67 ex = fetestexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in test()
73 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in test()
96 ex = fetestexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in test()
102 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in test()
121 ex = fetestexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in test()
/external/linux-kselftest/android/patches/
D0002-Compile-breakpoints-and-x86-tests.patch19 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
31 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
57 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW);
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dfenv_h.pass.cpp24 #ifndef FE_INVALID
25 #error FE_INVALID not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dfenv_h.pass.cpp25 #ifndef FE_INVALID
26 #error FE_INVALID not defined
/external/libcxx/test/std/numerics/cfenv/cfenv.syn/
Dcfenv.pass.cpp25 #ifndef FE_INVALID
26 #error FE_INVALID not defined
/external/llvm-project/libcxx/test/std/numerics/cfenv/cfenv.syn/
Dcfenv.pass.cpp24 #ifndef FE_INVALID
25 #error FE_INVALID not defined
/external/adhd/cras/src/dsp/tests/
Ddsp_test_util.c30 if (excepts & FE_INVALID) in dsp_util_print_fp_exceptions()
/external/llvm-project/libc/test/src/fenv/
Denabled_exceptions_test.cpp27 int excepts[] = {FE_DIVBYZERO, FE_INVALID, FE_INEXACT, FE_OVERFLOW, in TEST()
Dexception_status_test.cpp25 int excepts[] = {FE_DIVBYZERO, FE_INVALID, FE_INEXACT, FE_OVERFLOW, in TEST()
/external/llvm-project/libc/utils/FPUtil/x86_64/
DFEnv.h62 return (excepts & FE_INVALID ? ExceptionFlags::Invalid : 0) | in getStatusValueForExcept()
70 return (status & ExceptionFlags::Invalid ? FE_INVALID : 0) | in exceptionStatusToMacro()
/external/libcxx/include/
Dcfenv23 FE_INVALID
/external/llvm-project/flang/unittests/Evaluate/
Dfp-testing.cpp79 if (exceptions & FE_INVALID) { in CurrentFlags()
/external/llvm-project/libcxx/include/
Dcfenv22 FE_INVALID
/external/llvm-project/flang/runtime/
Dstop.cpp34 if (excepts & FE_INVALID) { in DescribeIEEESignaledExceptions()
/external/llvm-project/flang/lib/Evaluate/
Dhost.cpp116 if (exceptions & FE_INVALID) { in CheckAndRestoreFloatingPointEnvironment()
/external/llvm-project/libc/config/linux/
Dapi.td186 SimpleMacroDef<"FE_INVALID", "4">,
189 … SimpleMacroDef<"FE_ALL_EXCEPT", "(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW)">,
/external/arm-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()
Dulp.h218 p->ex |= FE_INVALID; in T()
/external/llvm-project/libc/AOR_v20.02/math/test/
Dmathtest.c832 if (*q == 'i') ret.status |= FE_INVALID; in parsetest()
845 case e_domain: ret.maybestatus |= FE_INVALID; break; in parsetest()
863 if (*q == 'i') ret.maybestatus |= FE_INVALID; in parsetest()
876 case e_domain: ret.status |= FE_INVALID; break; in parsetest()
1130 status = fetestexcept(FE_INVALID|FE_DIVBYZERO|FE_OVERFLOW|FE_UNDERFLOW); in runtest()
1136 (status & FE_INVALID ? "i" : ""), in runtest()
Dulp.h219 p->ex |= FE_INVALID; in T()
/external/OpenCL-CTS/test_common/harness/
Dcompat.h100 #define FE_INVALID 0x0001 macro
Dmsvc9.c588 | ((status & _SW_INVALID) ? FE_INVALID : 0)); in fetestexcept()
/external/llvm-project/libc/spec/
Dstdc.td104 Macro<"FE_INVALID">,
/external/libaom/libaom/build/cmake/
Daom_configure.cmake229 (void)feenableexcept(FE_DIVBYZERO | FE_INVALID);

12