Home
last modified time | relevance | path

Searched refs:vec_power_int16 (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/include/
Dmath_ops.h47 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/
Dcmsis_dsp_wrapper.c18 void vec_power_int16(const int16_t *in, int64_t *out, int rsh, uint32_t length) in vec_power_int16() function
Dnature_dsp_wrapper.c26 void vec_power_int16(const int16_t *in, int64_t *out, int rsh, uint32_t length) in vec_power_int16() function
Dmath_ops.c57 vec_power_int16(in_a, &output, 0, VEC_LENGTH); in test_power_int16_op()