HomeSort by relevance Sort by last modified time
    Searched refs:gen2 (Results 1 - 25 of 29) sorted by null

1 2

  /external/tensorflow/tensorflow/core/lib/random/
simple_philox_test.cc 46 SimplePhilox *gen2) {
50 if (gen1->Rand32() != gen2->Rand32()) {
60 SimplePhilox gen1(&philox1), gen2(&philox2);
62 DifferenceTest("SimplePhilox: different seeds", &gen1, &gen2);
67 SimplePhilox gen1(&philox1), gen2(&philox2);
69 DifferenceTest("SimplePhilox: close seeds", &gen1, &gen2);
77 SimplePhilox gen1(&philox1), gen2(&philox2);
85 all.insert(gen2.Rand32());
  /external/libunwind/src/mi/
Gdyn-remote.c 209 unw_word_t dyn_list_addr, addr, next_addr, gen1, gen2, start_ip, end_ip; local
277 if (fetchw (as, a, &addr, &gen2, arg) < 0)
280 while (gen1 != gen2);
  /external/ipsec-tools/src/racoon/
oakley.h 160 int gen2; member in struct:dhgroup
ipsec_doi.c 657 sa->dhgrp->gen2 = ntohs(d->lorv);
660 sa->dhgrp->gen2 = 0;
663 memcpy(&sa->dhgrp->gen2, d + 1, len);
664 sa->dhgrp->gen2 = ntohl(sa->dhgrp->gen2);
    [all...]
  /prebuilts/go/darwin-x86/src/strings/
replace_test.go 138 // gen2 has multiple old strings with no pairwise common prefix.
139 gen2 := NewReplacer(
145 testCase{gen2, "roses are red, violets are blue...", "red are red, blue are blue..."},
146 testCase{gen2, "", ""},
  /prebuilts/go/linux-x86/src/strings/
replace_test.go 138 // gen2 has multiple old strings with no pairwise common prefix.
139 gen2 := NewReplacer(
145 testCase{gen2, "roses are red, violets are blue...", "red are red, blue are blue..."},
146 testCase{gen2, "", ""},
  /prebuilts/go/darwin-x86/test/
divmod.go 22 gen2(3, 64, 2, 64, checkdiv1)
27 gen2(2, 64, 1, 64, checkdiv1)
50 func gen2(n1, w1, n2, w2 int, f func(uint64, uint64)) { func
  /prebuilts/go/linux-x86/test/
divmod.go 22 gen2(3, 64, 2, 64, checkdiv1)
27 gen2(2, 64, 1, 64, checkdiv1)
50 func gen2(n1, w1, n2, w2 int, f func(uint64, uint64)) { func
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
ext_test.go 592 func concat(gen1, gen2 func(func([]byte))) func(func([]byte)) {
595 gen2(func(enc2 []byte) {
604 func concat3(gen1, gen2, gen3 func(func([]byte))) func(func([]byte)) {
607 gen2(func(enc2 []byte) {
618 func concat4(gen1, gen2, gen3, gen4 func(func([]byte))) func(func([]byte)) {
621 gen2(func(enc2 []byte) {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
ext_test.go 592 func concat(gen1, gen2 func(func([]byte))) func(func([]byte)) {
595 gen2(func(enc2 []byte) {
604 func concat3(gen1, gen2, gen3 func(func([]byte))) func(func([]byte)) {
607 gen2(func(enc2 []byte) {
618 func concat4(gen1, gen2, gen3, gen4 func(func([]byte))) func(func([]byte)) {
621 gen2(func(enc2 []byte) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
gen.c 155 #define gen2(s,a,b) {tab(); fprintf(output, s,a,b);} macro
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest-param-test_test.cc 551 const ParamGenerator<int> gen2 = Values(3, 4); local
552 gen = gen2;
    [all...]
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/
eval.pass.cpp 350 std::mt19937 gen2;
357 unsigned r2 = dist2(gen2);
  /external/protobuf/gtest/test/
gtest-param-test_test.cc 551 const ParamGenerator<int> gen2 = Values(3, 4); local
552 gen = gen2;
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-param-test_test.cc 551 const ParamGenerator<int> gen2 = Values(3, 4); local
552 gen = gen2;
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/
eval.pass.cpp 350 std::mt19937 gen2;
357 unsigned r2 = dist2(gen2);
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest-param-test_test.cc 551 const ParamGenerator<int> gen2 = Values(3, 4); local
552 gen = gen2;
    [all...]
  /external/googletest/googletest/test/
gtest-param-test_test.cc 551 const ParamGenerator<int> gen2 = Values(3, 4); local
552 gen = gen2;
    [all...]
  /external/v8/testing/gtest/test/
gtest-param-test_test.cc 551 const ParamGenerator<int> gen2 = Values(3, 4); local
552 gen = gen2;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_itertools.py 1367 def gen2(x): function in function:RegressionTests.test_sf_950057
    [all...]
  /external/python/cpython2/Lib/test/
test_itertools.py 1449 def gen2(x): function in function:RegressionTests.test_sf_950057
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_itertools.py 1382 def gen2(x): function in function:RegressionTests.test_sf_950057
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_itertools.py 1382 def gen2(x): function in function:RegressionTests.test_sf_950057
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_itertools.py 1382 def gen2(x): function in function:RegressionTests.test_sf_950057
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_itertools.py 1382 def gen2(x): function in function:RegressionTests.test_sf_950057
    [all...]

Completed in 894 milliseconds

1 2