Home
last modified time | relevance | path

Searched refs:random_integer (Results 1 – 25 of 115) sorted by relevance

12345

/dports/devel/thrust/thrust-1.9.5/testing/
H A Dasync_reduce_into.cu153 , unittest::random_integer<T>()
160 , unittest::random_integer<T>()
167 , unittest::random_integer<T>()
187 , unittest::random_integer<T>()
207 , unittest::random_integer<T>()
213 , unittest::random_integer<T>()
220 , unittest::random_integer<T>()
228 , unittest::random_integer<T>()
236 , unittest::random_integer<T>()
257 , unittest::random_integer<T>()
[all …]
H A Dasync_reduce.cu146 , unittest::random_integer<T>()
152 , unittest::random_integer<T>()
158 , unittest::random_integer<T>()
177 , unittest::random_integer<T>()
196 , unittest::random_integer<T>()
202 , unittest::random_integer<T>()
208 , unittest::random_integer<T>()
215 , unittest::random_integer<T>()
222 , unittest::random_integer<T>()
242 , unittest::random_integer<T>()
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/fuzz/
H A Dscriptnum_ops.cpp105 const int64_t random_integer = fuzzed_data_provider.ConsumeIntegral<int64_t>(); in initialize_script_sign()
106 if (!IsValidAddition(script_num, CScriptNum{random_integer})) { in initialize_script_sign()
111 script_num += random_integer; in initialize_script_sign()
114 const int64_t random_integer = fuzzed_data_provider.ConsumeIntegral<int64_t>(); in initialize_script_sign()
115 if (!IsValidSubtraction(script_num, CScriptNum{random_integer})) { in initialize_script_sign()
120 script_num -= random_integer; in initialize_script_sign()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/fuzz/
H A Dscriptnum_ops.cpp105 const int64_t random_integer = fuzzed_data_provider.ConsumeIntegral<int64_t>(); in FUZZ_TARGET() local
106 if (!IsValidAddition(script_num, CScriptNum{random_integer})) { in FUZZ_TARGET()
111 script_num += random_integer; in FUZZ_TARGET()
114 const int64_t random_integer = fuzzed_data_provider.ConsumeIntegral<int64_t>(); in FUZZ_TARGET() local
115 if (!IsValidSubtraction(script_num, CScriptNum{random_integer})) { in FUZZ_TARGET()
120 script_num -= random_integer; in FUZZ_TARGET()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/fuzz/
H A Dscriptnum_ops.cpp105 const int64_t random_integer = fuzzed_data_provider.ConsumeIntegral<int64_t>(); in FUZZ_TARGET() local
106 if (!IsValidAddition(script_num, CScriptNum{random_integer})) { in FUZZ_TARGET()
111 script_num += random_integer; in FUZZ_TARGET()
114 const int64_t random_integer = fuzzed_data_provider.ConsumeIntegral<int64_t>(); in FUZZ_TARGET() local
115 if (!IsValidSubtraction(script_num, CScriptNum{random_integer})) { in FUZZ_TARGET()
120 script_num -= random_integer; in FUZZ_TARGET()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/test/fuzz/
H A Dscriptnum_ops.cpp108 const int64_t random_integer = fuzzed_data_provider.ConsumeIntegral<int64_t>(); in test_one_input() local
109 if (!IsValidAddition(script_num, CScriptNum{random_integer})) { in test_one_input()
114 script_num += random_integer; in test_one_input()
118 const int64_t random_integer = fuzzed_data_provider.ConsumeIntegral<int64_t>(); in test_one_input() local
119 if (!IsValidSubtraction(script_num, CScriptNum{random_integer})) { in test_one_input()
124 script_num -= random_integer; in test_one_input()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/test/fuzz/
H A Dscriptnum_ops.cpp108 const int64_t random_integer = fuzzed_data_provider.ConsumeIntegral<int64_t>(); in test_one_input() local
109 if (!IsValidAddition(script_num, CScriptNum{random_integer})) { in test_one_input()
114 script_num += random_integer; in test_one_input()
118 const int64_t random_integer = fuzzed_data_provider.ConsumeIntegral<int64_t>(); in test_one_input() local
119 if (!IsValidSubtraction(script_num, CScriptNum{random_integer})) { in test_one_input()
124 script_num -= random_integer; in test_one_input()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/test/fuzz/
H A Dscriptnum_ops.cpp108 const int64_t random_integer = fuzzed_data_provider.ConsumeIntegral<int64_t>(); in test_one_input() local
109 if (!IsValidAddition(script_num, CScriptNum{random_integer})) { in test_one_input()
114 script_num += random_integer; in test_one_input()
118 const int64_t random_integer = fuzzed_data_provider.ConsumeIntegral<int64_t>(); in test_one_input() local
119 if (!IsValidSubtraction(script_num, CScriptNum{random_integer})) { in test_one_input()
124 script_num -= random_integer; in test_one_input()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/test/fuzz/
H A Dscriptnum_ops.cpp108 const int64_t random_integer = fuzzed_data_provider.ConsumeIntegral<int64_t>(); in test_one_input() local
109 if (!IsValidAddition(script_num, CScriptNum{random_integer})) { in test_one_input()
114 script_num += random_integer; in test_one_input()
118 const int64_t random_integer = fuzzed_data_provider.ConsumeIntegral<int64_t>(); in test_one_input() local
119 if (!IsValidSubtraction(script_num, CScriptNum{random_integer})) { in test_one_input()
124 script_num -= random_integer; in test_one_input()
/dports/biology/migrate/migrate-3.6.11/src/
H A Drandom.h66 extern long random_integer(long low, long high);
71 #define RANDINT random_integer
75 extern long random_integer(long low, long high);
80 #define RANDINT random_integer
/dports/math/mppp/mppp-0.26/test/
H A Dinteger_arith.cpp54 random_integer(tmp, x, rng); in operator ()()
65 random_integer(tmp, y, rng); in operator ()()
317 random_integer(tmp, x, rng); in operator ()()
328 random_integer(tmp, y, rng); in operator ()()
567 random_integer(tmp, x, rng); in operator ()()
578 random_integer(tmp, y, rng); in operator ()()
598 random_integer(tmp, x, rng); in operator ()()
605 random_integer(tmp, y, rng); in operator ()()
615 random_integer(tmp, x, rng); in operator ()()
622 random_integer(tmp, y, rng); in operator ()()
[all …]
H A Dinteger_caches.cpp59 random_integer(tmp, x, rng); in operator ()()
75 random_integer(tmp, x, rng); in operator ()()
91 random_integer(tmp, x, rng); in operator ()()
H A Dinteger_swap.cpp58 random_integer(tmp, x, rng); in operator ()()
60 random_integer(tmp, y, rng); in operator ()()
H A Drational_hash.cpp66 random_integer(num, x, rng); in operator ()()
67 random_integer(den, x, rng); in operator ()()
/dports/www/drupal8/drupal-8.9.20/core/modules/field/tests/src/FunctionalJavascript/Number/
H A DNumberFieldTest.php56 $random_integer = rand(0, pow(10, 6));
123 $integer_field => ['value' => $random_integer],
155 $this->assertRaw((string) $random_integer);
184 $integer_formatted = number_format($random_integer, 0, '', $thousand_separator);
/dports/www/drupal9/drupal-9.2.10/core/modules/field/tests/src/FunctionalJavascript/Number/
H A DNumberFieldTest.php56 $random_integer = rand(0, pow(10, 6));
123 $integer_field => ['value' => $random_integer],
155 $this->assertSession()->responseContains((string) $random_integer);
184 $integer_formatted = number_format($random_integer, 0, '', $thousand_separator);
/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/legacy/sample_vpp/src/
H A Dsample_vpp_roi.cpp26 int random_integer; in ownRandomGenerator_32s() local
29 random_integer = lowest + int(range * rand() / (RAND_MAX + 1.0)); in ownRandomGenerator_32s()
31 return random_integer; in ownRandomGenerator_32s()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_vpp/src/
H A Dsample_vpp_roi.cpp40 int random_integer; in ownRandomGenerator_32s() local
43 random_integer = lowest+int(range*rand()/(RAND_MAX + 1.0)); in ownRandomGenerator_32s()
45 return random_integer; in ownRandomGenerator_32s()
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/examples/cars/
H A Dmain.cpp83 int random_integer = (rand()%100);; in update() local
84 if (random_integer >= (100 - rate)) { in update()
89 int random_integer = (rand()%100);; in update() local
90 if (random_integer >= (100 - rate)) { in update()
/dports/science/py-scipy/scipy-1.7.1/benchmarks/benchmarks/
H A Doptimize_lap.py17 def random_integer(shape): function
46 'integer': random_integer,
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/tests/utils/
H A Dtest_mod.c79 random_integer (modint_t z) in random_integer() function
166 random_integer (tm); in tests_mod_intmod()
173 random_integer (tr); in tests_mod_intmod()
260 random_integer (tr); in tests_mod_set_int()
358 random_integer (tr); in tests_mod_divn()
432 random_integer (tr); in tests_mod_gcd()
510 random_integer (tr); in tests_mod_pow_ul()
661 random_integer (tr); in tests_mod_inv()
729 random_integer (tr); in tests_mod_jacobi()
/dports/devel/libslang2/slang-2.3.2/src/test/
H A Dinc.sl58 define random_integer (maxn) function
97 variable file = sprintf (fmt, random_integer (0xFFFFFFFFUL));
128 variable file = sprintf (fmt, random_integer (0xFFFFFFFFUL));
/dports/devel/qca/qca-2.3.4/src/botantools/botan/botan/
H A Dnumthry.h97 BigInt random_integer(u32bit);
98 BigInt random_integer(const BigInt &, const BigInt &);
/dports/devel/cltune/CLTune-2.7.0/src/searchers/
H A Dannealing.cc96 const auto random_integer = static_cast<size_t>(std::abs(int_distribution_(generator_))); in CalculateNextIndex() local
97 neighbour_state_ = neighbours[random_integer % neighbours.size()]; in CalculateNextIndex()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/pubkey/dsa/
H A Ddsa.cpp42 m_x = BigInt::random_integer(rng, 2, group_q()); in DSA_PrivateKey()
89 m_b = BigInt::random_integer(rng, 2, dsa.group_q()); in DSA_Signature_Operation()
123 const BigInt k = BigInt::random_integer(rng, 1, q); in raw_sign()

12345