Home
last modified time | relevance | path

Searched refs:ARM_SORT_ASCENDING (Results 1 – 2 of 2) 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/Include/dsp/
Dsupport_functions.h306 ARM_SORT_ASCENDING = 1 enumerator