Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Source/SupportFunctions/
Darm_sort_f32.c70 case ARM_SORT_INSERTION: in arm_sort_f32()
/cmsis-dsp-latest/Include/dsp/
Dsupport_functions.h291 ARM_SORT_INSERTION = 3, enumerator
/cmsis-dsp-latest/Testing/Source/Tests/
DSupportTestsF32.cpp264 arm_sort_init_f32(&S, ARM_SORT_INSERTION, ARM_SORT_ASCENDING); in test_insertion_sort_out_f32()
279 arm_sort_init_f32(&S, ARM_SORT_INSERTION, ARM_SORT_ASCENDING); in test_insertion_sort_in_f32()
295 arm_sort_init_f32(&S, ARM_SORT_INSERTION, ARM_SORT_ASCENDING); in test_insertion_sort_const_f32()