OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:estimate_percentile
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/include/
specnorm.h
61
int
estimate_percentile
;
member in struct:__anon11378
76
int estimate_period, int
estimate_percentile
,
86
int
estimate_percentile
(spect_dist_info *spec, int percentile);
/external/srec/srec/clib/
specnorm.c
78
spec->median =
estimate_percentile
(spec, spec->
estimate_percentile
);
79
spec->perc_high =
estimate_percentile
(spec, 90); /* check this value */
92
int
estimate_percentile
(spect_dist_info *spec, int percentile)
function
102
percentile = spec->
estimate_percentile
;
218
int
estimate_percentile
,
240
spec->
estimate_percentile
=
estimate_percentile
;
Completed in 422 milliseconds