Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/
Dwls_processing.c207 int zerosX, shift, shiftBack, idx, offset; in mySqrtLut() local
213 shiftBack = (shift+1)>>1; in mySqrtLut()
214 if(shiftBack>0){ in mySqrtLut()
215 idx = x>>(2*shiftBack); in mySqrtLut()
216 offset = x-(idx<<(2*shiftBack)); in mySqrtLut()
218 y *=(1<<(2*shiftBack))-offset; in mySqrtLut()
222 shiftBack -=(2*shiftBack)+MY_SQRT_BIPT-(TABLE_SIZE_POW>>1); in mySqrtLut()
225 idx = x<<(-2*shiftBack); in mySqrtLut()
227 shiftBack -=MY_SQRT_BIPT-(TABLE_SIZE_POW>>1); in mySqrtLut()
229 if(shiftBack>0){ in mySqrtLut()
[all …]