Lines Matching refs:input2
22 const DSP_DATA q15_t *input1, const DSP_DATA q15_t *input2, const q15_t *ref, in test_zdsp_add_q15() argument
32 zdsp_add_q15(input1, input2, output, length); in test_zdsp_add_q15()
57 static void test_zdsp_add_q15_in_place(const DSP_DATA q15_t *input1, const DSP_DATA q15_t *input2, in test_zdsp_add_q15_in_place() argument
70 zdsp_add_q15(output, input2, output, length); in test_zdsp_add_q15_in_place()
94 const DSP_DATA q15_t *input1, const DSP_DATA q15_t *input2, const q15_t *ref, in test_zdsp_sub_q15() argument
104 zdsp_sub_q15(input1, input2, output, length); in test_zdsp_sub_q15()
129 static void test_zdsp_sub_q15_in_place(const DSP_DATA q15_t *input1, const DSP_DATA q15_t *input2, in test_zdsp_sub_q15_in_place() argument
142 zdsp_sub_q15(output, input2, output, length); in test_zdsp_sub_q15_in_place()
166 const DSP_DATA q15_t *input1, const DSP_DATA q15_t *input2, const q15_t *ref, in test_zdsp_mult_q15() argument
176 zdsp_mult_q15(input1, input2, output, length); in test_zdsp_mult_q15()
199 static void test_zdsp_mult_q15_in_place(const DSP_DATA q15_t *input1, const DSP_DATA q15_t *input2, in test_zdsp_mult_q15_in_place() argument
212 zdsp_mult_q15(output, input2, output, length); in test_zdsp_mult_q15_in_place()
443 const DSP_DATA q15_t *input1, const DSP_DATA q15_t *input2, const q63_t *ref, in test_zdsp_dot_prod_q15() argument
453 zdsp_dot_prod_q15(input1, input2, length, &output[0]); in test_zdsp_dot_prod_q15()
598 const DSP_DATA uint16_t *input1, const DSP_DATA uint16_t *input2, const uint16_t *ref, in test_zdsp_and_u16() argument
608 zdsp_and_u16(input1, input2, output, length); in test_zdsp_and_u16()
624 const DSP_DATA uint16_t *input1, const DSP_DATA uint16_t *input2, const uint16_t *ref, in test_zdsp_and_u16_in_place() argument
637 zdsp_and_u16(output, input2, output, length); in test_zdsp_and_u16_in_place()
654 const DSP_DATA uint16_t *input1, const DSP_DATA uint16_t *input2, const uint16_t *ref, in test_zdsp_or_u16() argument
664 zdsp_or_u16(input1, input2, output, length); in test_zdsp_or_u16()
680 const DSP_DATA uint16_t *input1, const DSP_DATA uint16_t *input2, const uint16_t *ref, in test_zdsp_or_u16_in_place() argument
693 zdsp_or_u16(output, input2, output, length); in test_zdsp_or_u16_in_place()
760 const DSP_DATA uint16_t *input1, const DSP_DATA uint16_t *input2, const uint16_t *ref, in test_zdsp_xor_u16() argument
770 zdsp_xor_u16(input1, input2, output, length); in test_zdsp_xor_u16()
786 const DSP_DATA uint16_t *input1, const DSP_DATA uint16_t *input2, const uint16_t *ref, in test_zdsp_xor_u16_in_place() argument
799 zdsp_xor_u16(output, input2, output, length); in test_zdsp_xor_u16_in_place()