/external/tensorflow/tensorflow/core/lib/random/ |
D | simple_philox_test.cc | 45 static void DifferenceTest(const char *names, SimplePhilox *gen1, in DifferenceTest() argument 50 if (gen1->Rand32() != gen2->Rand32()) { in DifferenceTest() 60 SimplePhilox gen1(&philox1), gen2(&philox2); in TEST() local 62 DifferenceTest("SimplePhilox: different seeds", &gen1, &gen2); in TEST() 67 SimplePhilox gen1(&philox1), gen2(&philox2); in TEST() local 69 DifferenceTest("SimplePhilox: close seeds", &gen1, &gen2); in TEST() 77 SimplePhilox gen1(&philox1), gen2(&philox2); in TEST() local 82 uint32 v = gen1.Rand32(); in TEST()
|
/external/grpc-grpc/src/csharp/Grpc.Microbenchmarks/ |
D | GCStats.cs | 53 public GCStatsSnapshot(int gen0, int gen1, int gen2) in GCStatsSnapshot() argument 56 this.Gen1 = gen1; in GCStatsSnapshot()
|
/external/tensorflow/tensorflow/python/ops/ |
D | stateful_random_ops_test.py | 111 gen1 = random.Generator(seed=seed) 113 sess.run((gen1._state_var.initializer, gen2._state_var.initializer)) 114 r1 = gen1.normal(shape)
|
/external/libunwind/src/mi/ |
D | Gdyn-remote.c | 209 unw_word_t dyn_list_addr, addr, next_addr, gen1, gen2, start_ip, end_ip; in unwi_dyn_remote_find_proc_info() local 229 if (fetchw (as, a, &addr, &gen1, arg) < 0 in unwi_dyn_remote_find_proc_info() 280 while (gen1 != gen2); in unwi_dyn_remote_find_proc_info()
|
/external/ipsec-tools/src/racoon/ |
D | oakley.h | 159 int gen1; member
|
D | ipsec_doi.c | 268 if (sa->dhgrp->prime && sa->dhgrp->gen1) { 643 sa->dhgrp->gen1 = ntohs(d->lorv); 646 sa->dhgrp->gen1 = 0; 649 memcpy(&sa->dhgrp->gen1, d + 1, len); 650 sa->dhgrp->gen1 = ntohl(sa->dhgrp->gen1);
|
D | oakley.c | 116 a.gen1 = 2; \ 248 if (eay_dh_compute(dh->prime, dh->gen1, pub, priv, pub_p, gxy) < 0) { 294 if (eay_dh_generate(dh->prime, dh->gen1, dh->gen2, pub, priv) < 0) { 349 if (!g->type || !g->prime || !g->gen1) {
|
/external/eigen/doc/ |
D | TutorialGeometry.dox | 102 gen1 * gen2;\endcode</td></tr> 104 vec2 = gen1 * vec1;\endcode</td></tr> 106 gen2 = gen1.inverse();\endcode</td></tr>
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/ |
D | eval.pass.cpp | 349 std::mt19937 gen1; in test8() local 356 int r1 = dist1(gen1); in test8()
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest-param-test.h.pump | 386 // Combine(gen1, gen2, ..., genN) 389 // gen1, gen2, ..., genN. The sequence elements will have a type of 391 // of elements from sequences produces by gen1, gen2, ..., genN.
|
/external/google-breakpad/src/testing/gtest/include/gtest/ |
D | gtest-param-test.h.pump | 386 // Combine(gen1, gen2, ..., genN) 389 // gen1, gen2, ..., genN. The sequence elements will have a type of 391 // of elements from sequences produces by gen1, gen2, ..., genN.
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest-param-test.h.pump | 380 // Combine(gen1, gen2, ..., genN) 383 // gen1, gen2, ..., genN. The sequence elements will have a type of 385 // of elements from sequences produces by gen1, gen2, ..., genN.
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/ |
D | gtest-param-test.h.pump | 386 // Combine(gen1, gen2, ..., genN) 389 // gen1, gen2, ..., genN. The sequence elements will have a type of 391 // of elements from sequences produces by gen1, gen2, ..., genN.
|
/external/python/cpython2/Lib/test/ |
D | test_itertools.py | 1489 def gen1(): function 1504 self.assertRaises(AssertionError, list, chain(gen1(), gen2(False))) 1508 self.assertRaises(AssertionError, list, chain(gen1(), gen2(True))) 1512 self.assertRaises(AssertionError, list, cycle(gen1()))
|
/external/python/cpython3/Lib/test/ |
D | test_itertools.py | 2035 def gen1(): function 2048 self.assertRaises(AssertionError, list, chain(gen1(), gen2(False))) 2052 self.assertRaises(AssertionError, list, chain(gen1(), gen2(True))) 2056 self.assertRaises(AssertionError, list, cycle(gen1()))
|
/external/icu/icu4c/source/data/translit/ |
D | Latn_Bopo.txt | 569 gen1 ← ㄍㄣ;
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_tasks.py | 3015 gen1 = coro() 3017 fut = asyncio.gather(gen1, gen2)
|