Home
last modified time | relevance | path

Searched refs:feclearexcept (Results 1 – 25 of 41) 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()
95 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in test_qnan()
124 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in testu_qnan()
153 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in testu_snan()
185 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in testp()
239 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in testp_qnan()
267 feclearexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in testup_qnan()
Dtest_FISTTP.c25 feclearexcept(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()
73 feclearexcept(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()
/external/llvm-project/libc/test/src/fenv/
Dexception_status_test.cpp33 r = __llvm_libc::feclearexcept(e); in TEST()
47 r = __llvm_libc::feclearexcept(e); in TEST()
63 r = __llvm_libc::feclearexcept(e); in TEST()
81 r = __llvm_libc::feclearexcept(e); in TEST()
101 r = __llvm_libc::feclearexcept(e); in TEST()
DCMakeLists.txt21 libc.src.fenv.feclearexcept
38 libc.src.fenv.feclearexcept
Denabled_exceptions_test.cpp35 ASSERT_EQ(__llvm_libc::feclearexcept(FE_ALL_EXCEPT), 0); in TEST()
/external/llvm-project/flang/runtime/
Dmain.cpp17 #ifdef feclearexcept // a macro in some environments; omit std:: in ConfigureFloatingPoint()
18 feclearexcept(FE_ALL_EXCEPT); in ConfigureFloatingPoint()
20 std::feclearexcept(FE_ALL_EXCEPT); in ConfigureFloatingPoint()
/external/llvm-project/libc/src/fenv/
DCMakeLists.txt28 feclearexcept
30 feclearexcept.cpp
32 feclearexcept.h
Dfeclearexcept.h14 int feclearexcept(int);
Dfeclearexcept.cpp14 int LLVM_LIBC_ENTRYPOINT(feclearexcept)(int e) { in LLVM_LIBC_ENTRYPOINT() argument
/external/llvm-project/libcxx/include/
Dfenv.h65 #ifdef feclearexcept
66 #undef feclearexcept
Dcfenv40 int feclearexcept(int excepts);
67 using ::feclearexcept;
/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/rust/crates/libm/src/math/
Dfmaf.rs32 feclearexcept, fegetround, feraiseexcept, fesetround, fetestexcept, FE_INEXACT, FE_TONEAREST,
76 feclearexcept(FE_INEXACT); in fmaf()
Dfenv.rs11 pub(crate) fn feclearexcept(_mask: i32) -> i32 { in feclearexcept() function
/external/libcxx/include/
Dcfenv41 int feclearexcept(int excepts);
68 using ::feclearexcept;
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dternary_float.cpp381 feclearexcept(FE_OVERFLOW); in TestFunc_Float_Float_Float_Float()
460 if (skipNanInf) feclearexcept(FE_OVERFLOW); in TestFunc_Float_Float_Float_Float()
507 if (skipNanInf) feclearexcept(FE_OVERFLOW); in TestFunc_Float_Float_Float_Float()
585 if (skipNanInf) feclearexcept(FE_OVERFLOW); in TestFunc_Float_Float_Float_Float()
655 if (skipNanInf) feclearexcept(FE_OVERFLOW); in TestFunc_Float_Float_Float_Float()
702 if (skipNanInf) feclearexcept(FE_OVERFLOW); in TestFunc_Float_Float_Float_Float()
772 if (skipNanInf) feclearexcept(FE_OVERFLOW); in TestFunc_Float_Float_Float_Float()
Dbinary_float.cpp662 feclearexcept(FE_OVERFLOW); in Test()
765 if (skipNanInf) feclearexcept(FE_OVERFLOW); in Test()
815 if (skipNanInf) feclearexcept(FE_OVERFLOW); in Test()
885 if (skipNanInf) feclearexcept(FE_OVERFLOW); in Test()
Dbinary_operator_float.cpp656 feclearexcept(FE_OVERFLOW); in Test()
737 if (!gInfNanSupport) feclearexcept(FE_OVERFLOW); in Test()
779 if (!gInfNanSupport) feclearexcept(FE_OVERFLOW); in Test()
836 if (!gInfNanSupport) feclearexcept(FE_OVERFLOW); in Test()
/external/adhd/cras/src/dsp/tests/
Ddsp_test_util.c21 feclearexcept(FE_ALL_EXCEPT); in dsp_util_clear_fp_exceptions()
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dfenv_h.pass.cpp64 static_assert((std::is_same<decltype(::feclearexcept(0)), int>::value), ""); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dfenv_h.pass.cpp65 static_assert((std::is_same<decltype(feclearexcept(0)), int>::value), ""); in main()
/external/libcxx/test/std/numerics/cfenv/cfenv.syn/
Dcfenv.pass.cpp67 static_assert((std::is_same<decltype(std::feclearexcept(0)), int>::value), ""); in main()
/external/llvm-project/libcxx/test/std/numerics/cfenv/cfenv.syn/
Dcfenv.pass.cpp66 static_assert((std::is_same<decltype(std::feclearexcept(0)), int>::value), ""); in main()
/external/llvm-project/flang/unittests/Evaluate/
Dfp-testing.cpp73 feclearexcept(FE_ALL_EXCEPT); in ClearFlags()
/external/arm-optimized-routines/math/test/
Dulp.h107 feclearexcept (FE_ALL_EXCEPT); in T()
127 feclearexcept (FE_ALL_EXCEPT); in T()

12