Searched refs:isinf (Results 1 – 12 of 12) sorted by relevance
/device/google/coral/json-c/ |
D | math_compat.h | 16 #define isinf(x) (!_finite(x)) macro
|
D | configure.ac | 49 AC_CHECK_DECLS([isinf], [], [], [[#include <math.h>]])
|
D | config.h.in | 13 /* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
|
D | json_object.c | 605 else if(isinf(jso->o.c_double)) in json_object_double_to_json_string()
|
/device/google/redbull/json-c/ |
D | math_compat.h | 16 #define isinf(x) (!_finite(x)) macro
|
D | configure.ac | 49 AC_CHECK_DECLS([isinf], [], [], [[#include <math.h>]])
|
D | config.h.in | 13 /* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
|
D | json_object.c | 605 else if(isinf(jso->o.c_double)) in json_object_double_to_json_string()
|
/device/google/sunfish/json-c/ |
D | math_compat.h | 16 #define isinf(x) (!_finite(x)) macro
|
D | configure.ac | 49 AC_CHECK_DECLS([isinf], [], [], [[#include <math.h>]])
|
D | config.h.in | 13 /* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
|
D | json_object.c | 605 else if(isinf(jso->o.c_double)) in json_object_double_to_json_string()
|