Home
last modified time | relevance | path

Searched refs:ARM_SORT_BUBBLE (Results 1 – 3 of 3) sorted by relevance

/cmsis-dsp-latest/Source/SupportFunctions/
Darm_sort_f32.c62 case ARM_SORT_BUBBLE: in arm_sort_f32()
/cmsis-dsp-latest/Include/dsp/
Dsupport_functions.h287 ARM_SORT_BUBBLE = 1, enumerator
/cmsis-dsp-latest/Testing/Source/Tests/
DSupportTestsF32.cpp171 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()