Searched refs:excepts (Results 1 – 8 of 8) sorted by relevance
26 int excepts = fetestexcept(FE_ALL_EXCEPT); in dsp_util_print_fp_exceptions() local28 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()
41 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);
96 fd_set* excepts, struct timeval* tv);
577 fd_set *excepts, struct timeval *tv) in tpf_select_libcurl() argument581 rc = tpf_select_bsd(maxfds, reads, writes, excepts, tv); in tpf_select_libcurl()
233 Got rid of bare excepts in the turtle module. Original patch by Jelle
1392 Got rid of bare excepts in the turtle module. Original patch by Jelle
678 Got rid of bare excepts in the turtle module. Original patch by Jelle