Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Testing/Source/Tests/
DSupportTestsF32.cpp124 arm_sort_init_f32(&S, ARM_SORT_BITONIC, ARM_SORT_ASCENDING); in test_bitonic_sort_out_f32()
139 arm_sort_init_f32(&S, ARM_SORT_BITONIC, ARM_SORT_ASCENDING); in test_bitonic_sort_in_f32()
155 arm_sort_init_f32(&S, ARM_SORT_BITONIC, ARM_SORT_ASCENDING); in test_bitonic_sort_const_f32()
171 arm_sort_init_f32(&S, ARM_SORT_BUBBLE, ARM_SORT_ASCENDING); in test_bubble_sort_out_f32()
186 arm_sort_init_f32(&S, ARM_SORT_BUBBLE, ARM_SORT_ASCENDING); in test_bubble_sort_in_f32()
202 arm_sort_init_f32(&S, ARM_SORT_BUBBLE, ARM_SORT_ASCENDING); in test_bubble_sort_const_f32()
218 arm_sort_init_f32(&S, ARM_SORT_HEAP, ARM_SORT_ASCENDING); in test_heap_sort_out_f32()
233 arm_sort_init_f32(&S, ARM_SORT_HEAP, ARM_SORT_ASCENDING); in test_heap_sort_in_f32()
248 arm_sort_init_f32(&S, ARM_SORT_HEAP, ARM_SORT_ASCENDING); in test_heap_sort_const_f32()
264 arm_sort_init_f32(&S, ARM_SORT_INSERTION, ARM_SORT_ASCENDING); in test_insertion_sort_out_f32()
[all …]
/cmsis-dsp-latest/Source/SupportFunctions/
Darm_sort_init_f32.c46 ARM_DSP_ATTRIBUTE void arm_sort_init_f32(arm_sort_instance_f32 * S, arm_sort_alg alg, arm_sort_dir … in arm_sort_init_f32() function
DConfig.cmake48 SupportFunctions/arm_sort_init_f32.c
/cmsis-dsp-latest/PythonWrapper/examples/
Dtestdsp6.py27 dsp.arm_sort_init_f32(sortinst,mode,SORT_ASCENDING)
39 dsp.arm_sort_init_f32(sortinst,mode,SORT_DESCENDING)
/cmsis-dsp-latest/Include/dsp/
Dsupport_functions.h336 void arm_sort_init_f32(
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/
Dcmsisdsp_support.c135 arm_sort_init_f32(selfS->instance,alg,dir); in cmsis_arm_sort_init_f32()