OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_random_double
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/glib/glib/
grand.h
78
gdouble
g_random_double
(void);
grand.c
574
*
g_random_double
:
581
g_random_double
(void)
function
galiasdef.c
2256
#undef
g_random_double
macro
[
all
...]
galias.h
2250
#define
g_random_double
macro
[
all
...]
/external/bluetooth/glib/tests/
thread-test.c
235
if (
g_random_double
() > .2) /* I'm a reader */
238
if (
g_random_double
() > .2) /* I'll block */
259
if (
g_random_double
() > .2) /* I'll block */
Completed in 78 milliseconds