Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/cmsis_dsp/fastmath/src/
Dq31.c38 test_snr_error_q31(length, output, ref_cos, SNR_ERROR_THRESH), in ZTEST()
66 test_snr_error_q31(length, output, ref_sin, SNR_ERROR_THRESH), in ZTEST()
105 test_snr_error_q31(length, output, ref_sqrt, SNR_ERROR_THRESH), in ZTEST()
/Zephyr-latest/tests/lib/cmsis_dsp/complexmath/src/
Dq31.c40 test_snr_error_q31(buf_length, output, ref, SNR_ERROR_THRESH), in test_arm_cmplx_conj_q31()
103 test_snr_error_q31(length, output, ref, SNR_ERROR_THRESH), in test_arm_cmplx_mag_q31()
132 test_snr_error_q31(length, output, ref, SNR_ERROR_THRESH), in test_arm_cmplx_mag_squared_q31()
166 test_snr_error_q31(buf_length, output, ref, SNR_ERROR_THRESH), in test_arm_cmplx_mult_cmplx_q31()
204 test_snr_error_q31(buf_length, output, ref, SNR_ERROR_THRESH), in test_arm_cmplx_mult_real_q31()
Dq15.c72 test_snr_error_q31(2, output, ref, SNR_ERROR_THRESH), in test_arm_cmplx_dot_prod_q15()
/Zephyr-latest/tests/lib/cmsis_dsp/interpolation/src/
Dq31.c42 test_snr_error_q31(length, output, ref_linear, in ZTEST()
82 test_snr_error_q31(length, output, ref_bilinear, in ZTEST()
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/
Dmisc_q31.c44 test_snr_error_q31(ref_length, ref, output, SNR_ERROR_THRESH), in test_arm_correlate_q31()
116 test_snr_error_q31(ref_length, ref, output, SNR_ERROR_THRESH), in test_arm_conv_q31()
199 test_snr_error_q31(ref_length, ref, temp, SNR_ERROR_THRESH), in test_arm_conv_partial_q31()
236 test_snr_error_q31(ref_length, ref, temp, SNR_ERROR_THRESH), in test_arm_conv_partial_fast_q31()
293 test_snr_error_q31(ref_length, ref, output, SNR_ERROR_THRESH), in test_arm_levinson_durbin_q31()
Dbiquad_q31.c57 test_snr_error_q31(length, output_buf, ref, SNR_ERROR_THRESH), in ZTEST()
106 test_snr_error_q31(length, output_buf, ref, in ZTEST()
Ddecim_q31.c71 test_snr_error_q31(length, output_buf, ref, SNR_ERROR_THRESH), in ZTEST()
135 test_snr_error_q31(length, output_buf, ref, SNR_ERROR_THRESH), in ZTEST()
Dfir_q31.c92 test_snr_error_q31(length, output_buf, ref, SNR_ERROR_THRESH), in ZTEST()
/Zephyr-latest/tests/lib/cmsis_dsp/statistics/src/
Dq31.c122 test_snr_error_q31(1, output, ref, SNR_ERROR_THRESH), in test_arm_mean_q31()
188 test_snr_error_q31(1, output, ref, SNR_ERROR_THRESH), in test_arm_rms_q31()
221 test_snr_error_q31(1, output, ref, SNR_ERROR_THRESH), in test_arm_std_q31()
254 test_snr_error_q31(1, output, ref, SNR_ERROR_THRESH), in test_arm_var_q31()
Dq7.c159 test_snr_error_q31(1, output, ref, SNR_ERROR_THRESH), in test_arm_power_q7()
/Zephyr-latest/tests/subsys/dsp/basicmath/src/
Dq31.c34 test_snr_error_q31(length, output, ref, SNR_ERROR_THRESH), in test_zdsp_add_q31()
69 zassert_true(test_snr_error_q31(length, output, ref, SNR_ERROR_THRESH), in test_zdsp_add_q31_in_place()
103 test_snr_error_q31(length, output, ref, SNR_ERROR_THRESH), in test_zdsp_sub_q31()
138 zassert_true(test_snr_error_q31(length, output, ref, SNR_ERROR_THRESH), in test_zdsp_sub_q31_in_place()
172 test_snr_error_q31(length, output, ref, SNR_ERROR_THRESH), in test_zdsp_mult_q31()
207 zassert_true(test_snr_error_q31(length, output, ref, SNR_ERROR_THRESH), in test_zdsp_mult_q31_in_place()
238 test_snr_error_q31(length, output, ref, SNR_ERROR_THRESH), in test_zdsp_negate_q31()
272 zassert_true(test_snr_error_q31(length, output, ref, SNR_ERROR_THRESH), in test_zdsp_negate_q31_in_place()
304 test_snr_error_q31(length, output, ref, SNR_ERROR_THRESH), in test_zdsp_offset_q31()
341 zassert_true(test_snr_error_q31(length, output, ref, SNR_ERROR_THRESH), in test_zdsp_offset_q31_in_place()
[all …]
Dq7.c438 test_snr_error_q31(1, output, ref, SNR_ERROR_THRESH), in test_zdsp_dot_prod_q7()
/Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/
Dunary_q31.c94 test_snr_error_q31(length, output, ref, SNR_ERROR_THRESH), in test_op2()
173 test_snr_error_q31(length, output, ref, SNR_ERROR_THRESH), in test_op1()
244 test_snr_error_q31(length, output_buf, ref, SNR_ERROR_THRESH), in test_op2v()
317 test_snr_error_q31(2 * length, output, ref, SNR_ERROR_THRESH), in test_op1c()
Dbinary_q31.c97 test_snr_error_q31(length, output, ref, SNR_ERROR_THRESH), in test_op2()
186 test_snr_error_q31(2 * length, output, ref, SNR_ERROR_THRESH), in test_op2c()
/Zephyr-latest/tests/lib/cmsis_dsp/transform/src/
Dcq31.c44 test_snr_error_q31(length, output, ref, SNR_ERROR_THRESH), in test_arm_cfft_q31()
157 test_snr_error_q31(length, output, scaled_ref, in test_arm_cifft_q31()
Drq31.c44 test_snr_error_q31(length, output, ref, SNR_ERROR_THRESH_FFT), in test_arm_rfft_q31()
146 test_snr_error_q31(length, output, ref, SNR_ERROR_THRESH_IFFT), in test_arm_rifft_q31()
/Zephyr-latest/tests/lib/cmsis_dsp/common/
Dtest_common.h439 static inline bool test_snr_error_q31( in test_snr_error_q31() function