Home
last modified time | relevance | path

Searched refs:arm_f16_to_f64 (Results 1 – 4 of 4) sorted by relevance

/cmsis-dsp-latest/Source/SupportFunctions/
Darm_f16_to_f64.c50 ARM_DSP_ATTRIBUTE void arm_f16_to_f64( in arm_f16_to_f64() function
DConfig.cmake64 target_sources(CMSISDSP PRIVATE SupportFunctions/arm_f16_to_f64.c)
/cmsis-dsp-latest/Include/dsp/
Dsupport_functions_f16.h94 void arm_f16_to_f64(const float16_t * pSrc, float64_t * pDst, uint32_t blockSize);
/cmsis-dsp-latest/Testing/Source/Tests/
DSupportTestsF16.cpp105 arm_f16_to_f64(inp, outp,this->nbSamples); in test_f16_f64()