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

Functions

static void tpt_heapify_f32 (f32_t *aData, uint32_t aIndex, uint32_t aCount, bool aDir)
 
void tpt_heap_sort_f32 (f32_t *aOutData, const f32_t *aInData, uint32_t aCount, bool aDir)
 Floating point heap sort. More...
 

Function Documentation

◆ tpt_heapify_f32()

static void tpt_heapify_f32 ( f32_t aData,
uint32_t  aIndex,
uint32_t  aCount,
bool  aDir 
)
static