Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_inverse_f32.c80 float32_t *pOutT1, *pOutT2; /* Temporary output data matrix pointer */ in arm_mat_inverse_f32() local
228 pOutT2 = pOutT1 + (numCols * i); in arm_mat_inverse_f32()
276 pTmpB = pOutT2; in arm_mat_inverse_f32()
307 pOutT2 += numCols; in arm_mat_inverse_f32()
578 float32_t *pOutT1, *pOutT2; /* Temporary output data matrix pointer */ in arm_mat_inverse_f32() local
705 pOutT2 = pOutT1 + (numCols * i); in arm_mat_inverse_f32()
732 Xchg = *pOutT2; in arm_mat_inverse_f32()
733 *pOutT2++ = *pOutT1; in arm_mat_inverse_f32()
982 float32_t *pOutT1, *pOutT2; /* Temporary output data matrix pointer */ local
1112 pOutT2 = pOutT1 + (numCols * i);
[all …]
Darm_mat_inverse_f64.c58 float64_t *pOutT1, *pOutT2; /* Temporary output data matrix pointer */ local
188 pOutT2 = pOutT1 + (numCols * i);
215 Xchg = *pOutT2;
216 *pOutT2++ = *pOutT1;
490 pOutT2 = pOutT1 + (numCols * i);
508 Xchg = *pOutT2;
509 *pOutT2++ = *pOutT1;
Darm_mat_inverse_f16.c62 float16_t *pOutT1, *pOutT2; /* Temporary output data matrix pointer */ in arm_mat_inverse_f16() local
210 pOutT2 = pOutT1 + (numCols * i); in arm_mat_inverse_f16()
258 pTmpB = pOutT2; in arm_mat_inverse_f16()
289 pOutT2 += numCols; in arm_mat_inverse_f16()
560 float16_t *pOutT1, *pOutT2; /* Temporary output data matrix pointer */ in arm_mat_inverse_f16() local
687 pOutT2 = pOutT1 + (numCols * i); in arm_mat_inverse_f16()
714 Xchg = *pOutT2; in arm_mat_inverse_f16()
715 *pOutT2++ = *pOutT1; in arm_mat_inverse_f16()