Searched refs:qfloat_get_double (Results 1 – 4 of 4) sorted by relevance
26 double qfloat_get_double(const QFloat *qi);
52 double qfloat_get_double(const QFloat *qf) in qfloat_get_double() function
214 len = snprintf(buffer, sizeof(buffer), "%f", qfloat_get_double(val)); in to_json()
193 return qfloat_get_double(qobject_to_qfloat(obj)); in qdict_get_double()