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:rand_max
(Results
1 - 2
of
2
) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H
A
D
ecma-builtin-math.c
325
const ecma_number_t
rand_max
= (ecma_number_t) RAND_MAX;
in ecma_builtin_math_object_random()
local
328
return ecma_make_number_value (((ecma_number_t) rand ()) /
rand_max
* rand_max_min_1 /
rand_max
);
in ecma_builtin_math_object_random()
/third_party/tzdata/
H
A
D
zic.c
1268
uint_fast64_t
rand_max
= RAND_MAX,
in get_rand_u64()
local
1269
nrand =
rand_max
< UINT_FAST64_MAX ?
rand_max
+ 1 : 0,
in get_rand_u64()
1281
rmax1 = nrand * rmax1 +
rand_max
;
in get_rand_u64()
Completed in 6 milliseconds