HomeSort by relevance Sort by last modified time
    Searched refs:rng (Results 201 - 225 of 440) sorted by null

1 2 3 4 5 6 7 891011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
arch-10-bdver3.d 38 [ ]*[a-f0-9]+: 0f a7 c0 xstore-rng
arch-10-bdver4.d 38 [ ]*[a-f0-9]+: 0f a7 c0 xstore-rng
arch-10-btver1.d 38 [ ]*[a-f0-9]+: 0f a7 c0 xstore-rng
arch-10-btver2.d 38 [ ]*[a-f0-9]+: 0f a7 c0 xstore-rng
x86-64-arch-2-bdver1.d 39 [ ]*[a-f0-9]+: 0f a7 c0 xstore-rng
x86-64-arch-2-bdver2.d 39 [ ]*[a-f0-9]+: 0f a7 c0 xstore-rng
x86-64-arch-2-bdver3.d 39 [ ]*[a-f0-9]+: 0f a7 c0 xstore-rng
x86-64-arch-2-bdver4.d 39 [ ]*[a-f0-9]+: 0f a7 c0 xstore-rng
x86-64-arch-2-btver1.d 39 [ ]*[a-f0-9]+: 0f a7 c0 xstore-rng
x86-64-arch-2-btver2.d 39 [ ]*[a-f0-9]+: 0f a7 c0 xstore-rng
arch-10-lzcnt.d 38 [ ]*[a-f0-9]+: 0f a7 c0 xstore-rng
arch-10-prefetchw.d 38 [ ]*[a-f0-9]+: 0f a7 c0 xstore-rng
arch-10.d 37 [ ]*[a-f0-9]+: 0f a7 c0 xstore-rng
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryInstancedRenderingTests.cpp 474 de::Random rng(1234);
479 const float flipX = rng.getBool() ? 1.0f : -1.0f;
480 const float flipY = rng.getBool() ? 1.0f : -1.0f;
481 const float x = flipX * rng.getFloat(0.1f, 0.9f); // x mustn't be 0.0, because we are using sign() in the shader
482 const float y = flipY * rng.getFloat(0.0f, 0.7f);
  /external/tensorflow/tensorflow/contrib/factorization/kernels/
clustering_ops.cc 135 random::SimplePhilox rng(&random);
150 if (sampled_indices.empty()) return rng.Uniform64(num_points);
159 rng.RandFloat() * min_distances_cumsum(num_points - 1)) -
249 random::SimplePhilox rng(&random);
260 if (candidate_distance > rng.RandFloat() * selected_distance) {
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsScissorTests.cpp 378 de::Random rng (1234);
391 const float x = x0 + rng.getFloat(0.0f, rx);
392 const float y = y0 + rng.getFloat(0.0f, ry);
400 const float x = x0 + rng.getFloat(0.0f, rx - size);
401 const float y = y0 + rng.getFloat(0.0f, ry - size);
410 const float x = x0 + rng.getFloat(0.0f, rx - size);
411 const float y = y0 + rng.getFloat(0.0f, ry - size);
    [all...]
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
vector_diffeomixture_test.py 30 rng = np.random.RandomState(0) variable
129 loc_1 = rng.randn(2, 3, dims).astype(np.float32)
133 mix_loc=(rng.rand(2, 3, 1) - 0.5).astype(np.float32),
  /external/deqp/modules/gles31/functional/
es31fFboNoAttachmentTests.cpp 595 de::Random rng (0xF0E1E2D3 ^ testCtx.getCommandLine().getBaseSeed());
601 const int width = rng.getInt(1, maxWidth);
602 const int height = rng.getInt(1, maxHeight);
603 const int samples = rng.getInt(0, maxSamples);
  /external/opencv/cv/src/
cvlinefit.cpp 352 CvRNG rng = cvRNG(-1);
400 j = cvRandInt(&rng) % count;
501 CvRNG rng = cvRNG(-1);
550 j = cvRandInt(&rng) % count;
  /external/opencv/cxcore/src/
cxrand.cpp 442 cvRandArr( CvRNG* rng, CvArr* arr, int disttype, CvScalar param1, CvScalar param2 )
471 if( !rng )
472 CV_ERROR( CV_StsNullPtr, "Null pointer to RNG state" );
586 IPPI_CALL( func( mat->data.ptr, mat_step, size, rng, param ));
592 IPPI_CALL( func( iterator->ptr[0], CV_STUB_STEP, size, rng, param ));
cxutils.cpp 60 CvRNG rng = CvRNG(-1); local
100 labels->data.i[i] = cvRandInt(&rng) % cluster_count;
149 i = cvRandInt( &rng ) % sample_count;
223 i = cvRandInt(&rng) % sample_count;
810 CV_IMPL void cvRandShuffle( CvArr* arr, CvRNG* rng, double iter_factor )
830 if( !rng )
831 rng = &_rng;
852 cvRandArr( rng, &_pair_buf, CV_RAND_UNI, cvRealScalar(0), cvRealScalar(arr_size) );
    [all...]
  /prebuilts/go/darwin-x86/src/compress/flate/
writer_test.go 133 rng := rand.New(rand.NewSource(1))
136 t1[i] = byte(rng.Int63() & 7)
  /prebuilts/go/linux-x86/src/compress/flate/
writer_test.go 133 rng := rand.New(rand.NewSource(1))
136 t1[i] = byte(rng.Int63() & 7)
  /cts/tests/tests/keystore/src/android/keystore/cts/
SignatureTest.java 573 CountingSecureRandom rng = new CountingSecureRandom(); local
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/random/
random_poisson_test.py 43 rng = random_ops.random_poisson(lam, [num], dtype=dtype, seed=seed)
46 ret[i, :] = sess.run(rng)

Completed in 710 milliseconds

1 2 3 4 5 6 7 891011>>