Searched refs:MIN_TEMP (Results 1 – 2 of 2) sorted by relevance
229 #define MIN_TEMP (-40) macro231 #define TEMP_PER_BIN ((MAX_TEMP - MIN_TEMP) / BINS)
89 int bin = (int)((temp - MIN_TEMP) / TEMP_PER_BIN); in FindTempBin()