Home
last modified time | relevance | path

Searched refs:INVALID_TEMPERATURE_CELSIUS (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/algos/calibration/online_calibration/common_data/
Dsensor_data.h36 constexpr float kInvalidTemperatureCelsius = INVALID_TEMPERATURE_CELSIUS;
/device/google/contexthub/firmware/os/algos/common/math/
Dmacros.h26 #define INVALID_TEMPERATURE_CELSIUS (-274.0f) macro
/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.c286 INVALID_TEMPERATURE_CELSIUS; in overTempCalInit()
863 if (estimate->offset_temp_celsius > INVALID_TEMPERATURE_CELSIUS) { in compensateWithEstimate()
911 INVALID_TEMPERATURE_CELSIUS) { in compareAndCompensateWithNearest()
943 if (temperature_celsius <= INVALID_TEMPERATURE_CELSIUS) { in updateCalOffset()
1199 if (temperature_celsius <= INVALID_TEMPERATURE_CELSIUS) { in findNearestEstimate()