Searched refs:isnan (Results 1 – 9 of 9) sorted by relevance
130 isnan(temperature.currentValue)); in checkDeviceTemperature()137 isnan(temperature.currentValue) || isnan(temperature.shutdownThreshold)); in checkDeviceTemperature()141 isnan(temperature.throttlingThreshold) || isnan(temperature.shutdownThreshold)); in checkDeviceTemperature()
129 if (!std::isnan(hot_thresholds[j])) { in ParseSensorInfo()151 if (std::isnan(hot_hysteresis[j])) { in ParseSensorInfo()170 if (!std::isnan(cold_thresholds[j])) { in ParseSensorInfo()192 if (std::isnan(cold_hysteresis[j])) { in ParseSensorInfo()
9 #define isnan(x) _isnan(x) macro
48 AC_CHECK_DECLS([isnan], [], [], [[#include <math.h>]])
17 /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
603 if(isnan(jso->o.c_double)) in json_object_double_to_json_string()
352 if (!std::isnan(hot_thresholds[i]) && hot_thresholds[i] <= value && in getSeverityFromThresholds()356 if (!std::isnan(hot_thresholds[i]) && (hot_thresholds[i] - hot_hysteresis[i]) < value && in getSeverityFromThresholds()360 if (!std::isnan(cold_thresholds[i]) && cold_thresholds[i] >= value && in getSeverityFromThresholds()364 if (!std::isnan(cold_thresholds[i]) && (cold_thresholds[i] + cold_hysteresis[i]) > value && in getSeverityFromThresholds()441 if (!std::isnan(sensor_info.second.hot_thresholds[i]) && in initializeTrip()442 !std::isnan(sensor_info.second.hot_hysteresis[i])) { in initializeTrip()
293 if (std::isnan(brightness) || brightness > 1.0f || in setDisplayBrightness()
523 if (std::isnan(zoom) || zoom < -1 || zoom > 1) { in setMicrophoneFieldDimension()