Home
last modified time | relevance | path

Searched refs:arm_weighted_average_f32 (Results 1 – 6 of 6) sorted by relevance

/cmsis-dsp-latest/Source/SupportFunctions/
Darm_weighted_average_f32.c55 ARM_DSP_ATTRIBUTE float32_t arm_weighted_average_f32(const float32_t *in,const float32_t *weigths, … in arm_weighted_average_f32() function
104 ARM_DSP_ATTRIBUTE float32_t arm_weighted_average_f32(const float32_t *in,const float32_t *weigths, … in arm_weighted_average_f32() function
158 ARM_DSP_ATTRIBUTE float32_t arm_weighted_average_f32(const float32_t *in, const float32_t *weigths,… in arm_weighted_average_f32() function
DConfig.cmake49 SupportFunctions/arm_weighted_average_f32.c
/cmsis-dsp-latest/Testing/Source/Benchmarks/
DSupportF32.cpp32 arm_weighted_average_f32(this->pSrc, this->pWeights,this->nbSamples); in test_weighted_average_f32()
/cmsis-dsp-latest/Include/dsp/
Dsupport_functions.h511 float32_t arm_weighted_average_f32(const float32_t *in
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/
Dcmsisdsp_support.c922 dst=arm_weighted_average_f32(pSrcA_converted,pSrcB_converted,blockSize); in cmsis_arm_weighted_average_f32()
/cmsis-dsp-latest/Testing/Source/Tests/
DSupportTestsF32.cpp23 *outp=arm_weighted_average_f32(inp, coefsp,this->nbSamples); in test_weighted_average_f32()