Home
last modified time | relevance | path

Searched refs:addL (Results 1 – 2 of 2) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
DCompactAlt.c207 int32 addL = ( int32 )1 << ( shrL - 1 ); in bts_CompactAlt_map() local
208 …++ ) 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() local
215 …for( iL = 0; iL < sizeL; iL++ ) outVecA[ iL ] = ( ( ( ( int32 )outVecA[ iL ] + addL ) >> shrL ) + … in bts_CompactAlt_map()
/external/neven/Embedded/common/src/b_BasicEm/
DMath.c784 uint32 addL = 1L << ( shiftL - 1 ); in bbs_convertU32() local
785 if( srcA + addL < addL ) in bbs_convertU32()
792 return ( srcA + addL ) >> shiftL; in bbs_convertU32()
822 int32 addL = 1L << ( shiftL - 1 ); in bbs_convertS32() local
823 if( srcA + addL < addL ) in bbs_convertS32()
830 return ( srcA + addL ) >> shiftL; in bbs_convertS32()