OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_outliers
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/algos/calibration/over_temp/
over_temp_cal.h
302
size_t
num_outliers
;
member in struct:OverTempCal
over_temp_cal.c
572
// on '
num_outliers
', the previous number of successive rejects, to prevent
574
if (over_temp_cal->
num_outliers
< OTC_MAX_OUTLIER_COUNT) {
579
over_temp_cal->
num_outliers
++;
597
over_temp_cal->
num_outliers
= 0;
601
over_temp_cal->
num_outliers
= 0;
[
all
...]
Completed in 62 milliseconds