Lines Matching defs:input1

20 static void test_zdsp_add_q31(const DSP_DATA q31_t *input1, const DSP_DATA q31_t *input2,  in test_zdsp_add_q31()
53 static void test_zdsp_add_q31_in_place(const DSP_DATA q31_t *input1, const DSP_DATA q31_t *input2, in test_zdsp_add_q31_in_place()
89 static void test_zdsp_sub_q31(const DSP_DATA q31_t *input1, const DSP_DATA q31_t *input2, in test_zdsp_sub_q31()
122 static void test_zdsp_sub_q31_in_place(const DSP_DATA q31_t *input1, const DSP_DATA q31_t *input2, in test_zdsp_sub_q31_in_place()
158 static void test_zdsp_mult_q31(const DSP_DATA q31_t *input1, const DSP_DATA q31_t *input2, in test_zdsp_mult_q31()
191 static void test_zdsp_mult_q31_in_place(const DSP_DATA q31_t *input1, const DSP_DATA q31_t *input2, in test_zdsp_mult_q31_in_place()
225 static void test_zdsp_negate_q31(const DSP_DATA q31_t *input1, const q31_t *ref, size_t length) in test_zdsp_negate_q31()
256 static void test_zdsp_negate_q31_in_place(const DSP_DATA q31_t *input1, const q31_t *ref, in test_zdsp_negate_q31_in_place()
290 static void test_zdsp_offset_q31(const DSP_DATA q31_t *input1, q31_t scalar, const q31_t *ref, in test_zdsp_offset_q31()
325 static void test_zdsp_offset_q31_in_place(const DSP_DATA q31_t *input1, q31_t scalar, in test_zdsp_offset_q31_in_place()
364 static void test_zdsp_scale_q31(const DSP_DATA q31_t *input1, q31_t scalar, const q31_t *ref, in test_zdsp_scale_q31()
397 static void test_zdsp_scale_q31_in_place(const DSP_DATA q31_t *input1, q31_t scalar, in test_zdsp_scale_q31_in_place()
434 static void test_zdsp_dot_prod_q31(const DSP_DATA q31_t *input1, const DSP_DATA q31_t *input2, in test_zdsp_dot_prod_q31()
465 static void test_zdsp_abs_q31(const DSP_DATA q31_t *input1, const q31_t *ref, size_t length) in test_zdsp_abs_q31()
494 static void test_zdsp_abs_q31_in_place(const DSP_DATA q31_t *input1, const q31_t *ref, in test_zdsp_abs_q31_in_place()
526 static void test_zdsp_shift_q31(const DSP_DATA q31_t *input1, const q31_t *ref, size_t length) in test_zdsp_shift_q31()
554 static void test_zdsp_shift_q31_in_place(const DSP_DATA q31_t *input1, const q31_t *ref, in test_zdsp_shift_q31_in_place()
586 static void test_zdsp_and_u32(const DSP_DATA uint32_t *input1, const DSP_DATA uint32_t *input2, in test_zdsp_and_u32()
611 static void test_zdsp_and_u32_in_place(const DSP_DATA uint32_t *input1, in test_zdsp_and_u32_in_place()
640 static void test_zdsp_or_u32(const DSP_DATA uint32_t *input1, const DSP_DATA uint32_t *input2, in test_zdsp_or_u32()
665 static void test_zdsp_or_u32_in_place(const DSP_DATA uint32_t *input1, in test_zdsp_or_u32_in_place()
692 static void test_zdsp_not_u32(const DSP_DATA uint32_t *input1, const uint32_t *ref, size_t length) in test_zdsp_not_u32()
716 static void test_zdsp_not_u32_in_place(const DSP_DATA uint32_t *input1, const uint32_t *ref, in test_zdsp_not_u32_in_place()
742 static void test_zdsp_xor_u32(const DSP_DATA uint32_t *input1, const DSP_DATA uint32_t *input2, in test_zdsp_xor_u32()
767 static void test_zdsp_xor_u32_in_place(const DSP_DATA uint32_t *input1, in test_zdsp_xor_u32_in_place()