HomeSort by relevance Sort by last modified time
    Searched full:json_object_new_double (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/msm8998/json-c/
json_object.c 633 struct json_object* json_object_new_double(double d) function
645 struct json_object *jso = json_object_new_double(d);
json_object.h 526 extern struct json_object* json_object_new_double(double d);
541 * jso = json_object_new_double(d);
json_tokener.c 374 current = json_object_new_double(is_negative ? -INFINITY : INFINITY);
411 current = json_object_new_double(NAN);
  /external/lisa/tools/armeabi/
rt-app 

Completed in 390 milliseconds