Home
last modified time | relevance | path

Searched refs:g_random_double (Results 1 – 9 of 9) sorted by relevance

/third_party/glib/tests/
Dthread-test.c233 if (g_random_double() > .2) /* I'm a reader */ in test_g_static_rw_lock_thread()
236 if (g_random_double() > .2) /* I'll block */ in test_g_static_rw_lock_thread()
257 if (g_random_double() > .2) /* I'll block */ in test_g_static_rw_lock_thread()
/third_party/glib/glib/
Dgrand.h91 gdouble g_random_double (void);
Dgrand.c687 g_random_double (void) in g_random_double() function
/third_party/glib/glib/tests/
Drand.c120 d = g_random_double (); in test_rand()
/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/
Dgstdiffuse.c180 distance = g_random_double (); in diffuse_map()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Daudiorate.c85 if (g_random_double () < injector_inject_probability) { in test_injector_chain()
158 if (g_random_double () < *drop_probability) { in probe_cb()
/third_party/gstreamer/gstplugins_good/ext/aalib/
Dgstaatv.c184 if (g_random_double () < aatv->rain_spawn_rate) { in gst_aatv_rain()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3236 g_random_double
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpsession.c4719 sess->next_early_rtcp_time = g_random_double () * T_dither_max + in rtp_session_request_early_rtcp()