Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/powerquad/
Dfsl_powerquad_math.c560 PQ_StartVectorFixed16(pSrc, pDst, length); in PQ_VectorLnFixed16()
582 PQ_StartVectorFixed16(pSrc, pDst, length); in PQ_VectorInvFixed16()
604 PQ_StartVectorFixed16(pSrc, pDst, length); in PQ_VectorSqrtFixed16()
626 PQ_StartVectorFixed16(pSrc, pDst, length); in PQ_VectorInvSqrtFixed16()
648 PQ_StartVectorFixed16(pSrc, pDst, length); in PQ_VectorEtoxFixed16()
670 PQ_StartVectorFixed16(pSrc, pDst, length); in PQ_VectorEtonxFixed16()
Dfsl_powerquad_filter.c85 PQ_StartVectorFixed16(pSrc, pDst, length); in PQ_VectorBiquadDf2Fixed16()
184 PQ_StartVectorFixed16(&pSrc[remainderBy8], &pDst[remainderBy8], length); in PQ_VectorBiquadCascadeDf2Fixed16()
Dfsl_powerquad.h428 #define PQ_StartVectorFixed16(PSRC, PDST, LENGTH) \ macro