HomeSort by relevance Sort by last modified time
    Searched refs:shlL (Results 1 - 4 of 4) sorted by null

  /external/neven/Embedded/common/src/b_TensorEm/
Flt16Vec.c 226 int16 shlL = 0;
232 shlL++;
236 if( shlL > 0 )
241 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] <<= shlL;
242 ptrA->expE -= shlL;
371 int32 shlL = 0;
375 shlL++;
378 valL <<= shlL;
379 expL -= shlL;
  /external/neven/Embedded/common/src/b_ImageEm/
Functions.c 114 uint32 shlL = 16 - invAltL.matE.bbpE;
115 mxxL = invAltL.matE.xxE << shlL;
116 mxyL = invAltL.matE.xyE << shlL;
117 myxL = invAltL.matE.yxE << shlL;
118 myyL = invAltL.matE.yyE << shlL;
131 uint32 shlL = 16 - invAltL.vecE.bbpE;
132 txL = invAltL.vecE.xE << shlL;
133 tyL = invAltL.vecE.yE << shlL;
446 uint32 shlL = 16 - invAltL.matE.bbpE;
447 mxxL = invAltL.matE.xxE << shlL;
    [all...]
  /external/neven/Embedded/common/src/b_BitFeatureEm/
Scanner.c 868 uint32 shlL = 32 - offL;
869 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( dstL[ iL ] >> 1 ) | ( srcL[ iL ] << shlL );
926 uint32 shlL = 32 - offL;
927 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( dstL[ iL ] >> 1 ) | ( srcL[ iL ] << shlL );
959 uint32 shlL = 32 - offL;
960 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( src0L[ iL ] >> offL ) | ( src1L[ iL ] << shlL );
    [all...]
LocalScanner.c 703 uint32 shlL = 32 - offL;
704 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( dstL[ iL ] >> 1 ) | ( srcL[ iL ] << shlL );
755 uint32 shlL = 32 - offL;
756 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( src0L[ iL ] >> offL ) | ( src1L[ iL ] << shlL );

Completed in 297 milliseconds