OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:prng
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Transforms/Utils/
MetaRenamer.cpp
29
// This
PRNG
is from the ISO C spec. It is intentionally simple and
32
struct
PRNG
{
62
// Seed our
PRNG
with simple additive sum of ModuleID. We're looking to
70
PRNG
prng
;
variable
71
prng
.srand(randSeed);
101
STy->setName((Twine("struct.") + metaNames[
prng
.rand() %
112
FI->setName(metaNames[
prng
.rand() % array_lengthof(metaNames)]);
/external/libvpx/libvpx/test/
convolve_test.cc
223
::libvpx_test::ACMRandom
prng
;
local
225
input_[i] =
prng
.Rand8Extremes();
392
::libvpx_test::ACMRandom
prng
;
local
395
const uint8_t r =
prng
.Rand8Extremes();
/external/chromium_org/third_party/libvpx/source/libvpx/test/
convolve_test.cc
362
::libvpx_test::ACMRandom
prng
;
local
370
input_[i] =
prng
.Rand8Extremes();
372
input16_[i] =
prng
.Rand16() & mask_;
670
::libvpx_test::ACMRandom
prng
;
local
676
r =
prng
.Rand8Extremes();
678
r =
prng
.Rand16() & mask_;
681
r =
prng
.Rand8Extremes();
749
::libvpx_test::ACMRandom
prng
;
local
755
r =
prng
.Rand8Extremes();
757
r =
prng
.Rand16() & mask_
[
all
...]
/external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar
Completed in 1054 milliseconds