Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_inverse_f32.c79 float32_t *pInT1, *pInT2; /* Temporary input data matrix pointer */ in arm_mat_inverse_f32() local
227 pInT2 = pInT1 + (numCols * i); in arm_mat_inverse_f32()
233 if (*pInT2 != 0.0f) in arm_mat_inverse_f32()
241 pTmpB = pInT2; in arm_mat_inverse_f32()
274 pInT2 += numCols - l; in arm_mat_inverse_f32()
524 pInT2 += blkCnt; in arm_mat_inverse_f32()
577 float32_t *pInT1, *pInT2; /* Temporary input data matrix pointer */ in arm_mat_inverse_f32() local
704 pInT2 = pInT1 + (numCols * i); in arm_mat_inverse_f32()
709 if (*pInT2 != 0.0f) in arm_mat_inverse_f32()
718 Xchg = *pInT2; in arm_mat_inverse_f32()
[all …]
Darm_mat_inverse_f64.c57 float64_t *pInT1, *pInT2; /* Temporary input data matrix pointer */ local
187 pInT2 = pInT1 + (numCols * i);
192 if (*pInT2 != 0.0)
201 Xchg = *pInT2;
202 *pInT2++ = *pInT1;
247 pInT2 = pPivotRowDst;
274 in1 = *pInT2;
275 *pInT2++ = in1 / in;
286 pInT2 = pOut;
304 pInT2 += numCols;
[all …]
Darm_mat_inverse_f16.c61 float16_t *pInT1, *pInT2; /* Temporary input data matrix pointer */ in arm_mat_inverse_f16() local
209 pInT2 = pInT1 + (numCols * i); in arm_mat_inverse_f16()
215 if (*pInT2 != 0.0f16) in arm_mat_inverse_f16()
223 pTmpB = pInT2; in arm_mat_inverse_f16()
256 pInT2 += numCols - l; in arm_mat_inverse_f16()
506 pInT2 += blkCnt; in arm_mat_inverse_f16()
559 float16_t *pInT1, *pInT2; /* Temporary input data matrix pointer */ in arm_mat_inverse_f16() local
686 pInT2 = pInT1 + (numCols * i); in arm_mat_inverse_f16()
691 if (*pInT2 != 0.0f16) in arm_mat_inverse_f16()
700 Xchg = *pInT2; in arm_mat_inverse_f16()
[all …]