Lines Matching refs:buf_length
26 size_t buf_length; in test_arm_cmplx_conj_q15() local
30 buf_length = 2 * length; in test_arm_cmplx_conj_q15()
33 output = malloc(buf_length * sizeof(q15_t)); in test_arm_cmplx_conj_q15()
41 test_snr_error_q15(buf_length, output, ref, SNR_ERROR_THRESH), in test_arm_cmplx_conj_q15()
45 test_near_equal_q15(buf_length, output, ref, in test_arm_cmplx_conj_q15()
152 size_t buf_length; in test_arm_cmplx_mult_cmplx_q15() local
156 buf_length = 2 * length; in test_arm_cmplx_mult_cmplx_q15()
159 output = malloc(buf_length * sizeof(q15_t)); in test_arm_cmplx_mult_cmplx_q15()
167 test_snr_error_q15(buf_length, output, ref, SNR_ERROR_THRESH), in test_arm_cmplx_mult_cmplx_q15()
171 test_near_equal_q15(buf_length, output, ref, in test_arm_cmplx_mult_cmplx_q15()
190 size_t buf_length; in test_arm_cmplx_mult_real_q15() local
194 buf_length = 2 * length; in test_arm_cmplx_mult_real_q15()
197 output = malloc(buf_length * sizeof(q15_t)); in test_arm_cmplx_mult_real_q15()
205 test_snr_error_q15(buf_length, output, ref, SNR_ERROR_THRESH), in test_arm_cmplx_mult_real_q15()
209 test_near_equal_q15(buf_length, output, ref, in test_arm_cmplx_mult_real_q15()