Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/
Dwls_QR_algorithm.c43 float mu, xOne, vOne, vOneSqr; in house_holder_vec() local
48 xOne = x[0]; in house_holder_vec()
74 *muPtr = xOne; in house_holder_vec()
79 mu = SQRTF(xOne * xOne + sigma); in house_holder_vec()
80 if (xOne <= 0) in house_holder_vec()
82 vOne = xOne - mu; in house_holder_vec()
86 vOne = -sigma / (xOne + mu); in house_holder_vec()