Lines Matching refs:input2
21 const uint16_t *input1, const uint16_t *input2, const uint16_t *ref, in test_zdsp_add_f16() argument
31 zdsp_add_f16((float16_t *)input1, (float16_t *)input2, output, length); in test_zdsp_add_f16()
54 static void test_zdsp_add_f16_in_place(const uint16_t *input1, const uint16_t *input2, in test_zdsp_add_f16_in_place() argument
67 zdsp_add_f16(output, (float16_t *)input2, output, length); in test_zdsp_add_f16_in_place()
87 const uint16_t *input1, const uint16_t *input2, const uint16_t *ref, in test_zdsp_sub_f16() argument
97 zdsp_sub_f16((float16_t *)input1, (float16_t *)input2, output, length); in test_zdsp_sub_f16()
120 static void test_zdsp_sub_f16_in_place(const uint16_t *input1, const uint16_t *input2, in test_zdsp_sub_f16_in_place() argument
133 zdsp_sub_f16(output, (float16_t *)input2, output, length); in test_zdsp_sub_f16_in_place()
153 const uint16_t *input1, const uint16_t *input2, const uint16_t *ref, in test_zdsp_mult_f16() argument
163 zdsp_mult_f16((float16_t *)input1, (float16_t *)input2, output, length); in test_zdsp_mult_f16()
186 static void test_zdsp_mult_f16_in_place(const uint16_t *input1, const uint16_t *input2, in test_zdsp_mult_f16_in_place() argument
199 zdsp_mult_f16(output, (float16_t *)input2, output, length); in test_zdsp_mult_f16_in_place()
418 const uint16_t *input1, const uint16_t *input2, const uint16_t *ref, in test_zdsp_dot_prod_f16() argument
429 (float16_t *)input1, (float16_t *)input2, length, &output[0]); in test_zdsp_dot_prod_f16()