Searched refs:isnan (Results 1 – 5 of 5) sorted by relevance
144 isnan(temperature.currentValue)); in checkDeviceTemperature()151 isnan(temperature.currentValue) || isnan(temperature.shutdownThreshold)); in checkDeviceTemperature()155 isnan(temperature.throttlingThreshold) || isnan(temperature.shutdownThreshold)); in checkDeviceTemperature()
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()