Searched refs:vec_power_int32 (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/src/ |
D | nature_dsp_wrapper.c | 32 void vec_power_int32(const int32_t *in, int64_t *out, int rsh, uint32_t length) in vec_power_int32() function 85 vec_power_int32(ref, &norm64, RSH, block_size); in lms_iir_32()
|
D | cmsis_dsp_wrapper.c | 24 void vec_power_int32(const int32_t *in, int64_t *out, int rsh, uint32_t length) in vec_power_int32() function
|
D | math_ops.c | 79 vec_power_int32(fir_in_ref, &output, RSH, FIR_LENGTH); in test_power_int32_op()
|
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/include/ |
D | math_ops.h | 73 void vec_power_int32(const int32_t *input, int64_t *output, int rsh, uint32_t length);
|