OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEMP_PER_BIN
(Results
1 - 2
of
2
) sorted by null
/hardware/invensense/mlsdk/mllite/
ml.h
231
#define
TEMP_PER_BIN
((MAX_TEMP - MIN_TEMP) / BINS)
ml_stored_data.c
89
int bin = (int)((temp - MIN_TEMP) /
TEMP_PER_BIN
);
[
all
...]
Completed in 870 milliseconds