Lines Matching refs:buf_length
24 size_t buf_length; in test_arm_cmplx_conj_f32() local
28 buf_length = 2 * length; in test_arm_cmplx_conj_f32()
31 output = malloc(buf_length * sizeof(float32_t)); in test_arm_cmplx_conj_f32()
39 test_snr_error_f32(buf_length, output, (float32_t *)ref, in test_arm_cmplx_conj_f32()
44 test_rel_error_f32(buf_length, output, (float32_t *)ref, in test_arm_cmplx_conj_f32()
159 size_t buf_length; in test_arm_cmplx_mult_cmplx_f32() local
163 buf_length = 2 * length; in test_arm_cmplx_mult_cmplx_f32()
166 output = malloc(buf_length * sizeof(float32_t)); in test_arm_cmplx_mult_cmplx_f32()
175 test_snr_error_f32(buf_length, output, (float32_t *)ref, in test_arm_cmplx_mult_cmplx_f32()
180 test_rel_error_f32(buf_length, output, (float32_t *)ref, in test_arm_cmplx_mult_cmplx_f32()
199 size_t buf_length; in test_arm_cmplx_mult_real_f32() local
203 buf_length = 2 * length; in test_arm_cmplx_mult_real_f32()
206 output = malloc(buf_length * sizeof(float32_t)); in test_arm_cmplx_mult_real_f32()
216 buf_length, output, (float32_t *)ref, in test_arm_cmplx_mult_real_f32()
222 buf_length, output, (float32_t *)ref, in test_arm_cmplx_mult_real_f32()