| /Zephyr-latest/tests/lib/cmsis_dsp/fastmath/src/ | 
| D | q15.c | 38 		test_snr_error_q15(length, output, ref_cos, SNR_ERROR_THRESH),  in ZTEST() 66 		test_snr_error_q15(length, output, ref_sin, SNR_ERROR_THRESH),  in ZTEST() 105 		test_snr_error_q15(length, output, ref_sqrt, SNR_ERROR_THRESH),  in ZTEST() 141 		test_snr_error_q15(length, output, ref_divide, SNR_ERROR_THRESH),  in ZTEST()
  | 
| /Zephyr-latest/tests/lib/cmsis_dsp/complexmath/src/ | 
| D | q15.c | 41 		test_snr_error_q15(buf_length, output, ref, SNR_ERROR_THRESH),  in test_arm_cmplx_conj_q15() 104 		test_snr_error_q15(length, output, ref, SNR_ERROR_THRESH_HIGH),  in test_arm_cmplx_mag_q15() 133 		test_snr_error_q15(length, output, ref, SNR_ERROR_THRESH),  in test_arm_cmplx_mag_squared_q15() 167 		test_snr_error_q15(buf_length, output, ref, SNR_ERROR_THRESH),  in test_arm_cmplx_mult_cmplx_q15() 205 		test_snr_error_q15(buf_length, output, ref, SNR_ERROR_THRESH),  in test_arm_cmplx_mult_real_q15()
  | 
| /Zephyr-latest/tests/lib/cmsis_dsp/interpolation/src/ | 
| D | q15.c | 42 		test_snr_error_q15(length, output, ref_linear,  in ZTEST() 82 		test_snr_error_q15(length, output, ref_bilinear,  in ZTEST()
  | 
| /Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/ | 
| D | misc_q15.c | 34 		test_snr_error_q15(ref_length, ref, output, SNR_ERROR_THRESH),  in test_arm_correlate_q15() 91 		test_snr_error_q15(ref_length, ref, output, SNR_ERROR_THRESH),  in test_arm_conv_q15() 159 		test_snr_error_q15(ref_length, ref, temp, SNR_ERROR_THRESH),  in test_arm_conv_partial_q15() 196 		test_snr_error_q15(ref_length, ref, temp, SNR_ERROR_THRESH),  in test_arm_conv_partial_fast_q15() 237 		test_snr_error_q15(ref_length, ref, temp, SNR_ERROR_THRESH),  in test_arm_conv_partial_opt_q15() 280 		test_snr_error_q15(ref_length, ref, temp, SNR_ERROR_THRESH),  in test_arm_conv_partial_fast_opt_q15()
  | 
| D | decim_q15.c | 71 		test_snr_error_q15(length, output_buf, ref, SNR_ERROR_THRESH),  in ZTEST() 135 		test_snr_error_q15(length, output_buf, ref, SNR_ERROR_THRESH),  in ZTEST()
  | 
| D | biquad_q15.c | 54 		test_snr_error_q15(length, output_buf, ref, SNR_ERROR_THRESH),  in ZTEST()
  | 
| D | fir_q15.c | 92 		test_snr_error_q15(length, output_buf, ref, SNR_ERROR_THRESH),  in ZTEST()
  | 
| /Zephyr-latest/tests/lib/cmsis_dsp/statistics/src/ | 
| D | q15.c | 122 		test_snr_error_q15(1, output, ref, SNR_ERROR_THRESH),  in test_arm_mean_q15() 188 		test_snr_error_q15(1, output, ref, SNR_ERROR_THRESH),  in test_arm_rms_q15() 221 		test_snr_error_q15(1, output, ref, SNR_ERROR_THRESH),  in test_arm_std_q15() 254 		test_snr_error_q15(1, output, ref, SNR_ERROR_THRESH),  in test_arm_var_q15()
  | 
| /Zephyr-latest/tests/subsys/dsp/basicmath/src/ | 
| D | q15.c | 36 		test_snr_error_q15(length, output, ref, SNR_ERROR_THRESH),  in test_zdsp_add_q15() 73 	zassert_true(test_snr_error_q15(length, output, ref, SNR_ERROR_THRESH),  in test_zdsp_add_q15_in_place() 108 		test_snr_error_q15(length, output, ref, SNR_ERROR_THRESH),  in test_zdsp_sub_q15() 145 	zassert_true(test_snr_error_q15(length, output, ref, SNR_ERROR_THRESH),  in test_zdsp_sub_q15_in_place() 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() 247 		test_snr_error_q15(length, output, ref, SNR_ERROR_THRESH),  in test_zdsp_negate_q15() 281 	zassert_true(test_snr_error_q15(length, output, ref, SNR_ERROR_THRESH),  in test_zdsp_negate_q15_in_place() 313 		test_snr_error_q15(length, output, ref, SNR_ERROR_THRESH),  in test_zdsp_offset_q15() 350 	zassert_true(test_snr_error_q15(length, output, ref, SNR_ERROR_THRESH),  in test_zdsp_offset_q15_in_place() [all …] 
 | 
| /Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/ | 
| D | unary_q15.c | 94 		test_snr_error_q15(length, output, ref, SNR_ERROR_THRESH),  in test_op2() 173 		test_snr_error_q15(length, output, ref, SNR_ERROR_THRESH),  in test_op1() 244 		test_snr_error_q15(length, output_buf, ref, SNR_ERROR_THRESH),  in test_op2v() 317 		test_snr_error_q15(2 * length, output, ref, SNR_ERROR_THRESH),  in test_op1c()
  | 
| D | binary_q15.c | 103 		test_snr_error_q15(length, output, ref, SNR_LOW_ERROR_THRESH),  in test_op2() 198 		test_snr_error_q15(2 * length, output, ref, SNR_ERROR_THRESH),  in test_op2c()
  | 
| /Zephyr-latest/tests/lib/cmsis_dsp/transform/src/ | 
| D | cq15.c | 45 		test_snr_error_q15(length, output, ref, SNR_ERROR_THRESH_FFT),  in test_arm_cfft_q15() 158 		test_snr_error_q15(length, output, scaled_ref,  in test_arm_cifft_q15()
  | 
| D | rq15.c | 60 		test_snr_error_q15(length, output, ref, SNR_ERROR_THRESH_FFT),  in test_arm_rfft_q15() 162 		test_snr_error_q15(length, output, ref, SNR_ERROR_THRESH_IFFT),  in test_arm_rifft_q15()
  | 
| /Zephyr-latest/tests/lib/cmsis_dsp/common/ | 
| D | test_common.h | 448 static inline bool test_snr_error_q15(  in test_snr_error_q15()  function
  |