OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rand_seed
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgfortran/intrinsics/
rand.c
40
static GFC_UINTEGER_8
rand_seed
= 1;
variable
53
rand_seed
= i ? i : 123459876;
101
rand_seed
= GFC_RAND_A *
rand_seed
% GFC_RAND_M;
102
j = (GFC_INTEGER_4)
rand_seed
;
/src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
rand.c
40
static GFC_UINTEGER_8
rand_seed
= 1;
variable
53
rand_seed
= i ? i : 123459876;
101
rand_seed
= GFC_RAND_A *
rand_seed
% GFC_RAND_M;
102
j = (GFC_INTEGER_4)
rand_seed
;
/src/external/gpl2/lvm2/dist/include/
toolcontext.h
68
unsigned
rand_seed
;
member in struct:cmd_context
/src/external/gpl2/lvm2/dist/lib/commands/
toolcontext.h
68
unsigned
rand_seed
;
member in struct:cmd_context
Completed in 25 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026