Home
last modified time | relevance | path

Searched refs:arm_weighted_average_f16 (Results 1 – 5 of 5) sorted by relevance

/cmsis-dsp-latest/Source/SupportFunctions/
Darm_weighted_average_f16.c69 ARM_DSP_ATTRIBUTE float16_t arm_weighted_average_f16(const float16_t *in,const float16_t *weigths, … in arm_weighted_average_f16() function
116 ARM_DSP_ATTRIBUTE float16_t arm_weighted_average_f16(const float16_t *in, const float16_t *weigths,… in arm_weighted_average_f16() function
DConfig.cmake62 target_sources(CMSISDSP PRIVATE SupportFunctions/arm_weighted_average_f16.c)
/cmsis-dsp-latest/Include/dsp/
Dsupport_functions_f16.h122 float16_t arm_weighted_average_f16(const float16_t *in
/cmsis-dsp-latest/Testing/Source/Benchmarks/
DSupportF16.cpp28 arm_weighted_average_f16(this->pSrc, this->pWeights,this->nbSamples); in test_weighted_average_f16()
/cmsis-dsp-latest/Testing/Source/Tests/
DSupportTestsF16.cpp31 *outp=arm_weighted_average_f16(inp, coefsp,this->nbSamples); in test_weighted_average_f16()