Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/x86/
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()
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()
/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/libcxx/test/std/depr/depr.c.headers/
Dfenv_h.pass.cpp29 #ifndef FE_OVERFLOW
30 #error FE_OVERFLOW not defined
/external/libcxx/test/std/numerics/cfenv/cfenv.syn/
Dcfenv.pass.cpp29 #ifndef FE_OVERFLOW
30 #error FE_OVERFLOW not defined
/external/python/cpython2/Modules/
Dpython.c18 fedisableexcept(FE_OVERFLOW); in main()
/external/arm-optimized-routines/math/single/
Dfunder.c32 feraiseexcept(FE_OVERFLOW); in __mathlib_flt_overflow()
Ddunder.c33 feraiseexcept(FE_OVERFLOW); in __mathlib_dbl_overflow()
/external/adhd/cras/src/dsp/tests/
Ddsp_test_util.c32 if (excepts & FE_OVERFLOW) in dsp_util_print_fp_exceptions()
/external/libcxx/include/
Dcfenv24 FE_OVERFLOW
/external/arm-optimized-routines/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()
1120 status = fetestexcept(FE_INVALID|FE_DIVBYZERO|FE_OVERFLOW|FE_UNDERFLOW); in runtest()
1128 (status & FE_OVERFLOW ? "o" : ""), in runtest()
/external/python/cpython3/Modules/
Dmain.c2992 fedisableexcept(FE_OVERFLOW); in pymain_init()
/external/libpng/contrib/libtests/
Dpngvalid.c42 #ifndef FE_OVERFLOW
43 # define FE_OVERFLOW 0 macro
11662 feenableexcept(FE_DIVBYZERO | FE_INVALID | FE_OVERFLOW); in main()
/external/libpng/
DCHANGES5011 Define FE_DIVBYZERO, FE_INVALID, and FE_OVERFLOW in pngvalid.c if not