Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Source/SupportFunctions/
Darm_f64_to_f16.c55 ARM_DSP_ATTRIBUTE void arm_f64_to_f16( in arm_f64_to_f16() function
DConfig.cmake65 target_sources(CMSISDSP PRIVATE SupportFunctions/arm_f64_to_f16.c)
/cmsis-dsp-latest/Include/dsp/
Dsupport_functions_f16.h85 void arm_f64_to_f16(const float64_t * pSrc, float16_t * pDst, uint32_t blockSize);
/cmsis-dsp-latest/Testing/Source/Tests/
DSupportTestsF16.cpp147 arm_f64_to_f16(inp, outp,this->nbSamples); in test_f64_f16()