Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_TensorEm/
DRBFMap2D.c160 int32 internalShiftL = bbp_internalL - srcPtrA->bbpE; in bts_RBFMap2D_compute() local
175 if( internalShiftL < 0 ) in bts_RBFMap2D_compute()
177 internalShiftL = 0; in bts_RBFMap2D_compute()
232 *ptrL++ = normL << internalShiftL; in bts_RBFMap2D_compute()
274 int32 shiftL = srcPtrA->bbpE - ptrA->srcClusterE.bbpE + internalShiftL; in bts_RBFMap2D_compute()
479 int32 internalShiftL = bbp_internalL - ptrA->srcClusterE.bbpE; in bts_RBFMap2D_mapVector() local
515 xSumL >>= internalShiftL; in bts_RBFMap2D_mapVector()
516 ySumL >>= internalShiftL; in bts_RBFMap2D_mapVector()