OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:roundL
(Results
1 - 2
of
2
) sorted by null
/external/neven/Embedded/common/src/b_APIEm/
Functions.c
66
int32
roundL
= 0;
70
refSimL += ( refSimArrA[ iL ] +
roundL
) >> shiftL;
75
roundL
= ( int32 )1 << ( shiftL - 1 );
208
int32
roundL
= 0;
212
refSimL += ( refSimArrA[ iL ] +
roundL
) >> shiftL;
217
roundL
= ( int32 )1 << ( shiftL - 1 );
/external/neven/Embedded/common/src/b_TensorEm/
CompactMat.c
238
int32
roundL
= 1 << ( overflowBitsL - 1 );
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 507 milliseconds