Searched refs:cJSON_CreateFloatArray (Results 1 – 2 of 2) sorted by relevance
291 CJSON_PUBLIC(cJSON *) cJSON_CreateFloatArray(const double *numbers, int count);293 CJSON_PUBLIC(cJSON *) cJSON_CreateFloatArray(const float *numbers, int count);
3551 CJSON_PUBLIC(cJSON *) cJSON_CreateFloatArray(const double *numbers, int count) function3590 CJSON_PUBLIC(cJSON *) cJSON_CreateFloatArray(const float *numbers, int count) function