LIBML
Version 3.2.4
LIBML DSP Software Library
|
Functions | |
static void | tpt_topdown_merge (f32_t *pA, uint32_t begin, uint32_t middle, uint32_t end, f32_t *pB, uint8_t order) |
Floating point merge sort. More... | |
static void | tpt_merge_sort_core_f32 (f32_t *pB, uint32_t begin, uint32_t end, f32_t *pA, uint8_t order) |
void | tpt_merge_sort_f32 (f32_t *aOutData, f32_t *aInData, uint32_t aCount, bool aDir) |
Floating point merge sort. More... | |