Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/
Dwls_processing.c901 unsigned int tempValI, tempValQ, tempValLd; in detectPhaseJump() local
933 tempValLd = cosTablePtr[idx]; in detectPhaseJump()
934 cosPhi = (tempValLd & 0xffff); in detectPhaseJump()
935 sinPhi = (tempValLd >> 16); in detectPhaseJump()
1280 unsigned int tempValLd, tempValSt; local
1407 tempValLd = cosTablePtr[idx];
1408 cosPhi1 = (tempValLd & 0xffff);
1409 sinPhi1 = (tempValLd >> 16);
1413 tempValLd = cosTablePtr[idx];
1414 cosPhi2 = (tempValLd & 0xffff);
[all …]