Searched refs:xSumL (Results 1 – 1 of 1) sorted by relevance
477 int32 xSumL = 0; in bts_RBFMap2D_mapVector() local508 xSumL += ( normL * ptrA->rbfCoeffClusterE.vecArrE[ iL ].xE ) >> shiftL; in bts_RBFMap2D_mapVector()515 xSumL >>= internalShiftL; in bts_RBFMap2D_mapVector()523 xSumL <<= shiftL; in bts_RBFMap2D_mapVector()528 xSumL = ( ( xSumL >> ( -shiftL - 1 ) ) + 1 ) >> 1; in bts_RBFMap2D_mapVector()533 outXL += xSumL; in bts_RBFMap2D_mapVector()