Home
last modified time | relevance | path

Searched refs:qfloat_get_double (Results 1 – 4 of 4) sorted by relevance

/external/qemu/
Dqfloat.h26 double qfloat_get_double(const QFloat *qi);
Dqfloat.c52 double qfloat_get_double(const QFloat *qf) in qfloat_get_double() function
Dqjson.c214 len = snprintf(buffer, sizeof(buffer), "%f", qfloat_get_double(val)); in to_json()
Dqdict.c193 return qfloat_get_double(qobject_to_qfloat(obj)); in qdict_get_double()