Lines Matching defs:ref

21 				const q31_t *ref, size_t length)  in test_zdsp_add_q31()
54 const q31_t *ref, size_t length) in test_zdsp_add_q31_in_place()
90 const q31_t *ref, size_t length) in test_zdsp_sub_q31()
123 const q31_t *ref, size_t length) in test_zdsp_sub_q31_in_place()
159 const q31_t *ref, size_t length) in test_zdsp_mult_q31()
192 const q31_t *ref, size_t length) 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()
326 const q31_t *ref, size_t length) 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()
398 const q31_t *ref, size_t length) in test_zdsp_scale_q31_in_place()
435 const q63_t *ref, size_t length) 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()
587 const uint32_t *ref, size_t length) in test_zdsp_and_u32()
612 const DSP_DATA uint32_t *input2, const uint32_t *ref, size_t length) in test_zdsp_and_u32_in_place()
641 const uint32_t *ref, size_t length) in test_zdsp_or_u32()
666 const DSP_DATA uint32_t *input2, const uint32_t *ref, size_t length) 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()
743 const uint32_t *ref, size_t length) in test_zdsp_xor_u32()
768 const DSP_DATA uint32_t *input2, const uint32_t *ref, size_t length) in test_zdsp_xor_u32_in_place()
796 static void test_zdsp_clip_q31(const DSP_DATA q31_t *input, const q31_t *ref, q31_t min, q31_t max, in test_zdsp_clip_q31()
824 static void test_zdsp_clip_q31_in_place(const DSP_DATA q31_t *input, const q31_t *ref, q31_t min, in test_zdsp_clip_q31_in_place()