Home
last modified time | relevance | path

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

/third_party/cmsis/CMSIS/DSP/Include/dsp/
Dsupport_functions.h261 } arm_merge_sort_instance_f32; typedef
270 const arm_merge_sort_instance_f32 * S,
281 arm_merge_sort_instance_f32 * S,
/third_party/cmsis/CMSIS/DSP/Source/SupportFunctions/
Darm_merge_sort_init_f32.c46 void arm_merge_sort_init_f32(arm_merge_sort_instance_f32 * S, arm_sort_dir dir, float32_t * buffer) in arm_merge_sort_init_f32()
Darm_merge_sort_f32.c104 const arm_merge_sort_instance_f32 * S, in arm_merge_sort_f32()