Searched refs:test_snr_error_q7 (Results 1 – 8 of 8) sorted by relevance
/Zephyr-Core-2.7.6/tests/lib/cmsis_dsp/interpolation/src/ |
D | q7.c | 42 test_snr_error_q7(length, output, ref_linear, in test_arm_linear_interp_q7() 82 test_snr_error_q7(length, output, ref_bilinear, in test_arm_bilinear_interp_q7()
|
/Zephyr-Core-2.7.6/tests/lib/cmsis_dsp/basicmath/src/ |
D | q7.c | 34 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_arm_add_q7() 66 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_arm_sub_q7() 98 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_arm_mult_q7() 129 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_arm_negate_q7() 160 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_arm_offset_q7() 192 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_arm_scale_q7() 255 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_arm_abs_q7() 285 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_arm_shift_q7()
|
/Zephyr-Core-2.7.6/tests/lib/cmsis_dsp/filtering/src/ |
D | misc_q7.c | 33 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()
|
D | fir_q7.c | 72 test_snr_error_q7(length, output_buf, ref, SNR_ERROR_THRESH), in test_arm_fir_q7()
|
/Zephyr-Core-2.7.6/tests/lib/cmsis_dsp/matrix/src/ |
D | unary_q7.c | 81 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_op1() 148 test_snr_error_q7(length, output_buf, ref, SNR_ERROR_THRESH_LOW), in test_op2v()
|
D | binary_q7.c | 99 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_op2()
|
/Zephyr-Core-2.7.6/tests/lib/cmsis_dsp/statistics/src/ |
D | q7.c | 126 test_snr_error_q7(1, output, ref, SNR_ERROR_THRESH), in test_arm_mean_q7()
|
/Zephyr-Core-2.7.6/tests/lib/cmsis_dsp/common/ |
D | test_common.h | 457 static inline bool test_snr_error_q7( in test_snr_error_q7() function
|