Searched refs:vec_power_int16 (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/include/ |
D | math_ops.h | 47 void vec_power_int16(const int16_t *input, int64_t *output, int rsh, uint32_t length);
|
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/src/ |
D | cmsis_dsp_wrapper.c | 18 void vec_power_int16(const int16_t *in, int64_t *out, int rsh, uint32_t length) in vec_power_int16() function
|
D | nature_dsp_wrapper.c | 26 void vec_power_int16(const int16_t *in, int64_t *out, int rsh, uint32_t length) in vec_power_int16() function
|
D | math_ops.c | 57 vec_power_int16(in_a, &output, 0, VEC_LENGTH); in test_power_int16_op()
|