Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_inverse_f16.c67 float16_t *pTmpA, *pTmpB; in arm_mat_inverse_f16() local
222 pTmpA = pInT1; in arm_mat_inverse_f16()
228 vecA = vldrhq_f16(pTmpA); in arm_mat_inverse_f16()
231 vstrhq_f16(pTmpA, vecB); in arm_mat_inverse_f16()
233 pTmpA += 8; in arm_mat_inverse_f16()
249 vecA = vldrhq_f16(pTmpA); in arm_mat_inverse_f16()
252 vstrhq_p_f16(pTmpA, vecB, p0); in arm_mat_inverse_f16()
257 pTmpA = pOutT1; in arm_mat_inverse_f16()
263 vecA = vldrhq_f16(pTmpA); in arm_mat_inverse_f16()
266 vstrhq_f16(pTmpA, vecB); in arm_mat_inverse_f16()
[all …]
Darm_mat_inverse_f32.c85 float32_t *pTmpA, *pTmpB; in arm_mat_inverse_f32() local
240 pTmpA = pInT1; in arm_mat_inverse_f32()
246 vecA = vldrwq_f32(pTmpA); in arm_mat_inverse_f32()
249 vstrwq_f32(pTmpA, vecB); in arm_mat_inverse_f32()
251 pTmpA += 4; in arm_mat_inverse_f32()
267 vecA = vldrwq_f32(pTmpA); in arm_mat_inverse_f32()
270 vstrwq_p_f32(pTmpA, vecB, p0); in arm_mat_inverse_f32()
275 pTmpA = pOutT1; in arm_mat_inverse_f32()
281 vecA = vldrwq_f32(pTmpA); in arm_mat_inverse_f32()
284 vstrwq_f32(pTmpA, vecB); in arm_mat_inverse_f32()
[all …]