Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/cmsis_dsp/complexmath/src/
Dq15.c17 #define SNR_ERROR_THRESH_HIGH ((float32_t)60) macro
104 test_snr_error_q15(length, output, ref, SNR_ERROR_THRESH_HIGH), in test_arm_cmplx_mag_q15()
/Zephyr-latest/tests/subsys/dsp/basicmath/src/
Dq15.c17 #define SNR_ERROR_THRESH_HIGH ((float32_t)60) macro
180 test_snr_error_q15(length, output, ref, SNR_ERROR_THRESH_HIGH), in test_zdsp_mult_q15()
215 zassert_true(test_snr_error_q15(length, output, ref, SNR_ERROR_THRESH_HIGH), in test_zdsp_mult_q15_in_place()
457 test_snr_error_q63(1, output, ref, SNR_ERROR_THRESH_HIGH), in test_zdsp_dot_prod_q15()