Home | History | Annotate | Download | only in gobject

Lines Matching refs:v_double

65 DEFINE_CAST (int_double,        v_int,    gdouble, v_double);
74 DEFINE_CAST (uint_double, v_uint, gdouble, v_double);
83 DEFINE_CAST (long_double, v_long, gdouble, v_double);
92 DEFINE_CAST (ulong_double, v_ulong, gdouble, v_double);
101 DEFINE_CAST (int64_double, v_int64, gdouble, v_double);
117 DEFINE_CAST (uint64_double, v_uint64, gdouble, v_double);
127 DEFINE_CAST (float_double, v_float, gdouble, v_double);
128 DEFINE_CAST (double_s8, v_double, gint8, v_int);
129 DEFINE_CAST (double_u8, v_double, guint8, v_uint);
130 DEFINE_CAST (double_int, v_double, gint, v_int);
131 DEFINE_CAST (double_uint, v_double, guint, v_uint);
132 DEFINE_CAST (double_long, v_double, glong, v_long);
133 DEFINE_CAST (double_ulong, v_double, gulong, v_ulong);
134 DEFINE_CAST (double_int64, v_double, gint64, v_int64);
135 DEFINE_CAST (double_uint64, v_double, guint64, v_uint64);
136 DEFINE_CAST (double_float, v_double, gfloat, v_float);
173 DEFINE_SPRINTF (double_string, v_double, "%f");