Searched refs:pPivotRowDst (Results 1 – 3 of 3) sorted by relevance
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Source/MatrixFunctions/ |
D | arm_mat_inverse_f32.c | 81 …float32_t *pPivotRowIn, *pPRT_in, *pPivotRowDst, *pPRT_pDst; /* Temporary input and output data… in arm_mat_inverse_f32() local 334 pPivotRowDst = pOut + (l * numCols); in arm_mat_inverse_f32() 340 pOutT1 = pPivotRowDst; in arm_mat_inverse_f32() 444 pPRT_pDst = pPivotRowDst; in arm_mat_inverse_f32() 579 …float32_t *pPivotRowIn, *pPRT_in, *pPivotRowDst, *pPRT_pDst; /* Temporary input and output data m… in arm_mat_inverse_f32() local 759 pPivotRowDst = pOut + (l * numCols); in arm_mat_inverse_f32() 763 pInT2 = pPivotRowDst; in arm_mat_inverse_f32() 865 pPRT_pDst = pPivotRowDst; in arm_mat_inverse_f32() 983 …float32_t *pPivotRowIn, *pPRT_in, *pPivotRowDst, *pPRT_pDst; /* Temporary input and output data m… local 1167 pPivotRowDst = pOut + (l * numCols); [all …]
|
D | arm_mat_inverse_f64.c | 59 …float64_t *pPivotRowIn, *pPRT_in, *pPivotRowDst, *pPRT_pDst; /* Temporary input and output data m… local 243 pPivotRowDst = pOut + (l * numCols); 247 pInT2 = pPivotRowDst; 313 pPRT_pDst = pPivotRowDst; 531 pPivotRowDst = pOut + (l * numCols); 535 pOutT1 = pPivotRowDst; 581 pPRT_pDst = pPivotRowDst;
|
D | arm_mat_inverse_f16.c | 63 …float16_t *pPivotRowIn, *pPRT_in, *pPivotRowDst, *pPRT_pDst; /* Temporary input and output data… in arm_mat_inverse_f16() local 316 pPivotRowDst = pOut + (l * numCols); in arm_mat_inverse_f16() 322 pOutT1 = pPivotRowDst; in arm_mat_inverse_f16() 426 pPRT_pDst = pPivotRowDst; in arm_mat_inverse_f16() 561 …float16_t *pPivotRowIn, *pPRT_in, *pPivotRowDst, *pPRT_pDst; /* Temporary input and output data m… in arm_mat_inverse_f16() local 740 pPivotRowDst = pOut + (l * numCols); in arm_mat_inverse_f16() 744 pInT2 = pPivotRowDst; in arm_mat_inverse_f16() 810 pPRT_pDst = pPivotRowDst; in arm_mat_inverse_f16()
|