OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mean_count
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/clib/
specnorm.c
172
spec->
mean_count
= (spec->
mean_count
* (100 - forget_factor)) / 100;
173
spec->
mean_count
+= spec->count;
174
if (spec->
mean_count
> 0)
176
spec->devn = spec->running_total_devn / spec->
mean_count
178
/ (spec->
mean_count
* spec->
mean_count
);
181
spec->mean += (spec->running_total + spec->
mean_count
/ 2)
182
/ spec->
mean_count
;
184
spec->mean += (spec->running_total - spec->
mean_count
/ 2
[
all
...]
/external/srec/srec/include/
specnorm.h
67
long
mean_count
;
member in struct:__anon11378
Completed in 2099 milliseconds