Lines Matching defs:pSrc

22 void PQ_VectorLnF32(float *pSrc, float *pDst, int32_t length)  in PQ_VectorLnF32()
47 void PQ_VectorInvF32(float *pSrc, float *pDst, int32_t length) in PQ_VectorInvF32()
72 void PQ_VectorSqrtF32(float *pSrc, float *pDst, int32_t length) in PQ_VectorSqrtF32()
97 void PQ_VectorInvSqrtF32(float *pSrc, float *pDst, int32_t length) in PQ_VectorInvSqrtF32()
122 void PQ_VectorEtoxF32(float *pSrc, float *pDst, int32_t length) in PQ_VectorEtoxF32()
147 void PQ_VectorEtonxF32(float *pSrc, float *pDst, int32_t length) in PQ_VectorEtonxF32()
172 void PQ_VectorSinF32(float *pSrc, float *pDst, int32_t length) in PQ_VectorSinF32()
197 void PQ_VectorCosF32(float *pSrc, float *pDst, int32_t length) in PQ_VectorCosF32()
222 void PQ_VectorLnFixed32(int32_t *pSrc, int32_t *pDst, int32_t length) in PQ_VectorLnFixed32()
244 void PQ_VectorInvFixed32(int32_t *pSrc, int32_t *pDst, int32_t length) in PQ_VectorInvFixed32()
266 void PQ_VectorSqrtFixed32(int32_t *pSrc, int32_t *pDst, int32_t length) in PQ_VectorSqrtFixed32()
288 void PQ_VectorInvSqrtFixed32(int32_t *pSrc, int32_t *pDst, int32_t length) in PQ_VectorInvSqrtFixed32()
310 void PQ_VectorEtoxFixed32(int32_t *pSrc, int32_t *pDst, int32_t length) in PQ_VectorEtoxFixed32()
332 void PQ_VectorEtonxFixed32(int32_t *pSrc, int32_t *pDst, int32_t length) in PQ_VectorEtonxFixed32()
354 void PQ_VectorSinQ31(int32_t *pSrc, int32_t *pDst, int32_t length) in PQ_VectorSinQ31()
449 void PQ_VectorCosQ31(int32_t *pSrc, int32_t *pDst, int32_t length) in PQ_VectorCosQ31()
544 void PQ_VectorLnFixed16(int16_t *pSrc, int16_t *pDst, int32_t length) in PQ_VectorLnFixed16()
566 void PQ_VectorInvFixed16(int16_t *pSrc, int16_t *pDst, int32_t length) in PQ_VectorInvFixed16()
588 void PQ_VectorSqrtFixed16(int16_t *pSrc, int16_t *pDst, int32_t length) in PQ_VectorSqrtFixed16()
610 void PQ_VectorInvSqrtFixed16(int16_t *pSrc, int16_t *pDst, int32_t length) in PQ_VectorInvSqrtFixed16()
632 void PQ_VectorEtoxFixed16(int16_t *pSrc, int16_t *pDst, int32_t length) in PQ_VectorEtoxFixed16()
654 void PQ_VectorEtonxFixed16(int16_t *pSrc, int16_t *pDst, int32_t length) in PQ_VectorEtonxFixed16()
676 void PQ_VectorSinQ15(int16_t *pSrc, int16_t *pDst, int32_t length) in PQ_VectorSinQ15()
772 void PQ_VectorCosQ15(int16_t *pSrc, int16_t *pDst, int32_t length) in PQ_VectorCosQ15()