Searched refs:shrL (Results 1 – 5 of 5) sorted by relevance
206 int32 shrL = expL - ptrA->vecExpE; in bts_CompactAlt_map() local207 int32 addL = ( int32 )1 << ( shrL - 1 ); in bts_CompactAlt_map()208 …) outVecA[ iL ] = ( ( int32 )outVecA[ iL ] + ( ( ( int32 )vecL[ iL ] + addL ) >> shrL ) + 1 ) >> 1; in bts_CompactAlt_map()213 int32 shrL = ptrA->vecExpE - expL; in bts_CompactAlt_map() local214 int32 addL = ( int32 )1 << ( shrL - 1 ); in bts_CompactAlt_map()215 …for( iL = 0; iL < sizeL; iL++ ) outVecA[ iL ] = ( ( ( ( int32 )outVecA[ iL ] + addL ) >> shrL ) + … in bts_CompactAlt_map()216 expL += 1 + shrL; in bts_CompactAlt_map()
355 int32 shrL = 0; in bts_Flt16Vec_mul() local359 shrL++; in bts_Flt16Vec_mul()362 if( shrL > 0 ) in bts_Flt16Vec_mul()364 valL = ( ( valL >> ( shrL - 1 ) ) + 1 ) >> 1; in bts_Flt16Vec_mul()365 expL += shrL; in bts_Flt16Vec_mul()467 uint32 shrL = ptrA->expE - srcPtrA->expE; in bts_Flt16Vec_append() local469 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( ( dstL[ iL ] >> ( shrL - 1 ) ) + 1 ) >> 1; in bts_Flt16Vec_append()475 uint32 shrL = srcPtrA->expE - ptrA->expE; in bts_Flt16Vec_append() local477 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( ( dstL[ iL ] >> ( shrL - 1 ) ) + 1 ) >> 1; in bts_Flt16Vec_append()
542 int32 shrL = maxExpL - expArrL[ iL ]; in bts_CompactMat_map() local543 if( shrL > 0 ) in bts_CompactMat_map()545 outVecA[ iL ] = ( ( outVecA[ iL ] >> ( shrL - 1 ) ) + 1 ) >> 1; in bts_CompactMat_map()
122 uint32 shrL = invAltL.matE.bbpE - 16; in bim_filterWarpInterpolation() local123 mxxL = ( ( invAltL.matE.xxE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpInterpolation()124 mxyL = ( ( invAltL.matE.xyE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpInterpolation()125 myxL = ( ( invAltL.matE.yxE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpInterpolation()126 myyL = ( ( invAltL.matE.yyE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpInterpolation()137 uint32 shrL = invAltL.vecE.bbpE - 16; in bim_filterWarpInterpolation() local138 txL = ( ( invAltL.vecE.xE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpInterpolation()139 tyL = ( ( invAltL.vecE.yE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpInterpolation()454 uint32 shrL = invAltL.matE.bbpE - 16; in bim_filterWarpPixelReplication() local455 mxxL = ( ( invAltL.matE.xxE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpPixelReplication()[all …]
966 uint32 shrL = sumExpL - expL; in bbs_vecSqrNorm32() local967 prdL = ( ( prdL >> ( shrL - 1 ) ) + 1 ) >> 1; in bbs_vecSqrNorm32()971 uint32 shrL = expL - sumExpL; in bbs_vecSqrNorm32() local972 sumL = ( ( sumL >> ( shrL - 1 ) ) + 1 ) >> 1; in bbs_vecSqrNorm32()973 sumExpL += shrL; in bbs_vecSqrNorm32()1011 uint32 shrL = sumExpL; in bbs_vecSqrNorm16() local1012 prdL = ( ( prdL >> ( shrL - 1 ) ) + 1 ) >> 1; in bbs_vecSqrNorm16()