Searched refs:pPRT_pDst (Results 1 – 3 of 3) sorted by relevance
/third_party/cmsis/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 444 pPRT_pDst = pPivotRowDst; in arm_mat_inverse_f32() 499 vec2 = vldrwq_f32(pPRT_pDst); in arm_mat_inverse_f32() 502 pPRT_pDst += 4; in arm_mat_inverse_f32() 520 vec2 = vldrwq_f32(pPRT_pDst); 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 865 pPRT_pDst = pPivotRowDst; in arm_mat_inverse_f32() 909 vec2 = vld1q_f32(pPRT_pDst); in arm_mat_inverse_f32() 912 pPRT_pDst += 4; in arm_mat_inverse_f32() 927 *pInT2++ = in1 - (in * *pPRT_pDst++); in arm_mat_inverse_f32() [all …]
|
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 426 pPRT_pDst = pPivotRowDst; in arm_mat_inverse_f16() 481 vec2 = vldrhq_f16(pPRT_pDst); in arm_mat_inverse_f16() 484 pPRT_pDst += 8; in arm_mat_inverse_f16() 502 vec2 = vldrhq_f16(pPRT_pDst); 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 810 pPRT_pDst = pPivotRowDst; in arm_mat_inverse_f16() 836 *pInT2++ = in1 - (in * *pPRT_pDst++); in arm_mat_inverse_f16()
|
D | arm_mat_inverse_f64.c | 59 …float64_t *pPivotRowIn, *pPRT_in, *pPivotRowDst, *pPRT_pDst; /* Temporary input and output data m… local 313 pPRT_pDst = pPivotRowDst; 339 *pInT2++ = in1 - (in * *pPRT_pDst++); 581 pPRT_pDst = pPivotRowDst; 599 *pOutT1 = *pOutT1 - (in * *pPRT_pDst++);
|