Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/SupportFunctions/
Darm_heap_sort_f32.c34 static void arm_heapify(float32_t * pSrc, uint32_t n, uint32_t i, uint8_t dir) in arm_heapify() function
54 arm_heapify(pSrc, n, k, dir); in arm_heapify()
104 arm_heapify(pA, blockSize, i, S->dir); in arm_heap_sort_f32()
114 arm_heapify(pA, i, 0, S->dir); in arm_heap_sort_f32()