Home
last modified time | relevance | path

Searched refs:excepts (Results 1 – 8 of 8) sorted by relevance

/external/adhd/cras/src/dsp/tests/
Ddsp_test_util.c26 int excepts = fetestexcept(FE_ALL_EXCEPT); in dsp_util_print_fp_exceptions() local
28 if (excepts & FE_DIVBYZERO) in dsp_util_print_fp_exceptions()
30 if (excepts & FE_INVALID) in dsp_util_print_fp_exceptions()
32 if (excepts & FE_OVERFLOW) in dsp_util_print_fp_exceptions()
34 if (excepts & FE_UNDERFLOW) in dsp_util_print_fp_exceptions()
/external/libcxx/include/
Dcfenv41 int feclearexcept(int excepts);
42 int fegetexceptflag(fexcept_t* flagp, int excepts);
43 int feraiseexcept(int excepts);
44 int fesetexceptflag(const fexcept_t* flagp, int excepts);
45 int fetestexcept(int excepts);
/external/curl/lib/
Dselect.h96 fd_set* excepts, struct timeval* tv);
Dselect.c577 fd_set *excepts, struct timeval *tv) in tpf_select_libcurl() argument
581 rc = tpf_select_bsd(maxfds, reads, writes, excepts, tv); in tpf_select_libcurl()
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a3.rst233 Got rid of bare excepts in the turtle module. Original patch by Jelle
D3.5.3rc1.rst1392 Got rid of bare excepts in the turtle module. Original patch by Jelle
/external/python/cpython2/Misc/NEWS.d/
D2.7.13rc1.rst678 Got rid of bare excepts in the turtle module. Original patch by Jelle
/external/jline/src/src/test/resources/jline/example/
Denglish.gz