Home
last modified time | relevance | path

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

/device/google/dragon/audio/hal/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()