Searched defs:QFloat (Results 1 - 1 of 1) sorted by relevance

/external/qemu/include/qapi/qmp/
H A Dqfloat.h2 * QFloat Module
20 typedef struct QFloat { struct
23 } QFloat; typedef in typeref:struct:QFloat
25 QFloat *qfloat_from_double(double value);
26 double qfloat_get_double(const QFloat *qi);
27 QFloat *qobject_to_qfloat(const QObject *obj);

Completed in 141 milliseconds