Home
last modified time | relevance | path

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

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