Home
last modified time | relevance | path

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

/hardware/interfaces/thermal/1.0/vts/functional/
DVtsHalThermalV1_0TargetTest.cpp144 isnan(temperature.currentValue)); in checkDeviceTemperature()
151 isnan(temperature.currentValue) || isnan(temperature.shutdownThreshold)); in checkDeviceTemperature()
155 isnan(temperature.throttlingThreshold) || isnan(temperature.shutdownThreshold)); in checkDeviceTemperature()
/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()