Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_TensorEm/
DRBFMap2D.c478 int32 ySumL = 0; in bts_RBFMap2D_mapVector() local
509 ySumL += ( normL * ptrA->rbfCoeffClusterE.vecArrE[ iL ].yE ) >> shiftL; in bts_RBFMap2D_mapVector()
516 ySumL >>= internalShiftL; in bts_RBFMap2D_mapVector()
524 ySumL <<= shiftL; in bts_RBFMap2D_mapVector()
529 ySumL = ( ( ySumL >> ( -shiftL - 1 ) ) + 1 ) >> 1; in bts_RBFMap2D_mapVector()
534 outYL += ySumL; in bts_RBFMap2D_mapVector()