Searched refs:excepts (Results 1 – 1 of 1) 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()