Home
last modified time | relevance | path

Searched refs:test_in (Results 1 – 25 of 449) sorted by relevance

12345678910>>...18

/dports/games/minetest/minetest-5.4.1/builtin/common/tests/
H A Dserialize_spec.lua12 assert.same(test_in, test_out)
18 assert.same(test_in, test_out)
22 local test_in = 0.2695949158945771
24 assert.same(test_in, test_out)
28 local test_in = 269594915894577
30 assert.same(test_in, test_out)
34 local test_in = { hello = "world" }
35 test_in.foo = test_in
38 assert.same(test_in, test_out)
42 local test_in = {
[all …]
/dports/security/tfhe/tfhe-1.0.1-30-ga085efe/src/test/
H A Dtest-gate-bootstrapping.cpp59 LweSample *test_in = new_LweSample_array(2 * nb_samples, in_out_params); in main() local
62 bootsSymEncrypt(test_in + i, rand() % 2, keyset); in main()
65 bootsSymEncrypt(test_in + 0, rand() % 2, keyset); in main()
71 bootsNAND(test_in + i, test_in + (2 * i), test_in + (2 * i + 1), &keyset->cloud); in main()
79 bool mess1 = bootsSymDecrypt(test_in + (2 * i), keyset); in main()
80 bool mess2 = bootsSymDecrypt(test_in + (2 * i + 1), keyset); in main()
81 bool out = bootsSymDecrypt(test_in + i, keyset); in main()
85 cout << t32tod(lwePhase(test_in + i, keyset->lwe_key)) << " - "; in main()
86 cout << t32tod(lwePhase(test_in + (2 * i), keyset->lwe_key)) << " - "; in main()
87 cout << t32tod(lwePhase(test_in + (2 * i + 1), keyset->lwe_key)) << endl; in main()
[all …]
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dflatin.pyx1 def test_in(s): function
3 >>> test_in('ABC')
5 >>> test_in('abc')
7 >>> test_in('X')
9 >>> test_in('XYZ')
11 >>> test_in('ABCXYZ')
13 >>> test_in('')
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dflatin.pyx1 def test_in(s): function
3 >>> test_in('ABC')
5 >>> test_in('abc')
7 >>> test_in('X')
9 >>> test_in('XYZ')
11 >>> test_in('ABCXYZ')
13 >>> test_in('')
/dports/emulators/mess/mame-mame0226/3rdparty/portmidi/pm_test/
H A Dlatency.c100 int test_in, test_out; /* test MIDI in and/or out? */ variable
134 if (test_in) { in pt_callback()
177 case 1: test_in = 0; test_out = 0; break; in main()
178 case 2: test_in = 1; test_out = 0; break; in main()
179 case 3: test_in = 0; test_out = 1; break; in main()
180 case 4: test_in = 1; test_out = 1; break; in main()
183 if (test_in || test_out) { in main()
187 if ((test_in && info->input) || in main()
196 if (test_in) { in main()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/portmidi/pm_test/
H A Dlatency.c100 int test_in, test_out; /* test MIDI in and/or out? */ variable
134 if (test_in) { in pt_callback()
177 case 1: test_in = 0; test_out = 0; break; in main()
178 case 2: test_in = 1; test_out = 0; break; in main()
179 case 3: test_in = 0; test_out = 1; break; in main()
180 case 4: test_in = 1; test_out = 1; break; in main()
183 if (test_in || test_out) { in main()
187 if ((test_in && info->input) || in main()
196 if (test_in) { in main()
/dports/games/freeminer/freeminer-0.4.10.4/builtin/common/
H A Dserialize.lua198 local test_in = {cat={sound="nyan", speed=400}, dog={sound="woof"}}
199 local test_out = core.deserialize(core.serialize(test_in))
201 assert(test_in.cat.sound == test_out.cat.sound)
202 assert(test_in.cat.speed == test_out.cat.speed)
203 assert(test_in.dog.sound == test_out.dog.sound)
205 test_in = {escape_chars="\n\r\t\v\\\"\'", non_european="θשׁ٩∂"}
206 test_out = core.deserialize(core.serialize(test_in))
207 assert(test_in.escape_chars == test_out.escape_chars)
208 assert(test_in.non_european == test_out.non_european)
/dports/emulators/mame/mame-mame0226/3rdparty/portmidi/pm_test/
H A Dlatency.c100 int test_in, test_out; /* test MIDI in and/or out? */ variable
134 if (test_in) { in pt_callback()
177 case 1: test_in = 0; test_out = 0; break; in main()
178 case 2: test_in = 1; test_out = 0; break; in main()
179 case 3: test_in = 0; test_out = 1; break; in main()
180 case 4: test_in = 1; test_out = 1; break; in main()
183 if (test_in || test_out) { in main()
187 if ((test_in && info->input) || in main()
196 if (test_in) { in main()
/dports/games/odamex/odamex-src-0.7.0/libraries/portmidi/pm_test/
H A Dlatency.c100 int test_in, test_out; /* test MIDI in and/or out? */ variable
134 if (test_in) { in pt_callback()
177 case 1: test_in = 0; test_out = 0; break; in main()
178 case 2: test_in = 1; test_out = 0; break; in main()
179 case 3: test_in = 0; test_out = 1; break; in main()
180 case 4: test_in = 1; test_out = 1; break; in main()
183 if (test_in || test_out) { in main()
187 if ((test_in && info->input) || in main()
196 if (test_in) { in main()
/dports/audio/portmidi/portmidi-236/test/
H A Dlatency.c100 int test_in, test_out; /* test MIDI in and/or out? */ variable
134 if (test_in) { in pt_callback()
177 case 1: test_in = 0; test_out = 0; break; in main()
178 case 2: test_in = 1; test_out = 0; break; in main()
179 case 3: test_in = 0; test_out = 1; break; in main()
180 case 4: test_in = 1; test_out = 1; break; in main()
183 if (test_in || test_out) { in main()
187 if ((test_in && info->input) || in main()
196 if (test_in) { in main()
/dports/lang/perl5.34/perl-5.34.0/t/io/
H A Derrno.t29 for my $test_in ("test\n", "test") {
30 skip("Guaranteed newline at EOF on VMS", 4) if $^O eq 'VMS' && $test_in eq 'test';
35 my $test_in_esc = $test_in;
41 stdin => $test_in, stderr => 1),
42 $test_in,
/dports/lang/perl5.30/perl-5.30.3/t/io/
H A Derrno.t29 for my $test_in ("test\n", "test") {
30 skip("Guaranteed newline at EOF on VMS", 4) if $^O eq 'VMS' && $test_in eq 'test';
35 my $test_in_esc = $test_in;
41 stdin => $test_in, stderr => 1),
42 $test_in,
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/t/io/
H A Derrno.t29 for my $test_in ("test\n", "test") {
30 skip("Guaranteed newline at EOF on VMS", 4) if $^O eq 'VMS' && $test_in eq 'test';
35 my $test_in_esc = $test_in;
41 stdin => $test_in, stderr => 1),
42 $test_in,
/dports/lang/perl5.32/perl-5.32.1/t/io/
H A Derrno.t29 for my $test_in ("test\n", "test") {
30 skip("Guaranteed newline at EOF on VMS", 4) if $^O eq 'VMS' && $test_in eq 'test';
35 my $test_in_esc = $test_in;
41 stdin => $test_in, stderr => 1),
42 $test_in,
/dports/science/hdf/hdf-4.2.15/hdf/test/
H A Dnbit.c287 uint16 test_out, test_in; in test_nbit3() local
342 if ((int16) test_in != (int16) test_out) in test_nbit3()
368 int16 test_out, test_in; in test_nbit4() local
426 if ((int16) test_in != (int16) test_out) in test_nbit4()
452 uint32 test_out, test_in; in test_nbit5() local
537 int32 test_out, test_in; in test_nbit6() local
758 uint16 test_out, test_in; in test_nbit9() local
843 int16 test_out, test_in; in test_nbit10() local
922 t = (char *) &test_in; in test_nbit10()
952 uint32 test_out, test_in; in test_nbit11() local
[all …]
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_array_list_bad.v21 input pkg::type_t test_in, port
33 test_out.t1 <= ~test_in.t1;
34 test_out.t2 <= ~test_in.t2;
35 test_out.t3 <= ~test_in.t3;
/dports/security/cloak/cloak-0.2.0/cargo-crates/ring-0.14.6/src/io/
H A Dder.rs261 for &(test_in, test_out) in GOOD_POSITIVE_INTEGERS.iter() { in test_small_nonnegative_integer()
262 with_good_i(test_in, |input| { in test_small_nonnegative_integer()
267 for &test_in in BAD_NONNEGATIVE_INTEGERS.iter() { in test_small_nonnegative_integer()
268 with_bad_i(test_in, |input| { in test_small_nonnegative_integer()
281 for &(test_in, test_out) in GOOD_POSITIVE_INTEGERS.iter() { in test_positive_integer()
282 with_good_i(test_in, |input| { in test_positive_integer()
291 for &test_in in BAD_NONNEGATIVE_INTEGERS.iter() { in test_positive_integer()
292 with_bad_i(test_in, |input| { in test_positive_integer()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/ring-0.16.19/src/io/
H A Dder.rs274 for &(test_in, test_out) in GOOD_POSITIVE_INTEGERS.iter() { in test_small_nonnegative_integer()
275 with_good_i(test_in, |input| { in test_small_nonnegative_integer()
280 for &test_in in BAD_NONNEGATIVE_INTEGERS.iter() { in test_small_nonnegative_integer()
281 with_bad_i(test_in, |input| { in test_small_nonnegative_integer()
294 for &(test_in, test_out) in GOOD_POSITIVE_INTEGERS.iter() { in test_positive_integer()
295 with_good_i(test_in, |input| { in test_positive_integer()
304 for &test_in in BAD_NONNEGATIVE_INTEGERS.iter() { in test_positive_integer()
305 with_bad_i(test_in, |input| { in test_positive_integer()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/ring-0.16.20/src/io/
H A Dder.rs274 for &(test_in, test_out) in GOOD_POSITIVE_INTEGERS.iter() { in test_small_nonnegative_integer()
275 with_good_i(test_in, |input| { in test_small_nonnegative_integer()
280 for &test_in in BAD_NONNEGATIVE_INTEGERS.iter() { in test_small_nonnegative_integer()
281 with_bad_i(test_in, |input| { in test_small_nonnegative_integer()
294 for &(test_in, test_out) in GOOD_POSITIVE_INTEGERS.iter() { in test_positive_integer()
295 with_good_i(test_in, |input| { in test_positive_integer()
304 for &test_in in BAD_NONNEGATIVE_INTEGERS.iter() { in test_positive_integer()
305 with_bad_i(test_in, |input| { in test_positive_integer()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/ring-0.16.20/src/io/
H A Dder.rs274 for &(test_in, test_out) in GOOD_POSITIVE_INTEGERS.iter() { in test_small_nonnegative_integer()
275 with_good_i(test_in, |input| { in test_small_nonnegative_integer()
280 for &test_in in BAD_NONNEGATIVE_INTEGERS.iter() { in test_small_nonnegative_integer()
281 with_bad_i(test_in, |input| { in test_small_nonnegative_integer()
294 for &(test_in, test_out) in GOOD_POSITIVE_INTEGERS.iter() { in test_positive_integer()
295 with_good_i(test_in, |input| { in test_positive_integer()
304 for &test_in in BAD_NONNEGATIVE_INTEGERS.iter() { in test_positive_integer()
305 with_bad_i(test_in, |input| { in test_positive_integer()
/dports/net/routinator/routinator-0.10.2/cargo-crates/ring-0.16.20/src/io/
H A Dder.rs274 for &(test_in, test_out) in GOOD_POSITIVE_INTEGERS.iter() { in test_small_nonnegative_integer()
275 with_good_i(test_in, |input| { in test_small_nonnegative_integer()
280 for &test_in in BAD_NONNEGATIVE_INTEGERS.iter() { in test_small_nonnegative_integer()
281 with_bad_i(test_in, |input| { in test_small_nonnegative_integer()
294 for &(test_in, test_out) in GOOD_POSITIVE_INTEGERS.iter() { in test_positive_integer()
295 with_good_i(test_in, |input| { in test_positive_integer()
304 for &test_in in BAD_NONNEGATIVE_INTEGERS.iter() { in test_positive_integer()
305 with_bad_i(test_in, |input| { in test_positive_integer()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/ring-0.16.20/src/io/
H A Dder.rs274 for &(test_in, test_out) in GOOD_POSITIVE_INTEGERS.iter() { in test_small_nonnegative_integer()
275 with_good_i(test_in, |input| { in test_small_nonnegative_integer()
280 for &test_in in BAD_NONNEGATIVE_INTEGERS.iter() { in test_small_nonnegative_integer()
281 with_bad_i(test_in, |input| { in test_small_nonnegative_integer()
294 for &(test_in, test_out) in GOOD_POSITIVE_INTEGERS.iter() { in test_positive_integer()
295 with_good_i(test_in, |input| { in test_positive_integer()
304 for &test_in in BAD_NONNEGATIVE_INTEGERS.iter() { in test_positive_integer()
305 with_bad_i(test_in, |input| { in test_positive_integer()
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/ring-0.16.15/src/io/
H A Dder.rs276 for &(test_in, test_out) in GOOD_POSITIVE_INTEGERS.iter() { in test_small_nonnegative_integer()
277 with_good_i(test_in, |input| { in test_small_nonnegative_integer()
282 for &test_in in BAD_NONNEGATIVE_INTEGERS.iter() { in test_small_nonnegative_integer()
283 with_bad_i(test_in, |input| { in test_small_nonnegative_integer()
296 for &(test_in, test_out) in GOOD_POSITIVE_INTEGERS.iter() { in test_positive_integer()
297 with_good_i(test_in, |input| { in test_positive_integer()
306 for &test_in in BAD_NONNEGATIVE_INTEGERS.iter() { in test_positive_integer()
307 with_bad_i(test_in, |input| { in test_positive_integer()
/dports/net/quiche/quiche-0.9.0/cargo-crates/ring-0.16.20/src/io/
H A Dder.rs274 for &(test_in, test_out) in GOOD_POSITIVE_INTEGERS.iter() { in test_small_nonnegative_integer()
275 with_good_i(test_in, |input| { in test_small_nonnegative_integer()
280 for &test_in in BAD_NONNEGATIVE_INTEGERS.iter() { in test_small_nonnegative_integer()
281 with_bad_i(test_in, |input| { in test_small_nonnegative_integer()
294 for &(test_in, test_out) in GOOD_POSITIVE_INTEGERS.iter() { in test_positive_integer()
295 with_good_i(test_in, |input| { in test_positive_integer()
304 for &test_in in BAD_NONNEGATIVE_INTEGERS.iter() { in test_positive_integer()
305 with_bad_i(test_in, |input| { in test_positive_integer()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/ring-0.16.12/src/io/
H A Dder.rs276 for &(test_in, test_out) in GOOD_POSITIVE_INTEGERS.iter() { in test_small_nonnegative_integer()
277 with_good_i(test_in, |input| { in test_small_nonnegative_integer()
282 for &test_in in BAD_NONNEGATIVE_INTEGERS.iter() { in test_small_nonnegative_integer()
283 with_bad_i(test_in, |input| { in test_small_nonnegative_integer()
296 for &(test_in, test_out) in GOOD_POSITIVE_INTEGERS.iter() { in test_positive_integer()
297 with_good_i(test_in, |input| { in test_positive_integer()
306 for &test_in in BAD_NONNEGATIVE_INTEGERS.iter() { in test_positive_integer()
307 with_bad_i(test_in, |input| { in test_positive_integer()

12345678910>>...18