Searched refs:shlL (Results 1 – 4 of 4) sorted by relevance
226 int16 shlL = 0; in bts_Flt16Vec_maximizeMantisse() local232 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() local375 shlL++; in bts_Flt16Vec_mul()378 valL <<= shlL; in bts_Flt16Vec_mul()379 expL -= shlL; in bts_Flt16Vec_mul()
114 uint32 shlL = 16 - invAltL.matE.bbpE; in bim_filterWarpInterpolation() local115 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() local132 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() local447 mxxL = invAltL.matE.xxE << shlL; in bim_filterWarpPixelReplication()[all …]
868 uint32 shlL = 32 - offL; in bbf_Scanner_next() local869 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() local927 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() local960 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( src0L[ iL ] >> offL ) | ( src1L[ iL ] << shlL ); in bbf_Scanner_goToXY()
703 uint32 shlL = 32 - offL; in bbf_LocalScanner_next() local704 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() local756 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( src0L[ iL ] >> offL ) | ( src1L[ iL ] << shlL ); in bbf_LocalScanner_goToXY()