Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/
Dwls_QR_algorithm.c99 int givens_rot(float a, float b, float *cosPtr, float *lenPtr) in givens_rot() argument
105 cosPtr[0] = 1; in givens_rot()
106 cosPtr[1] = 0; in givens_rot()
114 cosPtr[1] = tempInv; in givens_rot()
115 cosPtr[0] = tempInv * r; in givens_rot()
124 cosPtr[0] = tempInv; in givens_rot()
125 cosPtr[1] = tempInv * r; in givens_rot()