Lines Matching full:length
22 const uint16_t *input1, const uint16_t *ref, size_t length) in test_arm_cmplx_conj_f16() argument
27 /* Complex number buffer length is twice the data length */ in test_arm_cmplx_conj_f16()
28 buf_length = 2 * length; in test_arm_cmplx_conj_f16()
35 arm_cmplx_conj_f16((float16_t *)input1, output, length); in test_arm_cmplx_conj_f16()
58 size_t length) in test_arm_cmplx_dot_prod_f16() argument
68 (float16_t *)input1, (float16_t *)input2, length, in test_arm_cmplx_dot_prod_f16()
94 const uint16_t *input1, const uint16_t *ref, size_t length) in test_arm_cmplx_mag_f16() argument
99 output = malloc(length * sizeof(float16_t)); in test_arm_cmplx_mag_f16()
103 arm_cmplx_mag_f16((float16_t *)input1, output, length); in test_arm_cmplx_mag_f16()
107 test_snr_error_f16(length, output, (float16_t *)ref, in test_arm_cmplx_mag_f16()
112 test_rel_error_f16(length, output, (float16_t *)ref, in test_arm_cmplx_mag_f16()
125 const uint16_t *input1, const uint16_t *ref, size_t length) in test_arm_cmplx_mag_squared_f16() argument
130 output = malloc(length * sizeof(float16_t)); in test_arm_cmplx_mag_squared_f16()
134 arm_cmplx_mag_squared_f16((float16_t *)input1, output, length); in test_arm_cmplx_mag_squared_f16()
138 test_snr_error_f16(length, output, (float16_t *)ref, in test_arm_cmplx_mag_squared_f16()
143 test_rel_error_f16(length, output, (float16_t *)ref, in test_arm_cmplx_mag_squared_f16()
157 size_t length) in test_arm_cmplx_mult_cmplx_f16() argument
162 /* Complex number buffer length is twice the data length */ in test_arm_cmplx_mult_cmplx_f16()
163 buf_length = 2 * length; in test_arm_cmplx_mult_cmplx_f16()
171 (float16_t *)input1, (float16_t *)input2, output, length); in test_arm_cmplx_mult_cmplx_f16()
197 size_t length) in test_arm_cmplx_mult_real_f16() argument
202 /* Complex number buffer length is twice the data length */ in test_arm_cmplx_mult_real_f16()
203 buf_length = 2 * length; in test_arm_cmplx_mult_real_f16()
211 (float16_t *)input1, (float16_t *)input2, output, length); in test_arm_cmplx_mult_real_f16()