Searched refs:arm_sort_f32 (Results 1 – 6 of 6) sorted by relevance
/cmsis-dsp-3.7.0-3.6.0/Testing/Source/Tests/ |
D | SupportTestsF32.cpp | 126 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/ |
D | arm_sort_f32.c | 50 void arm_sort_f32( in arm_sort_f32() function
|
D | Config.cmake | 47 SupportFunctions/arm_sort_f32.c
|
/cmsis-dsp-3.7.0-3.6.0/PythonWrapper/examples/ |
D | testdsp6.py | 28 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/ |
D | support_functions.h | 325 void arm_sort_f32(
|
/cmsis-dsp-3.7.0-3.6.0/PythonWrapper/cmsisdsp_pkg/src/ |
D | cmsisdsp_support.c | 162 arm_sort_f32(selfS->instance,pSrc_converted,pDst,blockSize); in cmsis_arm_sort_f32()
|