Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:rand64
(Results
1 - 5
of
5
) sorted by relevance
/third_party/musl/libc-test/src/common/
H
A
D
rand.c
12
static uint64_t
rand64
(void)
in rand64()
function
19
return
rand64
() * 0x1p-64;
in frand()
27
return
rand64
() * 0x1p-64L
in frandl()
29
+
rand64
() * 0x1p-128L
in frandl()
47
while ((r =
rand64
()) >= m);
in t_randn()
57
return
rand64
();
in t_randint()
/third_party/ffmpeg/libavutil/tests/
H
A
D
des.c
31
static uint64_t
rand64
(void)
in rand64()
function
103
key[0].word =
rand64
();
in main()
104
key[1].word =
rand64
();
in main()
105
key[2].word =
rand64
();
in main()
106
data.word =
rand64
();
in main()
/third_party/musl/libc-test/src/math/gen/
H
A
D
rnd.c
13
static uint64_t
rand64
(void)
in rand64()
function
18
static double frand(){return
rand64
() * 0x1p-64;}
in frand()
20
static long double frandl(){return
rand64
() * 0x1p-64L;}
in frandl()
30
while ((r =
rand64
()) >= m);
in randn()
154
p[i] =
rand64
();
in choose64()
160
p[i-1] =
rand64
();
in choose64()
/third_party/optimized-routines/math/test/
H
A
D
ulp.c
77
rand64
(void)
in rand64()
function
93
return
rand64
();
in randn()
96
r =
rand64
();
in randn()
/third_party/mesa3d/src/util/
H
A
D
disk_cache_os.c
441
uint64_t
rand64
= rand_xorshift128plus(cache->seed_xorshift128plus);
in disk_cache_evict_lru_item()
local
442
if (asprintf(&dir_path, "%s/%02" PRIx64 , cache->path,
rand64
& 0xff) < 0)
in disk_cache_evict_lru_item()
Completed in 4 milliseconds