/external/linux-kselftest/tools/testing/selftests/x86/ |
D | test_FCOMI.c | 38 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()
|
D | test_FISTTP.c | 25 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/ |
D | exception_status_test.cpp | 33 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()
|
D | CMakeLists.txt | 21 libc.src.fenv.feclearexcept 38 libc.src.fenv.feclearexcept
|
D | enabled_exceptions_test.cpp | 35 ASSERT_EQ(__llvm_libc::feclearexcept(FE_ALL_EXCEPT), 0); in TEST()
|
/external/llvm-project/flang/runtime/ |
D | main.cpp | 17 #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/ |
D | CMakeLists.txt | 28 feclearexcept 30 feclearexcept.cpp 32 feclearexcept.h
|
D | feclearexcept.h | 14 int feclearexcept(int);
|
D | feclearexcept.cpp | 14 int LLVM_LIBC_ENTRYPOINT(feclearexcept)(int e) { in LLVM_LIBC_ENTRYPOINT() argument
|
/external/llvm-project/libcxx/include/ |
D | fenv.h | 65 #ifdef feclearexcept 66 #undef feclearexcept
|
D | cfenv | 40 int feclearexcept(int excepts); 67 using ::feclearexcept;
|
/external/linux-kselftest/android/patches/ |
D | 0002-Compile-breakpoints-and-x86-tests.patch | 19 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/ |
D | fmaf.rs | 32 feclearexcept, fegetround, feraiseexcept, fesetround, fetestexcept, FE_INEXACT, FE_TONEAREST, 76 feclearexcept(FE_INEXACT); in fmaf()
|
D | fenv.rs | 11 pub(crate) fn feclearexcept(_mask: i32) -> i32 { in feclearexcept() function
|
/external/libcxx/include/ |
D | cfenv | 41 int feclearexcept(int excepts); 68 using ::feclearexcept;
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | ternary_float.cpp | 381 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()
|
D | binary_float.cpp | 662 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()
|
D | binary_operator_float.cpp | 656 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/ |
D | dsp_test_util.c | 21 feclearexcept(FE_ALL_EXCEPT); in dsp_util_clear_fp_exceptions()
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | fenv_h.pass.cpp | 64 static_assert((std::is_same<decltype(::feclearexcept(0)), int>::value), ""); in main()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | fenv_h.pass.cpp | 65 static_assert((std::is_same<decltype(feclearexcept(0)), int>::value), ""); in main()
|
/external/libcxx/test/std/numerics/cfenv/cfenv.syn/ |
D | cfenv.pass.cpp | 67 static_assert((std::is_same<decltype(std::feclearexcept(0)), int>::value), ""); in main()
|
/external/llvm-project/libcxx/test/std/numerics/cfenv/cfenv.syn/ |
D | cfenv.pass.cpp | 66 static_assert((std::is_same<decltype(std::feclearexcept(0)), int>::value), ""); in main()
|
/external/llvm-project/flang/unittests/Evaluate/ |
D | fp-testing.cpp | 73 feclearexcept(FE_ALL_EXCEPT); in ClearFlags()
|
/external/arm-optimized-routines/math/test/ |
D | ulp.h | 107 feclearexcept (FE_ALL_EXCEPT); in T() 127 feclearexcept (FE_ALL_EXCEPT); in T()
|