HomeSort by relevance Sort by last modified time
    Searched refs:random (Results 101 - 125 of 3992) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/
min.pass.cpp 10 // <random>
17 #include <random>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/
min.pass.cpp 10 // <random>
17 #include <random>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/
min.pass.cpp 10 // <random>
17 #include <random>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
min.pass.cpp 10 // <random>
17 #include <random>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/
max.pass.cpp 10 // <random>
17 #include <random>
min.pass.cpp 10 // <random>
17 #include <random>
types.pass.cpp 10 // <random>
17 #include <random>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/
max.pass.cpp 10 // <random>
17 #include <random>
min.pass.cpp 10 // <random>
17 #include <random>
types.pass.cpp 10 // <random>
17 #include <random>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.predef/
default_random_engine.pass.cpp 10 // <random>
14 #include <random>
knuth_b.pass.cpp 10 // <random>
14 #include <random>
minstd_rand.pass.cpp 10 // <random>
15 #include <random>
minstd_rand0.pass.cpp 10 // <random>
15 #include <random>
mt19937.pass.cpp 10 // <random>
19 #include <random>
mt19937_64.pass.cpp 10 // <random>
19 #include <random>
ranlux24.pass.cpp 10 // <random>
14 #include <random>
ranlux24_base.pass.cpp 10 // <random>
14 #include <random>
ranlux48.pass.cpp 10 // <random>
14 #include <random>
ranlux48_base.pass.cpp 10 // <random>
14 #include <random>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.util/rand.util.seedseq/
types.pass.cpp 10 // <random>
18 #include <random>
  /external/tensorflow/tensorflow/core/kernels/
random_op_gpu.cu.cc 27 #include "tensorflow/core/lib/random/philox_random.h"
28 #include "tensorflow/core/lib/random/random_distributions.h"
46 T* buf, const tensorflow::random::Array<T, ElementCount>& array) const {
61 float* buf, const tensorflow::random::Array<float, 4>& array) const {
82 int32* buf, const tensorflow::random::Array<int32, 4>& array) const {
100 double* buf, const tensorflow::random::Array<double, 2>& array) const {
116 int64* buf, const tensorflow::random::Array<int64, 2>& array) const {
125 // A cuda kernel to fill the data with random numbers from the specified
130 PHILOX_DEVICE_FUNC void Run(random::PhiloxRandom gen, T* data, int64 size,
159 // A cuda kernel to fill the data with random numbers from the specifie
    [all...]
stateless_random_ops.cc 22 #include "tensorflow/core/lib/random/random_distributions.h"
68 random::PhiloxRandom::Key key;
69 random::PhiloxRandom::ResultType counter;
76 const auto mix = random::PhiloxRandom(counter, key)();
83 // Fill in the random numbers
84 Fill(context, random::PhiloxRandom(counter, key), output);
88 virtual void Fill(OpKernelContext* context, random::PhiloxRandom random,
97 void Fill(OpKernelContext* context, random::PhiloxRandom random,
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
LatinImeStressTests.java 23 import java.util.Random;
32 final Random random = new Random(seed); local
35 changeLanguageWithoutWait(locales[random.nextInt(locales.length)],
37 final int wordCount = random.nextInt(maxWordCountToTypeInEachIteration);
39 final String word = CodePointUtils.generateWord(random, codePointSet);
49 final Random random = new Random(seed) local
    [all...]
  /external/pdfium/third_party/base/allocator/partition_allocator/
address_space_randomization.cc 87 // Calculates a random preferred mapping address. In calculating an address, we
90 uintptr_t random; local
91 random = static_cast<uintptr_t>(ranval(&s_ranctx));
93 random <<= 32UL;
94 random |= static_cast<uintptr_t>(ranval(&s_ranctx));
98 random &= 0x3ffffffffffUL;
107 random += 0x10000000000UL;
111 random &= 0x007fffffffffUL;
112 random += 0x7e8000000000UL;
115 random &= 0x3fffffffffffUL
    [all...]

Completed in 346 milliseconds

1 2 3 45 6 7 8 91011>>