LIBML  Version 3.2.4
LIBML DSP Software Library
Functions
tpt_sort_f32.c File Reference
#include <string.h>
#include "tpt_math.h"
Include dependency graph for tpt_sort_f32.c:

Functions

static int32_t tpt_sort_partition_f32 (f32_t *aData, int32_t aLeft, int32_t aRight, bool aDir)
 
static void tpt_sort_core_f32 (f32_t *aData, int32_t aLeft, int32_t aRight, bool aDir)
 
void tpt_sort_f32 (f32_t *aOutData, const f32_t *aInData, uint32_t aCount, bool aDir)
 Default sorting function. More...
 

Function Documentation

◆ tpt_sort_core_f32()

static void tpt_sort_core_f32 ( f32_t aData,
int32_t  aLeft,
int32_t  aRight,
bool  aDir 
)
static

◆ tpt_sort_partition_f32()

static int32_t tpt_sort_partition_f32 ( f32_t aData,
int32_t  aLeft,
int32_t  aRight,
bool  aDir 
)
static

Function: Mixed use of quick sort and insert sort