Searched refs:arm_f16_to_f64 (Results 1 – 4 of 4) sorted by relevance
50 ARM_DSP_ATTRIBUTE void arm_f16_to_f64( in arm_f16_to_f64() function
64 target_sources(CMSISDSP PRIVATE SupportFunctions/arm_f16_to_f64.c)
94 void arm_f16_to_f64(const float16_t * pSrc, float64_t * pDst, uint32_t blockSize);
105 arm_f16_to_f64(inp, outp,this->nbSamples); in test_f16_f64()