Home
last modified time | relevance | path

Searched refs:isnan (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/thermal/1.0/vts/functional/
DVtsHalThermalV1_0TargetTest.cpp130 isnan(temperature.currentValue)); in checkDeviceTemperature()
137 isnan(temperature.currentValue) || isnan(temperature.shutdownThreshold)); in checkDeviceTemperature()
141 isnan(temperature.throttlingThreshold) || isnan(temperature.shutdownThreshold)); in checkDeviceTemperature()
/hardware/google/pixel/thermal/utils/
Dconfig_parser.cpp129 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()
/hardware/qcom/msm8998/json-c/
Dmath_compat.h9 #define isnan(x) _isnan(x) macro
Dconfigure.ac48 AC_CHECK_DECLS([isnan], [], [], [[#include <math.h>]])
Dconfig.h.in17 /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
Djson_object.c603 if(isnan(jso->o.c_double)) in json_object_double_to_json_string()
/hardware/google/pixel/thermal/
Dthermal-helper.cpp352 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()
/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/
DHwcHal.h293 if (std::isnan(brightness) || brightness > 1.0f || in setDisplayBrightness()
/hardware/interfaces/audio/core/all-versions/default/
DStreamIn.cpp523 if (std::isnan(zoom) || zoom < -1 || zoom > 1) { in setMicrophoneFieldDimension()