Lines Matching full:length
22 const uint32_t *input1, const uint32_t *ref, size_t length) in test_arm_cmplx_conj_f32() argument
27 /* Complex number buffer length is twice the data length */ in test_arm_cmplx_conj_f32()
28 buf_length = 2 * length; in test_arm_cmplx_conj_f32()
35 arm_cmplx_conj_f32((float32_t *)input1, output, length); in test_arm_cmplx_conj_f32()
58 size_t length) in test_arm_cmplx_dot_prod_f32() argument
68 (float32_t *)input1, (float32_t *)input2, length, in test_arm_cmplx_dot_prod_f32()
94 const uint32_t *input1, const uint32_t *ref, size_t length) in test_arm_cmplx_mag_f32() argument
99 output = malloc(length * sizeof(float32_t)); in test_arm_cmplx_mag_f32()
103 arm_cmplx_mag_f32((float32_t *)input1, output, length); in test_arm_cmplx_mag_f32()
107 test_snr_error_f32(length, output, (float32_t *)ref, in test_arm_cmplx_mag_f32()
112 test_rel_error_f32(length, output, (float32_t *)ref, in test_arm_cmplx_mag_f32()
125 const uint32_t *input1, const uint32_t *ref, size_t length) in test_arm_cmplx_mag_squared_f32() argument
130 output = malloc(length * sizeof(float32_t)); in test_arm_cmplx_mag_squared_f32()
134 arm_cmplx_mag_squared_f32((float32_t *)input1, output, length); in test_arm_cmplx_mag_squared_f32()
138 test_snr_error_f32(length, output, (float32_t *)ref, in test_arm_cmplx_mag_squared_f32()
143 test_rel_error_f32(length, output, (float32_t *)ref, in test_arm_cmplx_mag_squared_f32()
157 size_t length) in test_arm_cmplx_mult_cmplx_f32() argument
162 /* Complex number buffer length is twice the data length */ in test_arm_cmplx_mult_cmplx_f32()
163 buf_length = 2 * length; in test_arm_cmplx_mult_cmplx_f32()
171 (float32_t *)input1, (float32_t *)input2, output, length); in test_arm_cmplx_mult_cmplx_f32()
197 size_t length) in test_arm_cmplx_mult_real_f32() argument
202 /* Complex number buffer length is twice the data length */ in test_arm_cmplx_mult_real_f32()
203 buf_length = 2 * length; in test_arm_cmplx_mult_real_f32()
211 (float32_t *)input1, (float32_t *)input2, output, length); in test_arm_cmplx_mult_real_f32()