Searched refs:addL (Results 1 – 2 of 2) sorted by relevance
207 int32 addL = ( int32 )1 << ( shrL - 1 ); in bts_CompactAlt_map() local208 …++ ) outVecA[ iL ] = ( ( int32 )outVecA[ iL ] + ( ( ( int32 )vecL[ iL ] + addL ) >> shrL ) + 1 ) >… in bts_CompactAlt_map()214 int32 addL = ( int32 )1 << ( shrL - 1 ); in bts_CompactAlt_map() local215 …for( iL = 0; iL < sizeL; iL++ ) outVecA[ iL ] = ( ( ( ( int32 )outVecA[ iL ] + addL ) >> shrL ) + … in bts_CompactAlt_map()
784 uint32 addL = 1L << ( shiftL - 1 ); in bbs_convertU32() local785 if( srcA + addL < addL ) in bbs_convertU32()792 return ( srcA + addL ) >> shiftL; in bbs_convertU32()822 int32 addL = 1L << ( shiftL - 1 ); in bbs_convertS32() local823 if( srcA + addL < addL ) in bbs_convertS32()830 return ( srcA + addL ) >> shiftL; in bbs_convertS32()