Searched refs:roundL (Results 1 - 2 of 2) sorted by relevance

/external/neven/Embedded/common/src/b_APIEm/
H A DFunctions.c66 int32 roundL = 0; local
70 refSimL += ( refSimArrA[ iL ] + roundL ) >> shiftL;
75 roundL = ( int32 )1 << ( shiftL - 1 );
208 int32 roundL = 0; local
212 refSimL += ( refSimArrA[ iL ] + roundL ) >> shiftL;
217 roundL = ( int32 )1 << ( shiftL - 1 );
/external/neven/Embedded/common/src/b_TensorEm/
H A DCompactMat.c238 int32 roundL = 1 << ( overflowBitsL - 1 ); local
243 for( iL = sizeL; iL > 0; iL-- ) sumL += ( ( ( int32 )*rowPtrL++ * ( int32 )*inPtrL++ ) + roundL ) >> overflowBitsL;
254 sumL += ( lSumL + roundL ) >> overflowBitsL;
259 sumL += ( ( ( int8 )*rowPtrL++ * ( int32 )inPtrL[ 0 ] ) + roundL ) >> overflowBitsL;
275 sumL += ( ( lSumL >> 4 ) + roundL ) >> overflowBitsL;
283 sumL += ( ( lSumL >> 4 ) + roundL ) >> overflowBitsL;
295 int32 lRoundL = roundL << adjL;

Completed in 112 milliseconds