Home
last modified time | relevance | path

Searched refs:json_object_new_double (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/msm8998/json-c/
Djson_object.h526 extern struct json_object* json_object_new_double(double d);
Djson_tokener.c374 current = json_object_new_double(is_negative ? -INFINITY : INFINITY); in json_tokener_parse_ex()
411 current = json_object_new_double(NAN); in json_tokener_parse_ex()
Djson_object.c633 struct json_object* json_object_new_double(double d) in json_object_new_double() function
645 struct json_object *jso = json_object_new_double(d); in json_object_new_double_s()