Lines Matching defs:ref
21 const q7_t *ref, size_t length) in test_zdsp_add_q7()
54 const q7_t *ref, size_t length) in test_zdsp_add_q7_in_place()
90 const q7_t *ref, size_t length) in test_zdsp_sub_q7()
123 const q7_t *ref, size_t length) in test_zdsp_sub_q7_in_place()
159 const q7_t *ref, size_t length) in test_zdsp_mult_q7()
192 const q7_t *ref, size_t length) in test_zdsp_mult_q7_in_place()
225 static void test_zdsp_negate_q7(const DSP_DATA q7_t *input1, const q7_t *ref, size_t length) in test_zdsp_negate_q7()
255 static void test_zdsp_negate_q7_in_place(const DSP_DATA q7_t *input1, const q7_t *ref, in test_zdsp_negate_q7_in_place()
289 static void test_zdsp_offset_q7(const DSP_DATA q7_t *input1, q7_t scalar, const q7_t *ref, in test_zdsp_offset_q7()
322 static void test_zdsp_offset_q7_in_place(const DSP_DATA q7_t *input1, q7_t scalar, const q7_t *ref, in test_zdsp_offset_q7_in_place()
358 static void test_zdsp_scale_q7(const DSP_DATA q7_t *input1, q7_t scalar, const q7_t *ref, in test_zdsp_scale_q7()
390 static void test_zdsp_scale_q7_in_place(const DSP_DATA q7_t *input1, q7_t scalar, const q7_t *ref, in test_zdsp_scale_q7_in_place()
425 const q31_t *ref, size_t length) in test_zdsp_dot_prod_q7()
455 static void test_zdsp_abs_q7(const DSP_DATA q7_t *input1, const q7_t *ref, size_t length) in test_zdsp_abs_q7()
484 static void test_zdsp_abs_q7_in_place(const DSP_DATA q7_t *input1, const q7_t *ref, size_t length) in test_zdsp_abs_q7_in_place()
515 static void test_zdsp_shift_q7(const DSP_DATA q7_t *input1, const q7_t *ref, size_t length) in test_zdsp_shift_q7()
543 static void test_zdsp_shift_q7_in_place(const DSP_DATA q7_t *input1, const q7_t *ref, size_t length) in test_zdsp_shift_q7_in_place()
575 const uint8_t *ref, size_t length) in test_zdsp_and_u8()
600 const DSP_DATA uint8_t *input2, const uint8_t *ref, size_t length) in test_zdsp_and_u8_in_place()
629 const uint8_t *ref, size_t length) in test_zdsp_or_u8()
654 const uint8_t *ref, size_t length) in test_zdsp_or_u8_in_place()
679 static void test_zdsp_not_u8(const DSP_DATA uint8_t *input1, const uint8_t *ref, size_t length) in test_zdsp_not_u8()
703 static void test_zdsp_not_u8_in_place(const DSP_DATA uint8_t *input1, const uint8_t *ref, in test_zdsp_not_u8_in_place()
730 const uint8_t *ref, size_t length) in test_zdsp_xor_u8()
755 const DSP_DATA uint8_t *input2, const uint8_t *ref, size_t length) in test_zdsp_xor_u8_in_place()
783 static void test_zdsp_clip_q7(const DSP_DATA q7_t *input, const q7_t *ref, q7_t min, q7_t max, in test_zdsp_clip_q7()
811 static void test_zdsp_clip_q7_in_place(const DSP_DATA q7_t *input, const q7_t *ref, q7_t min, in test_zdsp_clip_q7_in_place()