Searched refs:pOutT1 (Results 1 – 3 of 3) sorted by relevance
80 float32_t *pOutT1, *pOutT2; /* Temporary output data matrix pointer */ in arm_mat_inverse_f32() local142 pOutT1 = pOut; in arm_mat_inverse_f32()158 *pOutT1++ = 0.0f; in arm_mat_inverse_f32()164 *pOutT1++ = 1.0f; in arm_mat_inverse_f32()171 *pOutT1++ = 0.0f; in arm_mat_inverse_f32()207 pOutT1 = pOut + (l * numCols); in arm_mat_inverse_f32()228 pOutT2 = pOutT1 + (numCols * i); in arm_mat_inverse_f32()275 pTmpA = pOutT1; in arm_mat_inverse_f32()306 pOutT1 += numCols; in arm_mat_inverse_f32()340 pOutT1 = pPivotRowDst; in arm_mat_inverse_f32()[all …]
58 float64_t *pOutT1, *pOutT2; /* Temporary output data matrix pointer */ local121 pOutT1 = pOut;133 *pOutT1++ = 0.0;138 *pOutT1++ = 1.0;144 *pOutT1++ = 0.0;172 pOutT1 = pOut + (l * numCols);188 pOutT2 = pOutT1 + (numCols * i);216 *pOutT2++ = *pOutT1;217 *pOutT1++ = Xchg;426 pOutT1 = pOut;[all …]
62 float16_t *pOutT1, *pOutT2; /* Temporary output data matrix pointer */ in arm_mat_inverse_f16() local124 pOutT1 = pOut; in arm_mat_inverse_f16()140 *pOutT1++ = 0.0f16; in arm_mat_inverse_f16()146 *pOutT1++ = 1.0f16; in arm_mat_inverse_f16()153 *pOutT1++ = 0.0f16; in arm_mat_inverse_f16()189 pOutT1 = pOut + (l * numCols); in arm_mat_inverse_f16()210 pOutT2 = pOutT1 + (numCols * i); in arm_mat_inverse_f16()257 pTmpA = pOutT1; in arm_mat_inverse_f16()288 pOutT1 += numCols; in arm_mat_inverse_f16()322 pOutT1 = pPivotRowDst; in arm_mat_inverse_f16()[all …]