Searched refs:arm_weighted_average_f32 (Results 1 – 6 of 6) sorted by relevance
/cmsis-dsp-latest/Source/SupportFunctions/ |
D | arm_weighted_average_f32.c | 55 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
|
D | Config.cmake | 49 SupportFunctions/arm_weighted_average_f32.c
|
/cmsis-dsp-latest/Testing/Source/Benchmarks/ |
D | SupportF32.cpp | 32 arm_weighted_average_f32(this->pSrc, this->pWeights,this->nbSamples); in test_weighted_average_f32()
|
/cmsis-dsp-latest/Include/dsp/ |
D | support_functions.h | 511 float32_t arm_weighted_average_f32(const float32_t *in
|
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/ |
D | cmsisdsp_support.c | 922 dst=arm_weighted_average_f32(pSrcA_converted,pSrcB_converted,blockSize); in cmsis_arm_weighted_average_f32()
|
/cmsis-dsp-latest/Testing/Source/Tests/ |
D | SupportTestsF32.cpp | 23 *outp=arm_weighted_average_f32(inp, coefsp,this->nbSamples); in test_weighted_average_f32()
|