Lines Matching refs:isnan
518 if (std::isnan(temp)) { in readTemperature()
624 if (!std::isnan(hot_thresholds[i]) && hot_thresholds[i] <= value && in getSeverityFromThresholds()
628 if (!std::isnan(hot_thresholds[i]) && (hot_thresholds[i] - hot_hysteresis[i]) < value && in getSeverityFromThresholds()
632 if (!std::isnan(cold_thresholds[i]) && cold_thresholds[i] >= value && in getSeverityFromThresholds()
636 if (!std::isnan(cold_thresholds[i]) && (cold_thresholds[i] + cold_hysteresis[i]) > value && in getSeverityFromThresholds()
856 if (!std::isnan(sensor_info.second.hot_thresholds[i]) && in initializeTrip()
857 !std::isnan(sensor_info.second.hot_hysteresis[i])) { in initializeTrip()
980 if (std::isnan(*reading_value)) { in readDataByType()
1216 !isnan(sensor_status.thermal_cached.temp)) { in readThermalSensor()
1245 if (std::isnan(sensor_readings[i])) { in readThermalSensor()
1271 if (std::isnan(coefficient)) { in readThermalSensor()
1305 if (!isnan(sensor_info.step_ratio) && !isnan(sensor_status.thermal_cached.temp) && in readThermalSensor()