Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Source/SupportFunctions/
Darm_q15_to_f16.c62 ARM_DSP_ATTRIBUTE void arm_q15_to_f16( in arm_q15_to_f16() function
98 ARM_DSP_ATTRIBUTE void arm_q15_to_f16( in arm_q15_to_f16() function
DConfig.cmake59 target_sources(CMSISDSP PRIVATE SupportFunctions/arm_q15_to_f16.c)
/cmsis-dsp-latest/Include/dsp/
Dsupport_functions_f16.h76 void arm_q15_to_f16(const q15_t * pSrc, float16_t * pDst, uint32_t blockSize);
/cmsis-dsp-latest/Testing/Source/Benchmarks/
DSupportF16.cpp17 arm_q15_to_f16(this->pSrcQ15,this->pDst,this->nbSamples); in test_q15_to_f16()
/cmsis-dsp-latest/Testing/Source/Tests/
DSupportTestsF16.cpp119 arm_q15_to_f16(inp, outp,this->nbSamples); in test_q15_f16()