HomeSort by relevance Sort by last modified time
    Searched defs:seed (Results 126 - 150 of 296) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h 374 * seed @p __s. The default seed value is 1.
376 * @param __s The initial seed value.
380 { this->seed(__x0); }
386 * @param __g The seed generator function.
390 { this->seed(__g); }
394 * sequence to the seed @g __s.
396 * @param __s The new seed.
399 seed(unsigned long __s = 1);
405 * @param __g the seed generator function
409 seed(_Gen& __g) function in class:linear_congruential
501 seed(_Gen& __g, true_type) function in class:linear_congruential
584 seed() function in class:mersenne_twister
592 seed(_Gen& __g) function in class:mersenne_twister
677 seed(_Gen& __g, true_type) function in class:mersenne_twister
783 seed(_Gen& __g) function in class:subtract_with_carry
874 seed(_Gen& __g, true_type) function in class:subtract_with_carry
955 seed(_Gen& __g) function in class:subtract_with_carry_01
1055 seed(_Gen& __g, true_type) function in class:subtract_with_carry_01
1144 void seed() function in class:discard_block
1156 void seed(_Gen& __g) function in class:discard_block
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
random.h 374 * seed @p __s. The default seed value is 1.
376 * @param __s The initial seed value.
380 { this->seed(__x0); }
386 * @param __g The seed generator function.
390 { this->seed(__g); }
394 * sequence to the seed @g __s.
396 * @param __s The new seed.
399 seed(unsigned long __s = 1);
405 * @param __g the seed generator function
409 seed(_Gen& __g) function in class:linear_congruential
501 seed(_Gen& __g, true_type) function in class:linear_congruential
584 seed() function in class:mersenne_twister
592 seed(_Gen& __g) function in class:mersenne_twister
677 seed(_Gen& __g, true_type) function in class:mersenne_twister
783 seed(_Gen& __g) function in class:subtract_with_carry
874 seed(_Gen& __g, true_type) function in class:subtract_with_carry
955 seed(_Gen& __g) function in class:subtract_with_carry_01
1055 seed(_Gen& __g, true_type) function in class:subtract_with_carry_01
1144 void seed() function in class:discard_block
1156 void seed(_Gen& __g) function in class:discard_block
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
random.h 374 * seed @p __s. The default seed value is 1.
376 * @param __s The initial seed value.
380 { this->seed(__x0); }
386 * @param __g The seed generator function.
390 { this->seed(__g); }
394 * sequence to the seed @g __s.
396 * @param __s The new seed.
399 seed(unsigned long __s = 1);
405 * @param __g the seed generator function
409 seed(_Gen& __g) function in class:linear_congruential
501 seed(_Gen& __g, true_type) function in class:linear_congruential
584 seed() function in class:mersenne_twister
592 seed(_Gen& __g) function in class:mersenne_twister
677 seed(_Gen& __g, true_type) function in class:mersenne_twister
783 seed(_Gen& __g) function in class:subtract_with_carry
874 seed(_Gen& __g, true_type) function in class:subtract_with_carry
955 seed(_Gen& __g) function in class:subtract_with_carry_01
1055 seed(_Gen& __g, true_type) function in class:subtract_with_carry_01
1144 void seed() function in class:discard_block
1156 void seed(_Gen& __g) function in class:discard_block
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
random.py 51 __all__ = ["Random","seed","random","uniform","randint","choice","sample",
83 methods: random(), seed(), getstate(), setstate() and jumpahead().
94 Optional argument x controls seeding, as for Random.seed().
97 self.seed(x)
100 def seed(self, a=None): member in class:Random
116 super(Random, self).seed(a)
653 def seed(self, a=None): member in class:WichmannHill
752 """Set the Wichmann-Hill seed from (x, y, z).
769 # Zero is a poor seed, so substitute 1
775 """Seed from hashable object's hash code
880 seed = _inst.seed variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
random.py 51 __all__ = ["Random","seed","random","uniform","randint","choice","sample",
83 methods: random(), seed(), getstate(), setstate() and jumpahead().
94 Optional argument x controls seeding, as for Random.seed().
97 self.seed(x)
100 def seed(self, a=None): member in class:Random
116 super(Random, self).seed(a)
653 def seed(self, a=None): member in class:WichmannHill
752 """Set the Wichmann-Hill seed from (x, y, z).
769 # Zero is a poor seed, so substitute 1
775 """Seed from hashable object's hash code
880 seed = _inst.seed variable
    [all...]
  /external/chromium_org/chrome/browser/metrics/variations/
variations_service.cc 53 // Default server of Variations seed info.
55 "https://clients4.google.com/chrome-variations/seed";
117 // Gets the version number to use for variations seed simulation. Must be called
213 // Use the build time for date checks if either the seed date is invalid or
214 // the build time is newer than the seed date.
258 VariationsSeed seed; local
259 if (!seed_store_.LoadSeed(&seed))
271 seed, g_browser_process->GetApplicationLocale(),
275 // Log the "freshness" of the seed that was just used. The freshness is the
276 // time between the last successful seed download and now
    [all...]
  /external/chromium_org/third_party/brotli/src/brotli/enc/
block_splitter.cc 95 unsigned int seed = 7; local
100 pos += rand_r(&seed) % block_length;
112 void RandomSample(unsigned int* seed,
122 pos = rand_r(seed) % (length - stride + 1);
133 unsigned int seed = 7; local
137 RandomSample(&seed, data, length, stride, &sample);
  /external/chromium_org/third_party/freetype/src/psaux/
t1decode.c 374 FT_Fixed seed; local
383 /* compute random seed from stack address of parameter */
384 seed = (FT_Fixed)( ( (FT_PtrDist)(char*)&seed ^
388 seed = ( seed ^ ( seed >> 10 ) ^ ( seed >> 20 ) ) & 0xFFFFL;
389 if ( seed == 0 )
390 seed = 0x7384
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/dh/
dh.h 147 unsigned char *seed; member in struct:dh_st
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec_lcl.h 199 unsigned char *seed; /* optional seed for parameters (appears in ASN1) */ member in struct:ec_group_st
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
dh.h 147 unsigned char *seed; member in struct:dh_st
  /external/chromium_org/third_party/opus/src/src/
mlp_train.c 432 unsigned int seed; local
451 seed = time(NULL);
452 /*seed = 1361480659;*/
453 fprintf (stderr, "Seed is %u\n", seed);
454 srand(seed);
478 printf ("/* RMS error was %f, seed was %u */\n\n", rms, seed);
  /external/chromium_org/third_party/skia/tests/
PathOpsCubicIntersectionTest.cpp 397 unsigned seed = 0; local
402 cubic1[i].fX = static_cast<double>(SK_RAND(seed)) / RAND_MAX * 100;
403 cubic1[i].fY = static_cast<double>(SK_RAND(seed)) / RAND_MAX * 100;
404 cubic2[i].fX = static_cast<double>(SK_RAND(seed)) / RAND_MAX * 100;
405 cubic2[i].fY = static_cast<double>(SK_RAND(seed)) / RAND_MAX * 100;
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core.h 49 uint32_t seed; member in struct:__anon19803
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 54 uint32_t seed = static_cast<uint32_t>(TickTime::MillisecondTimestamp()); local
55 srand(seed);
  /external/deqp/modules/gles3/functional/
es3fLifetimeTests.cpp 214 void initAttachment (GLuint seed, GLuint element);
232 void initBuffer (const Functions& gl, GLuint seed, GLenum usage, GLuint buffer)
235 if (seed == 0)
239 Random rnd (seed);
257 void BufferVAOAttacher::initAttachment (GLuint seed, GLuint buffer)
259 initBuffer(gl(), seed, GL_STATIC_DRAW, buffer); local
260 log() << TestLog::Message << "// Initialized buffer " << buffer << " from seed " << seed
312 void initAttachment (GLuint seed, GLuint element);
319 void BufferTfAttacher::initAttachment (GLuint seed, GLuint buffer
321 initBuffer(gl(), seed, GL_DYNAMIC_READ, buffer); local
383 initBuffer(gl(), seed, GL_STATIC_DRAW, *posBuf); local
    [all...]
  /external/freetype/src/psaux/
t1decode.c 374 FT_Fixed seed; local
383 /* compute random seed from stack address of parameter */
384 seed = (FT_Fixed)( ( (FT_PtrDist)(char*)&seed ^
388 seed = ( seed ^ ( seed >> 10 ) ^ ( seed >> 20 ) ) & 0xFFFFL;
389 if ( seed == 0 )
390 seed = 0x7384
    [all...]
  /external/libxml2/
dict.c 72 xmlDictComputeFastKey(name, len, (dict)->seed) : \
73 xmlDictComputeBigKey(name, len, (dict)->seed))
79 xmlDictComputeFastQKey(prefix, plen, name, len, (dict)->seed) : \
80 xmlDictComputeBigQKey(prefix, plen, name, len, (dict)->seed)))
84 xmlDictComputeFastKey(name, len, (dict)->seed)
86 xmlDictComputeFastQKey(prefix, plen, name, len, (dict)->seed)
125 int seed; member in struct:_xmlDict
375 xmlDictComputeBigKey(const xmlChar* data, int namelen, int seed) {
381 hash = seed;
408 const xmlChar *name, int len, int seed)
    [all...]
  /external/llvm/include/llvm/ADT/
Hashing.h 128 /// \brief Override the execution seed with a fixed value.
130 /// This hashing library uses a per-execution seed designed to change on each
137 /// which will forcibly set the seed to a fixed value. This must be done at the
196 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) {
202 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2;
205 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) {
207 return hash_16_bytes(len + (a << 3), seed ^ fetch32(s + len - 4));
210 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) {
213 return hash_16_bytes(seed ^ a, rotate(b + len, len)) ^ b;
216 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed) {
335 static size_t seed = fixed_seed_override ? fixed_seed_override local
411 const size_t seed = get_execution_seed(); local
455 const size_t seed = get_execution_seed(); local
505 const size_t seed; member in struct:llvm::hashing::detail::hash_combine_recursive_helper
724 const uint64_t seed = get_execution_seed(); local
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
KeyFactory.java 182 int seed = 0; local
190 seed += parameterTypes[i].hashCode();
204 int hc = (constant != 0) ? constant : PRIMES[(int)(Math.abs(seed) % PRIMES.length)];
205 int hm = (multiplier != 0) ? multiplier : PRIMES[(int)(Math.abs(seed * 13) % PRIMES.length)];
  /external/opencv/cv/src/
cvmotempl.cpp 474 CvPoint seed = cvPoint(x,y); local
476 CV_CALL( cvFloodFill( mhi, seed, cvRealScalar(0), _seg_thresh, _seg_thresh,
  /external/openssl/crypto/dh/
dh.h 147 unsigned char *seed; member in struct:dh_st
  /external/openssl/crypto/ec/
ec_lcl.h 199 unsigned char *seed; /* optional seed for parameters (appears in ASN1) */ member in struct:ec_group_st
  /external/openssl/include/openssl/
dh.h 147 unsigned char *seed; member in struct:dh_st
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
t1decode.c 374 FT_Fixed seed; local
383 /* compute random seed from stack address of parameter */
384 seed = (FT_Fixed)( ( (FT_PtrDist)(char*)&seed ^
388 seed = ( seed ^ ( seed >> 10 ) ^ ( seed >> 20 ) ) & 0xFFFFL;
389 if ( seed == 0 )
390 seed = 0x7384
    [all...]

Completed in 809 milliseconds

1 2 3 4 56 7 8 91011>>