OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actSumL
(Results
1 - 2
of
2
) sorted by null
/external/neven/Embedded/common/src/b_BitFeatureEm/
Sequence.c
240
int32
actSumL
= ( -sizeL ) << 20;
250
actSumL
+= ( actL >> 8 );
251
if( actL < 0 ) return (
actSumL
/ sizeL ) << 7; /* return 4.28 */
262
actSumL
+= ( actL >> 8 );
263
if( actL < 0 ) return (
actSumL
/ sizeL ) << 7; /* return 4.28 */
267
actSumL
+= sizeL << 20;
270
return (
actSumL
/ sizeL ) << 7; /* return 4.28 */
LocalScanDetector.c
701
int32
actSumL
= 0; /* .20 */
706
actSumL
+= actL;
709
/*
actSumL
= average positive activity */
710
actSumL
= ( iL > 0 ) ?
actSumL
/ iL : 0;
712
confidenceL = ( ( ( int32 )iL << 20 ) - ( ( ( int32 )1 << 20 ) -
actSumL
) ) / sizeL;
Completed in 279 milliseconds