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

1 2 3

  /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);
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);
gtimer.h 52 gdouble g_timer_elapsed (GTimer *timer,
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;
gscanner.h 119 gdouble v_float;
gstrfuncs.c 335 * Converts a string to a #gdouble value.
347 * Return value: the #gdouble value.
349 gdouble
355 gdouble val_1;
356 gdouble val_2 = 0;
388 * Converts a string to a #gdouble value.
401 * To convert from a #gdouble to a string in a locale-insensitive
412 * Return value: the #gdouble value.
414 gdouble
419 gdouble val
    [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...]
  /external/bluetooth/glib/gobject/
gmarshal.list 16 # DOUBLE for double-precision float types (gdouble)
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);
gvaluecollector.h 66 gdouble v_double;
114 _cvalue->v_double = va_arg ((var_args), gdouble); \
169 _cvalue->v_double = va_arg ((var_args), gdouble); \
gvaluetypes.h 200 gdouble v_double);
201 gdouble g_value_get_double (const GValue *value);
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,
glib-genmarshal.1 126 for double-precision float types (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/bluetooth/glib/docs/reference/glib/tmpl/
limits.sgml 235 The minimum positive value which can be held in a #gdouble.
238 If you are interested in the smallest value which can be held in a #gdouble,
246 The maximum value which can be held in a #gdouble.
types.sgml 29 for completeness - #gchar, #gint, #gshort, #glong, #gfloat, #gdouble.
238 <!-- ##### TYPEDEF gdouble ##### -->
  /external/bluetooth/glib/docs/reference/gobject/tmpl/
gobject-unused.sgml 21 @G_TYPE_DOUBLE: Identifier for the built-in type "gdouble".
  /external/bluetooth/glib/docs/reference/gobject/
gobject-sections.txt 557 <SUBSECTION gdouble>

Completed in 89 milliseconds

1 2 3