Searched refs:arm_sort_init_f32 (Results 1 – 6 of 6) sorted by relevance
/cmsis-dsp-latest/Testing/Source/Tests/ |
D | SupportTestsF32.cpp | 124 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/ |
D | arm_sort_init_f32.c | 46 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
|
D | Config.cmake | 48 SupportFunctions/arm_sort_init_f32.c
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | testdsp6.py | 27 dsp.arm_sort_init_f32(sortinst,mode,SORT_ASCENDING) 39 dsp.arm_sort_init_f32(sortinst,mode,SORT_DESCENDING)
|
/cmsis-dsp-latest/Include/dsp/ |
D | support_functions.h | 336 void arm_sort_init_f32(
|
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/ |
D | cmsisdsp_support.c | 135 arm_sort_init_f32(selfS->instance,alg,dir); in cmsis_arm_sort_init_f32()
|