Home
last modified time | relevance | path

Searched refs:arm_sort_f32 (Results 1 – 6 of 6) sorted by relevance

/cmsis-dsp-3.7.0-3.6.0/Testing/Source/Tests/
DSupportTestsF32.cpp126 arm_sort_f32(&S,inp,outp,this->nbSamples); in test_bitonic_sort_out_f32()
141 arm_sort_f32(&S,inp,inp,this->nbSamples); in test_bitonic_sort_in_f32()
157 arm_sort_f32(&S,inp,outp,this->nbSamples); in test_bitonic_sort_const_f32()
173 arm_sort_f32(&S,inp,outp,this->nbSamples); in test_bubble_sort_out_f32()
188 arm_sort_f32(&S,inp,inp,this->nbSamples); in test_bubble_sort_in_f32()
204 arm_sort_f32(&S,inp,outp,this->nbSamples); in test_bubble_sort_const_f32()
220 arm_sort_f32(&S,inp,outp,this->nbSamples); in test_heap_sort_out_f32()
235 arm_sort_f32(&S,inp,inp,this->nbSamples); in test_heap_sort_in_f32()
250 arm_sort_f32(&S,inp,outp,this->nbSamples); in test_heap_sort_const_f32()
266 arm_sort_f32(&S,inp,outp,this->nbSamples); in test_insertion_sort_out_f32()
[all …]
/cmsis-dsp-3.7.0-3.6.0/Source/SupportFunctions/
Darm_sort_f32.c50 void arm_sort_f32( in arm_sort_f32() function
DConfig.cmake47 SupportFunctions/arm_sort_f32.c
/cmsis-dsp-3.7.0-3.6.0/PythonWrapper/examples/
Dtestdsp6.py28 res=dsp.arm_sort_f32(sortinst,a)
40 res=dsp.arm_sort_f32(sortinst,a)
/cmsis-dsp-3.7.0-3.6.0/Include/dsp/
Dsupport_functions.h325 void arm_sort_f32(
/cmsis-dsp-3.7.0-3.6.0/PythonWrapper/cmsisdsp_pkg/src/
Dcmsisdsp_support.c162 arm_sort_f32(selfS->instance,pSrc_converted,pDst,blockSize); in cmsis_arm_sort_f32()