Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/
Dwls_QR_algorithm.c1310 float *pVec0 = vVec + MAX_MAT_SIZE; // pVec0[matSizeN] in unsym_QR_algorithm() local
1311 float *pVec1 = pVec0 + MAX_MAT_SIZE; // pVec1[matSizeN] in unsym_QR_algorithm()
1346 vst1_f32((float32_t *)(pVec0 + ii), sumVec); // VST1.32 {d0}, [r0] in unsym_QR_algorithm()
1348 pVec0[N_hh_it] = 0; in unsym_QR_algorithm()
1358 pVecf32 = vld1_f32((float32_t const *)(pVec0 + ii)); // VLD1.32 {d0}, [r0] in unsym_QR_algorithm()
1435 pVec0[ii] = beta * sum; in unsym_QR_algorithm()
1447 sum = vVec[jj] * pVec0[ii]; in unsym_QR_algorithm()