Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/DistanceFunctions/
Darm_boolean_distance_template.h101 uint32_t a, b, ba, bb; in FUNC() local
154 bb = b & 1; in FUNC()
159 _ctt += (ba && bb); in FUNC()
162 _cff += ((1 ^ ba) && (1 ^ bb)); in FUNC()
165 _ctf += (ba && (1 ^ bb)); in FUNC()
168 _cft += ((1 ^ ba) && bb); in FUNC()
185 bb = b & 1; in FUNC()
190 _ctt += (ba && bb); in FUNC()
193 _cff += ((1 ^ ba) && (1 ^ bb)); in FUNC()
196 _ctf += (ba && (1 ^ bb)); in FUNC()
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/
Dwls_processing.c626 int ii, jj, kk, bb; in readHexDataDemodulateProcessVhtHeNg1() local
805 for (bb = 0; bb < numBands; bb++) { in readHexDataDemodulateProcessVhtHeNg1()
807 writePtr = (short*)(fftInBfr + ifftSizeOsf*(jj + ii*nRx) + bb * 256); in readHexDataDemodulateProcessVhtHeNg1()
810 writePtr = (short*)(fftInBfr + ifftSizeOsf*(jj + bb* nRx + ii*nRx*numBands)); in readHexDataDemodulateProcessVhtHeNg1()
847 writePtr = (short*)(fftInBfr + ifftSizeOsf*(jj + ii*nRx) + bb * 256 + scStart2); in readHexDataDemodulateProcessVhtHeNg1()
849 writePtr = (short*)(fftInBfr + ifftSizeOsf*(jj + bb* nRx + ii*nRx*numBands) + scStart2); in readHexDataDemodulateProcessVhtHeNg1()
878 phaseRollPtr[(jj + bb* nRx + ii*nRx*numBands)] = myAtan2(myStack[2], myStack[3]); in readHexDataDemodulateProcessVhtHeNg1()
1275 int ii, jj, kk, bb; local
1424 for (bb = 0; bb < numBands; bb++){
1425 readPtr = fftInBuffer + bb*fftSize + bufferspacing*(jj + ii*nRx);