Home
last modified time | relevance | path

Searched refs:randoms (Results 101 – 125 of 715) sorted by relevance

12345678910>>...29

/dports/devel/rapidcheck/rapidcheck-7bc7d30/include/rapidcheck/gen/
H A DTuple.hpp96 Random randoms[sizeof...(Ts)]; in operator ()() local
98 randoms[i] = r.split(); in operator ()()
104 std::get<Indexes>(m_gens)(randoms[Indexes], size)...); in operator ()()
/dports/security/p5-Bytes-Random-Secure-Tiny/Bytes-Random-Secure-Tiny-1.008/lib/Bytes/Random/Secure/
H A DTiny.pm374 my @randoms;
375 $#randoms = $count-1; @randoms = (); # Microoptimize: Preextend & purge.
379 push @randoms, $rand;
381 return \@randoms;
/dports/math/bsdnt/bsdnt-de98bde/test/
H A Dt-nn_linear.c875 randoms(ANY, state, &c1, NULL); in test_mul1()
943 randoms(ANY, state, &c1, NULL); in test_addmul1()
1011 randoms(ANY, state, &c1, NULL); in test_submul1()
1074 randoms(ANY, state, &c1, NULL); in test_add1()
1137 randoms(ANY, state, &c1, NULL); in test_sub1()
1162 randoms(ANY, state, &c1, NULL); in test_sub1()
1495 randoms(NONZERO, state, &d, NULL); in test_divrem1_simple()
1518 randoms(NONZERO, state, &d, NULL); in test_divrem1_simple()
1623 randoms(ODD, state, &d, NULL); in test_divrem_hensel1_preinv()
1648 randoms(ODD, state, &d, NULL); in test_divrem_hensel1_preinv()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/spatial/kdtree/
H A Dpoints.go83 const randoms = 100 const
86 func (p Plane) Pivot() int { return Partition(p, MedianOfRandoms(p, randoms)) }
/dports/devel/rapidcheck/rapidcheck-7bc7d30/test/gen/ContainerTests/
H A DFixed.cpp70 std::unordered_set<Random> randoms; in exec()
74 [&](const Element &x) { return insertRandoms(randoms, x); })); in exec()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/cuda/sample_consensus/src/
H A Dsac_model_1point_plane.cu318 typename Storage<int>::type randoms (max_iterations); in generateModelHypotheses() local
325 randoms.begin (), in generateModelHypotheses()
334 randoms.begin (), randoms.begin () + max_iterations, in generateModelHypotheses()
353 typename Storage<int>::type randoms (max_iterations); in generateModelHypotheses() local
360 randoms.begin (), in generateModelHypotheses()
370 randoms.begin (), randoms.begin () + max_iterations, in generateModelHypotheses()
H A Dsac_model_plane.cu169 typename Storage<int>::type randoms (max_iterations); in generateModelHypotheses() local
176 randoms.begin (), in generateModelHypotheses()
183 randoms.begin (), randoms.begin () + max_iterations, in generateModelHypotheses()
/dports/math/p5-Math-Random-MT-Auto/Math-Random-MT-Auto-6.23/t/
H A D01-mersenne.t29 ( # 64-bit randoms
231 ( # 32-bit randoms
435 # 64-bit randoms
638 # 32-bit randoms
H A D13-overload.t25 ( # 64-bit randoms
29 ( # 32-bit randoms
/dports/www/zola/zola-0.15.2/cargo-crates/rustls-0.20.2/src/server/
H A Dtls13.rs70 pub(in crate::server) randoms: ConnectionRandoms, field
276 &self.randoms, in handle_client_hello()
330 &self.randoms, in handle_client_hello()
358 randoms: &ConnectionRandoms, in emit_server_hello()
390 random: Random::from(randoms.server), in emit_server_hello()
419 &randoms.client, in emit_server_hello()
436 &randoms.client, in emit_server_hello()
670 randoms: &ConnectionRandoms, in emit_finished_tls13()
698 &randoms.client, in emit_finished_tls13()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/rustls-0.20.2/src/server/
H A Dtls13.rs70 pub(in crate::server) randoms: ConnectionRandoms, field
276 &self.randoms, in handle_client_hello()
330 &self.randoms, in handle_client_hello()
358 randoms: &ConnectionRandoms, in emit_server_hello()
390 random: Random::from(randoms.server), in emit_server_hello()
419 &randoms.client, in emit_server_hello()
436 &randoms.client, in emit_server_hello()
670 randoms: &ConnectionRandoms, in emit_finished_tls13()
698 &randoms.client, in emit_finished_tls13()
/dports/math/bcps/CHiPPS-BiCePS-releases-0.99.2/Bcps/examples/Blis/
H A DBlisConstraint.cpp151 const double * randoms = m->getConRandoms(); in hashing() local
156 hashValue_ += randoms[ind] * ind; in hashing()
/dports/devel/isa-l/isa-l-2.30.0/igzip/
H A Digzip_rand_test.c131 int randoms; member
142 options.randoms = RANDOMS; in init_options()
175 options.randoms = atoi(optarg); in parse_options()
2813 for (i = 0; i < options.randoms; i++) { in main()
2824 if (i % (options.randoms / 16) == 0) in main()
2877 for (i = 0; i < options.randoms; i++) { in main()
2888 if (i % (options.randoms / 16) == 0) in main()
2917 for (i = 0; i < options.randoms; i++) { in main()
2928 if (i % (options.randoms / 16) == 0) in main()
2961 if (i % (options.randoms / 16) == 0) in main()
[all …]
/dports/textproc/py-chardet/chardet-4.0.0/
H A Dtest.py109 st.randoms())
134 st.randoms())
/dports/lang/racket/racket-8.3/share/pkgs/frtime/tests/
H A Dinfo.rkt3 (define test-randoms '("time.rkt"))
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/rustls-0.17.0/src/client/
H A Dcommon.rs58 pub randoms: SessionRandoms, field
72 randoms: SessionRandoms::for_client(), in new()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/rustls-0.19.1/src/client/
H A Dcommon.rs58 pub randoms: SessionRandoms, field
72 randoms: SessionRandoms::for_client(), in new()
/dports/net/routinator/routinator-0.10.2/cargo-crates/rustls-0.19.1/src/client/
H A Dcommon.rs58 pub randoms: SessionRandoms, field
72 randoms: SessionRandoms::for_client(), in new()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/rustls-0.19.1/src/client/
H A Dcommon.rs58 pub randoms: SessionRandoms, field
72 randoms: SessionRandoms::for_client(), in new()
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/rustls-0.17.0/src/client/
H A Dcommon.rs58 pub randoms: SessionRandoms, field
72 randoms: SessionRandoms::for_client(), in new()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/rustls-0.17.0/src/client/
H A Dcommon.rs58 pub randoms: SessionRandoms, field
72 randoms: SessionRandoms::for_client(), in new()
/dports/devel/emscripten/emscripten-2.0.3/tests/
H A Dmalloc_bench.cpp27 void randoms() { in randoms() function
148 randoms(); in main()
/dports/net/krill/krill-0.9.4/cargo-crates/rustls-0.19.1/src/client/
H A Dcommon.rs58 pub randoms: SessionRandoms, field
72 randoms: SessionRandoms::for_client(), in new()
/dports/www/xh/xh-0.14.1/cargo-crates/rustls-0.19.1/src/client/
H A Dcommon.rs58 pub randoms: SessionRandoms, field
72 randoms: SessionRandoms::for_client(), in new()
/dports/security/p5-Bytes-Random-Secure-Tiny/Bytes-Random-Secure-Tiny-1.008/t/
H A D22-random_string_from.t17 "Requested $count ranged randoms, and got $count." );
21 'Requested undefined quantity of ranged randoms, and got zero (default).' );

12345678910>>...29