/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() 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 …]
|
D | test_FISTTP.c | 25 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/ |
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/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | fenv_h.pass.cpp | 24 #ifndef FE_INVALID 25 #error FE_INVALID not defined
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | fenv_h.pass.cpp | 25 #ifndef FE_INVALID 26 #error FE_INVALID not defined
|
/external/libcxx/test/std/numerics/cfenv/cfenv.syn/ |
D | cfenv.pass.cpp | 25 #ifndef FE_INVALID 26 #error FE_INVALID not defined
|
/external/llvm-project/libcxx/test/std/numerics/cfenv/cfenv.syn/ |
D | cfenv.pass.cpp | 24 #ifndef FE_INVALID 25 #error FE_INVALID not defined
|
/external/adhd/cras/src/dsp/tests/ |
D | dsp_test_util.c | 30 if (excepts & FE_INVALID) in dsp_util_print_fp_exceptions()
|
/external/llvm-project/libc/test/src/fenv/ |
D | enabled_exceptions_test.cpp | 27 int excepts[] = {FE_DIVBYZERO, FE_INVALID, FE_INEXACT, FE_OVERFLOW, in TEST()
|
D | exception_status_test.cpp | 25 int excepts[] = {FE_DIVBYZERO, FE_INVALID, FE_INEXACT, FE_OVERFLOW, in TEST()
|
/external/llvm-project/libc/utils/FPUtil/x86_64/ |
D | FEnv.h | 62 return (excepts & FE_INVALID ? ExceptionFlags::Invalid : 0) | in getStatusValueForExcept() 70 return (status & ExceptionFlags::Invalid ? FE_INVALID : 0) | in exceptionStatusToMacro()
|
/external/libcxx/include/ |
D | cfenv | 23 FE_INVALID
|
/external/llvm-project/flang/unittests/Evaluate/ |
D | fp-testing.cpp | 79 if (exceptions & FE_INVALID) { in CurrentFlags()
|
/external/llvm-project/libcxx/include/ |
D | cfenv | 22 FE_INVALID
|
/external/llvm-project/flang/runtime/ |
D | stop.cpp | 34 if (excepts & FE_INVALID) { in DescribeIEEESignaledExceptions()
|
/external/llvm-project/flang/lib/Evaluate/ |
D | host.cpp | 116 if (exceptions & FE_INVALID) { in CheckAndRestoreFloatingPointEnvironment()
|
/external/llvm-project/libc/config/linux/ |
D | api.td | 186 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/ |
D | mathtest.c | 831 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()
|
D | ulp.h | 218 p->ex |= FE_INVALID; in T()
|
/external/llvm-project/libc/AOR_v20.02/math/test/ |
D | mathtest.c | 832 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()
|
D | ulp.h | 219 p->ex |= FE_INVALID; in T()
|
/external/OpenCL-CTS/test_common/harness/ |
D | compat.h | 100 #define FE_INVALID 0x0001 macro
|
D | msvc9.c | 588 | ((status & _SW_INVALID) ? FE_INVALID : 0)); in fetestexcept()
|
/external/llvm-project/libc/spec/ |
D | stdc.td | 104 Macro<"FE_INVALID">,
|
/external/libaom/libaom/build/cmake/ |
D | aom_configure.cmake | 229 (void)feenableexcept(FE_DIVBYZERO | FE_INVALID);
|