Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/cmsis_dsp/interpolation/src/
Dq7.c42 test_snr_error_q7(length, output, ref_linear, in ZTEST()
82 test_snr_error_q7(length, output, ref_bilinear, in ZTEST()
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/
Dmisc_q7.c33 test_snr_error_q7(ref_length, ref, output, SNR_ERROR_THRESH), in test_arm_correlate_q7()
90 test_snr_error_q7(ref_length, ref, output, SNR_ERROR_THRESH), in test_arm_conv_q7()
158 test_snr_error_q7(ref_length, ref, temp, SNR_ERROR_THRESH), in test_arm_conv_partial_q7()
199 test_snr_error_q7(ref_length, ref, temp, SNR_ERROR_THRESH), in test_arm_conv_partial_opt_q7()
Dfir_q7.c92 test_snr_error_q7(length, output_buf, ref, SNR_ERROR_THRESH), in ZTEST()
/Zephyr-latest/tests/subsys/dsp/basicmath/src/
Dq7.c34 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_zdsp_add_q7()
69 zassert_true(test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_zdsp_add_q7_in_place()
103 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_zdsp_sub_q7()
138 zassert_true(test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_zdsp_sub_q7_in_place()
172 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_zdsp_mult_q7()
207 zassert_true(test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_zdsp_mult_q7_in_place()
238 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_zdsp_negate_q7()
271 zassert_true(test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_zdsp_negate_q7_in_place()
303 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_zdsp_offset_q7()
338 zassert_true(test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_zdsp_offset_q7_in_place()
[all …]
/Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/
Dunary_q7.c81 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_op1()
149 test_snr_error_q7(length, output_buf, ref, SNR_ERROR_THRESH_LOW), in test_op2v()
Dbinary_q7.c99 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_op2()
/Zephyr-latest/tests/lib/cmsis_dsp/statistics/src/
Dq7.c126 test_snr_error_q7(1, output, ref, SNR_ERROR_THRESH), in test_arm_mean_q7()
/Zephyr-latest/tests/lib/cmsis_dsp/common/
Dtest_common.h457 static inline bool test_snr_error_q7( in test_snr_error_q7() function