Searched refs:arm_f16_to_q15 (Results 1 – 4 of 4) sorted by relevance
66 ARM_DSP_ATTRIBUTE void arm_f16_to_q15( in arm_f16_to_q15() function98 ARM_DSP_ATTRIBUTE void arm_f16_to_q15( in arm_f16_to_q15() function
15 SupportFunctions/arm_f16_to_q15.c58 target_sources(CMSISDSP PRIVATE SupportFunctions/arm_f16_to_q15.c)
67 void arm_f16_to_q15(const float16_t * pSrc, q15_t * pDst, uint32_t blockSize);
77 arm_f16_to_q15(inp, outp,this->nbSamples); in test_f16_q15()