Home
last modified time | relevance | path

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

/external/qemu/include/qapi/qmp/
Dqfloat.h26 double qfloat_get_double(const QFloat *qi);
/external/qemu/qobject/
Dqfloat.c44 double qfloat_get_double(const QFloat *qf) in qfloat_get_double() function
Dqjson.c235 len = snprintf(buffer, sizeof(buffer), "%f", qfloat_get_double(val)); in to_json()
Dqdict.c214 return qfloat_get_double(qobject_to_qfloat(obj)); in qdict_get_double()
/external/qemu/util/
Dqemu-option.c872 qfloat_get_double(qobject_to_qfloat(obj))); in qemu_opts_from_qdict_1()