Home
last modified time | relevance | path

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

/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/src/
Dnature_dsp_wrapper.c32 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()
Dcmsis_dsp_wrapper.c24 void vec_power_int32(const int32_t *in, int64_t *out, int rsh, uint32_t length) in vec_power_int32() function
Dmath_ops.c79 vec_power_int32(fir_in_ref, &output, RSH, FIR_LENGTH); in test_power_int32_op()
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/include/
Dmath_ops.h73 void vec_power_int32(const int32_t *input, int64_t *output, int rsh, uint32_t length);