Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_TensorEm/
DRBFMap2D.c477 int32 xSumL = 0; in bts_RBFMap2D_mapVector() local
508 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()