Home
last modified time | relevance | path

Searched refs:isinf (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/msm8998/json-c/
Dmath_compat.h16 #define isinf(x) (!_finite(x)) macro
Dconfigure.ac49 AC_CHECK_DECLS([isinf], [], [], [[#include <math.h>]])
Dconfig.h.in13 /* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
Djson_object.c605 else if(isinf(jso->o.c_double)) in json_object_double_to_json_string()