HomeSort by relevance Sort by last modified time
    Searched refs:gdouble (Results 1 - 25 of 35) sorted by null

1 2

  /external/bluetooth/glib/glib/
grand.h 67 gdouble g_rand_double (GRand *rand_);
68 gdouble g_rand_double_range (GRand *rand_,
69 gdouble begin,
70 gdouble end);
78 gdouble g_random_double (void);
79 gdouble g_random_double_range (gdouble begin,
80 gdouble end);
gtimer.h 52 gdouble g_timer_elapsed (GTimer *timer,
grand.c 440 gdouble double_rand = g_rand_int (rand) *
491 * Returns the next random #gdouble from @rand_ equally distributed over
496 gdouble
501 gdouble retval = g_rand_int (rand) * G_RAND_DOUBLE_TRANSFORM;
518 * Returns the next random #gdouble from @rand_ equally distributed over
523 gdouble
524 g_rand_double_range (GRand* rand, gdouble begin, gdouble end)
576 * Returns a random #gdouble equally distributed over the range [0..1).
580 gdouble
    [all...]
gkeyfile.h 139 gdouble g_key_file_get_double (GKeyFile *key_file,
146 gdouble value);
187 gdouble list[],
189 gdouble *g_key_file_get_double_list (GKeyFile *key_file,
gstrfuncs.h 130 gdouble g_strtod (const gchar *nptr,
132 gdouble g_ascii_strtod (const gchar *nptr,
146 gdouble d);
150 gdouble d);
gtypes.h 58 typedef double gdouble; typedef
341 * IEEE Standard 754 Double Precision Storage Format (gdouble):
368 gdouble v_double;
388 gdouble v_double;
gtimer.c 138 gdouble
142 gdouble total;
gmem.c 429 ((gdouble) local_zinit) / local_allocs * 100.0,
431 ((gdouble) local_frees) / local_allocs * 100.0,
gfileutils.c     [all...]
gscanner.h 119 gdouble v_float;
goption.c 55 gdouble dbl;
872 gdouble *result,
876 gdouble tmp;
1166 gdouble data;
1177 change->prev.dbl = *(gdouble *)entry->arg_data;
1178 *(gdouble *)entry->arg_data = data;
    [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitwebinspector.h 64 webkit_web_inspector_inspect_coordinates(WebKitWebInspector* web_inspector, gdouble x, gdouble y);
webkitdownload.h 100 WEBKIT_API gdouble
103 WEBKIT_API gdouble
webkitwebhistoryitem.h 82 WEBKIT_API gdouble
webkitdownload.cpp 785 * Returns: a #gdouble ranging from 0.0 to 1.0.
789 gdouble webkit_download_get_progress(WebKitDownload* download)
797 gdouble total_size = static_cast<gdouble>(webkit_download_get_total_size(download));
802 return ((gdouble)priv->currentSize) / total_size;
813 * Returns: seconds since the download was started, as a #gdouble
817 gdouble webkit_download_get_elapsed_time(WebKitDownload* download)
861 static gdouble lastProgress = 0;
862 static gdouble lastElapsed = 0;
863 gdouble currentElapsed = g_timer_elapsed(priv->timer, NULL)
    [all...]
webkitwebinspector.cpp 516 void webkit_web_inspector_inspect_coordinates(WebKitWebInspector* webInspector, gdouble x, gdouble y)
  /external/bluetooth/glib/gobject/
gvaluecollector.h 66 gdouble v_double;
114 _cvalue->v_double = va_arg ((var_args), gdouble); \
169 _cvalue->v_double = va_arg ((var_args), gdouble); \
gvalue.h 122 gdouble v_double;
gparamspecs.h 806 gdouble minimum;
807 gdouble maximum;
808 gdouble default_value;
809 gdouble epsilon;
1014 gdouble minimum,
1015 gdouble maximum,
1016 gdouble default_value,
gvaluetypes.h 200 gdouble v_double);
201 gdouble g_value_get_double (const GValue *value);
gvaluetransform.c 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);
gvaluetypes.c 248 gdouble *double_p = collect_values[0].v_pointer;
514 type = g_type_register_fundamental (G_TYPE_DOUBLE, g_intern_static_string ("gdouble"), &info, &finfo, 0);
886 gdouble v_double)
901 gdouble
  /external/bluetooth/glib/tests/
slice-color.c 24 static gdouble parse_memsize (const gchar *cstring);
147 static gdouble
153 gdouble f = 0;
155 gdouble msize;
scannerapi.c 96 g_ascii_dtostr (buf, 2, (gdouble)i),
  /external/webkit/WebKitTools/GtkLauncher/
main.c 35 static gdouble load_progress;

Completed in 350 milliseconds

1 2