Lines Matching refs:input1
22 const uint32_t *input1, const uint32_t *ref, size_t length) in test_arm_cmplx_conj_f32() argument
35 arm_cmplx_conj_f32((float32_t *)input1, output, length); in test_arm_cmplx_conj_f32()
57 const uint32_t *input1, const uint32_t *input2, const uint32_t *ref, 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
103 arm_cmplx_mag_f32((float32_t *)input1, output, length); 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
134 arm_cmplx_mag_squared_f32((float32_t *)input1, output, length); in test_arm_cmplx_mag_squared_f32()
156 const uint32_t *input1, const uint32_t *input2, const uint32_t *ref, in test_arm_cmplx_mult_cmplx_f32() argument
171 (float32_t *)input1, (float32_t *)input2, output, length); in test_arm_cmplx_mult_cmplx_f32()
196 const uint32_t *input1, const uint32_t *input2, const uint32_t *ref, in test_arm_cmplx_mult_real_f32() argument
211 (float32_t *)input1, (float32_t *)input2, output, length); in test_arm_cmplx_mult_real_f32()