Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_TensorEm/
DFlt16Vec.c226 int16 shlL = 0; in bts_Flt16Vec_maximizeMantisse() local
232 shlL++; in bts_Flt16Vec_maximizeMantisse()
236 if( shlL > 0 ) in bts_Flt16Vec_maximizeMantisse()
241 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] <<= shlL; in bts_Flt16Vec_maximizeMantisse()
242 ptrA->expE -= shlL; in bts_Flt16Vec_maximizeMantisse()
371 int32 shlL = 0; in bts_Flt16Vec_mul() local
375 shlL++; in bts_Flt16Vec_mul()
378 valL <<= shlL; in bts_Flt16Vec_mul()
379 expL -= shlL; in bts_Flt16Vec_mul()
/external/neven/Embedded/common/src/b_ImageEm/
DFunctions.c114 uint32 shlL = 16 - invAltL.matE.bbpE; in bim_filterWarpInterpolation() local
115 mxxL = invAltL.matE.xxE << shlL; in bim_filterWarpInterpolation()
116 mxyL = invAltL.matE.xyE << shlL; in bim_filterWarpInterpolation()
117 myxL = invAltL.matE.yxE << shlL; in bim_filterWarpInterpolation()
118 myyL = invAltL.matE.yyE << shlL; in bim_filterWarpInterpolation()
131 uint32 shlL = 16 - invAltL.vecE.bbpE; in bim_filterWarpInterpolation() local
132 txL = invAltL.vecE.xE << shlL; in bim_filterWarpInterpolation()
133 tyL = invAltL.vecE.yE << shlL; in bim_filterWarpInterpolation()
446 uint32 shlL = 16 - invAltL.matE.bbpE; in bim_filterWarpPixelReplication() local
447 mxxL = invAltL.matE.xxE << shlL; in bim_filterWarpPixelReplication()
[all …]
/external/neven/Embedded/common/src/b_BitFeatureEm/
DScanner.c868 uint32 shlL = 32 - offL; in bbf_Scanner_next() local
869 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( dstL[ iL ] >> 1 ) | ( srcL[ iL ] << shlL ); in bbf_Scanner_next()
926 uint32 shlL = 32 - offL; in bbf_Scanner_goToXY() local
927 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( dstL[ iL ] >> 1 ) | ( srcL[ iL ] << shlL ); in bbf_Scanner_goToXY()
959 uint32 shlL = 32 - offL; in bbf_Scanner_goToXY() local
960 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( src0L[ iL ] >> offL ) | ( src1L[ iL ] << shlL ); in bbf_Scanner_goToXY()
DLocalScanner.c703 uint32 shlL = 32 - offL; in bbf_LocalScanner_next() local
704 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( dstL[ iL ] >> 1 ) | ( srcL[ iL ] << shlL ); in bbf_LocalScanner_next()
755 uint32 shlL = 32 - offL; in bbf_LocalScanner_goToXY() local
756 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( src0L[ iL ] >> offL ) | ( src1L[ iL ] << shlL ); in bbf_LocalScanner_goToXY()