Searched defs:internalShiftL (Results 1 - 1 of 1) sorted by relevance

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

Completed in 48 milliseconds