Searched refs:vec_sum_int16 (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/include/ |
D | math_ops.h | 21 void vec_sum_int16(const int16_t *input1, const int16_t *input2,
|
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/src/ |
D | cmsis_dsp_wrapper.c | 12 void vec_sum_int16(const int16_t *in_a, const int16_t *in_b, int16_t *out, uint32_t length) in vec_sum_int16() function
|
D | nature_dsp_wrapper.c | 20 void vec_sum_int16(const int16_t *in_a, const int16_t *in_b, int16_t *out, uint32_t length) in vec_sum_int16() function
|
D | math_ops.c | 38 vec_sum_int16(in_a, in_b, output, VEC_LENGTH); in test_vec_sum_int16_op()
|