Searched refs:arm_f64_to_f16 (Results 1 – 4 of 4) sorted by relevance
55 ARM_DSP_ATTRIBUTE void arm_f64_to_f16( in arm_f64_to_f16() function
65 target_sources(CMSISDSP PRIVATE SupportFunctions/arm_f64_to_f16.c)
85 void arm_f64_to_f16(const float64_t * pSrc, float16_t * pDst, uint32_t blockSize);
147 arm_f64_to_f16(inp, outp,this->nbSamples); in test_f64_f16()