Home
last modified time | relevance | path

Searched refs:test_func (Results 1 – 25 of 2323) sorted by relevance

12345678910>>...93

/dports/devel/libslang2/slang-2.3.2/slsh/lib/test/
H A Dtest_setfuns.sl4 private define test_func (func, arglist, ans) function
24 test_func (&unique1, {[1]}, [1]);
25 test_func (&unique1, {[1,1]}, [1]);
26 test_func (&unique1, {[0:-1]}, Int_Type[0]);
28 test_func (&unique1, {{1}}, {1});
29 test_func (&unique1, {{1,1}}, {1});
30 test_func (&unique1, {{}}, {});
32 test_func (&intersection, {[1:5], [3:7]}, [2:4]);
33 test_func (&intersection, {[1:5], [5:7]}, [4]);
34 test_func (&intersection, {[1:5], [0:1]}, [0]);
[all …]
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/t/pt-online-schema-change/
H A Dfind_renamed_cols.t54 test_func(
62 test_func(
70 test_func(
78 test_func(
86 test_func(
94 test_func(
103 test_func(
116 test_func(
123 test_func(
130 test_func(
[all …]
/dports/devel/isa-l/isa-l-2.30.0/crc/
H A Dcrc64_funcs_test.c79 int zeros_test(func_case_t * test_func);
85 int eob_test(func_case_t * test_func);
87 int update_test(func_case_t * test_func);
96 func_case_t *test_func; in main() local
111 test_func = &test_funcs[i]; in main()
113 printf("Test %s\t", test_func->note); in main()
114 fail_case += zeros_test(test_func); in main()
117 fail_case += eob_test(test_func); in main()
118 fail_case += update_test(test_func); in main()
133 int zeros_test(func_case_t * test_func) in zeros_test() argument
[all …]
H A Dcrc32_funcs_test.c89 int zeros_test(func_case_t * test_func);
95 int eob_test(func_case_t * test_func);
97 int update_test(func_case_t * test_func);
106 func_case_t *test_func; in main() local
121 test_func = &test_funcs[i]; in main()
123 printf("Test %s\t", test_func->note); in main()
124 fail_case += zeros_test(test_func); in main()
127 fail_case += eob_test(test_func); in main()
128 fail_case += update_test(test_func); in main()
143 int zeros_test(func_case_t * test_func) in zeros_test() argument
[all …]
/dports/devel/isa-l/isa-l-2.30.0/igzip/
H A Dchecksum32_funcs_test.c67 int zeros_test(func_case_t * test_func);
70 int eob_test(func_case_t * test_func);
71 int update_test(func_case_t * test_func);
81 func_case_t *test_func; in main() local
96 test_func = &test_funcs[i]; in main()
98 printf("Test %s ", test_func->note); in main()
99 fail_case += zeros_test(test_func); in main()
102 fail_case += eob_test(test_func); in main()
103 fail_case += update_test(test_func); in main()
119 int zeros_test(func_case_t * test_func) in zeros_test() argument
[all …]
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/packed_simd-0.3.3/src/api/
H A Dbit_manip.rs44 macro_rules! test_func {
82 test_func!($id::splat(0), count_ones);
83 test_func!($id::splat(!0), count_ones);
84 test_func!(load_bytes(), count_ones);
90 test_func!($id::splat(0), count_zeros);
91 test_func!($id::splat(!0), count_zeros);
92 test_func!(load_bytes(), count_zeros);
98 test_func!($id::splat(0), leading_zeros);
104 test_func!(
108 test_func!(load_bytes(), leading_zeros);
[all …]
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/packed_simd_2-0.3.6/src/api/
H A Dbit_manip.rs45 macro_rules! test_func {
83 test_func!($id::splat(0), count_ones);
84 test_func!($id::splat(!0), count_ones);
85 test_func!(load_bytes(), count_ones);
91 test_func!($id::splat(0), count_zeros);
92 test_func!($id::splat(!0), count_zeros);
93 test_func!(load_bytes(), count_zeros);
99 test_func!($id::splat(0), leading_zeros);
105 test_func!(
109 test_func!(load_bytes(), leading_zeros);
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/packed_simd/src/api/
H A Dbit_manip.rs45 macro_rules! test_func {
83 test_func!($id::splat(0), count_ones);
84 test_func!($id::splat(!0), count_ones);
85 test_func!(load_bytes(), count_ones);
91 test_func!($id::splat(0), count_zeros);
92 test_func!($id::splat(!0), count_zeros);
93 test_func!(load_bytes(), count_zeros);
99 test_func!($id::splat(0), leading_zeros);
105 test_func!(
109 test_func!(load_bytes(), leading_zeros);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/packed_simd/src/api/
H A Dbit_manip.rs45 macro_rules! test_func {
83 test_func!($id::splat(0), count_ones);
84 test_func!($id::splat(!0), count_ones);
85 test_func!(load_bytes(), count_ones);
91 test_func!($id::splat(0), count_zeros);
92 test_func!($id::splat(!0), count_zeros);
93 test_func!(load_bytes(), count_zeros);
99 test_func!($id::splat(0), leading_zeros);
105 test_func!(
109 test_func!(load_bytes(), leading_zeros);
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/packed_simd-0.3.3/src/api/
H A Dbit_manip.rs44 macro_rules! test_func {
82 test_func!($id::splat(0), count_ones);
83 test_func!($id::splat(!0), count_ones);
84 test_func!(load_bytes(), count_ones);
90 test_func!($id::splat(0), count_zeros);
91 test_func!($id::splat(!0), count_zeros);
92 test_func!(load_bytes(), count_zeros);
98 test_func!($id::splat(0), leading_zeros);
104 test_func!(
108 test_func!(load_bytes(), leading_zeros);
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/packed_simd_2/src/api/
H A Dbit_manip.rs45 macro_rules! test_func {
83 test_func!($id::splat(0), count_ones);
84 test_func!($id::splat(!0), count_ones);
85 test_func!(load_bytes(), count_ones);
91 test_func!($id::splat(0), count_zeros);
92 test_func!($id::splat(!0), count_zeros);
93 test_func!(load_bytes(), count_zeros);
99 test_func!($id::splat(0), leading_zeros);
105 test_func!(
109 test_func!(load_bytes(), leading_zeros);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/packed_simd/src/api/
H A Dbit_manip.rs45 macro_rules! test_func {
83 test_func!($id::splat(0), count_ones);
84 test_func!($id::splat(!0), count_ones);
85 test_func!(load_bytes(), count_ones);
91 test_func!($id::splat(0), count_zeros);
92 test_func!($id::splat(!0), count_zeros);
93 test_func!(load_bytes(), count_zeros);
99 test_func!($id::splat(0), leading_zeros);
105 test_func!(
109 test_func!(load_bytes(), leading_zeros);
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/packed_simd/src/api/
H A Dbit_manip.rs44 macro_rules! test_func {
82 test_func!($id::splat(0), count_ones);
83 test_func!($id::splat(!0), count_ones);
84 test_func!(load_bytes(), count_ones);
90 test_func!($id::splat(0), count_zeros);
91 test_func!($id::splat(!0), count_zeros);
92 test_func!(load_bytes(), count_zeros);
98 test_func!($id::splat(0), leading_zeros);
104 test_func!(
108 test_func!(load_bytes(), leading_zeros);
[all …]
/dports/cad/py-pymtl/pymtl3-3.1.6/pymtl3/passes/backends/verilog/test/
H A DTranslationImport_stdlib_test.py54 test_func = _rr_arb_4
56 test_func.__globals__['run_test'] = run_test
58 test_func()
74 test_func = _rr_arb_en_4
78 test_func( None )
97 test_func = _crossbar3
101 test_func()
115 test_func = _encoder5
119 test_func()
128 def _run_queue_test( test_func ): argument
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/fusion/test/functional/
H A Dunfused_typed.cpp33 struct test_func struct
83 typedef fusion::unfused_typed< test_func<>, types0 > t0; in result_type_tests() argument
85 typedef fusion::unfused_typed< test_func<>, types1 > t1; in result_type_tests()
97 test_func<noncopyable> f; in nullary_tests()
98 fusion::unfused_typed< test_func<>, types0 > unfused_func; in nullary_tests()
100 fusion::unfused_typed< test_func<> const, types0 > unfused_func_c; in nullary_tests()
113 test_func<noncopyable> f; in unary_tests()
114 fusion::unfused_typed< test_func<>, types1 > unfused_func; in unary_tests()
116 fusion::unfused_typed< test_func<> const, types1 > unfused_func_c; in unary_tests()
135 test_func<noncopyable> f; in ternary_tests()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/fusion/test/functional/
H A Dunfused_typed.cpp33 struct test_func struct
83 typedef fusion::unfused_typed< test_func<>, types0 > t0; in result_type_tests() argument
85 typedef fusion::unfused_typed< test_func<>, types1 > t1; in result_type_tests()
97 test_func<noncopyable> f; in nullary_tests()
98 fusion::unfused_typed< test_func<>, types0 > unfused_func; in nullary_tests()
100 fusion::unfused_typed< test_func<> const, types0 > unfused_func_c; in nullary_tests()
113 test_func<noncopyable> f; in unary_tests()
114 fusion::unfused_typed< test_func<>, types1 > unfused_func; in unary_tests()
116 fusion::unfused_typed< test_func<> const, types1 > unfused_func_c; in unary_tests()
135 test_func<noncopyable> f; in ternary_tests()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/fusion/test/functional/
H A Dunfused_typed.cpp33 struct test_func struct
83 typedef fusion::unfused_typed< test_func<>, types0 > t0; in result_type_tests() argument
85 typedef fusion::unfused_typed< test_func<>, types1 > t1; in result_type_tests()
97 test_func<noncopyable> f; in nullary_tests()
98 fusion::unfused_typed< test_func<>, types0 > unfused_func; in nullary_tests()
100 fusion::unfused_typed< test_func<> const, types0 > unfused_func_c; in nullary_tests()
113 test_func<noncopyable> f; in unary_tests()
114 fusion::unfused_typed< test_func<>, types1 > unfused_func; in unary_tests()
116 fusion::unfused_typed< test_func<> const, types1 > unfused_func_c; in unary_tests()
135 test_func<noncopyable> f; in ternary_tests()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/fusion/test/functional/
H A Dunfused_typed.cpp33 struct test_func struct
83 typedef fusion::unfused_typed< test_func<>, types0 > t0; in result_type_tests() argument
85 typedef fusion::unfused_typed< test_func<>, types1 > t1; in result_type_tests()
97 test_func<noncopyable> f; in nullary_tests()
98 fusion::unfused_typed< test_func<>, types0 > unfused_func; in nullary_tests()
100 fusion::unfused_typed< test_func<> const, types0 > unfused_func_c; in nullary_tests()
113 test_func<noncopyable> f; in unary_tests()
114 fusion::unfused_typed< test_func<>, types1 > unfused_func; in unary_tests()
116 fusion::unfused_typed< test_func<> const, types1 > unfused_func_c; in unary_tests()
135 test_func<noncopyable> f; in ternary_tests()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/fusion/test/functional/
H A Dunfused_typed.cpp33 struct test_func struct
83 typedef fusion::unfused_typed< test_func<>, types0 > t0; in result_type_tests() argument
85 typedef fusion::unfused_typed< test_func<>, types1 > t1; in result_type_tests()
97 test_func<noncopyable> f; in nullary_tests()
98 fusion::unfused_typed< test_func<>, types0 > unfused_func; in nullary_tests()
100 fusion::unfused_typed< test_func<> const, types0 > unfused_func_c; in nullary_tests()
113 test_func<noncopyable> f; in unary_tests()
114 fusion::unfused_typed< test_func<>, types1 > unfused_func; in unary_tests()
116 fusion::unfused_typed< test_func<> const, types1 > unfused_func_c; in unary_tests()
135 test_func<noncopyable> f; in ternary_tests()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/fusion/test/functional/
H A Dunfused_typed.cpp33 struct test_func struct
83 typedef fusion::unfused_typed< test_func<>, types0 > t0; in result_type_tests() argument
85 typedef fusion::unfused_typed< test_func<>, types1 > t1; in result_type_tests()
97 test_func<noncopyable> f; in nullary_tests()
98 fusion::unfused_typed< test_func<>, types0 > unfused_func; in nullary_tests()
100 fusion::unfused_typed< test_func<> const, types0 > unfused_func_c; in nullary_tests()
113 test_func<noncopyable> f; in unary_tests()
114 fusion::unfused_typed< test_func<>, types1 > unfused_func; in unary_tests()
116 fusion::unfused_typed< test_func<> const, types1 > unfused_func_c; in unary_tests()
135 test_func<noncopyable> f; in ternary_tests()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/fusion/test/functional/
H A Dunfused_typed.cpp33 struct test_func struct
83 typedef fusion::unfused_typed< test_func<>, types0 > t0; in result_type_tests() argument
85 typedef fusion::unfused_typed< test_func<>, types1 > t1; in result_type_tests()
97 test_func<noncopyable> f; in nullary_tests()
98 fusion::unfused_typed< test_func<>, types0 > unfused_func; in nullary_tests()
100 fusion::unfused_typed< test_func<> const, types0 > unfused_func_c; in nullary_tests()
113 test_func<noncopyable> f; in unary_tests()
114 fusion::unfused_typed< test_func<>, types1 > unfused_func; in unary_tests()
116 fusion::unfused_typed< test_func<> const, types1 > unfused_func_c; in unary_tests()
135 test_func<noncopyable> f; in ternary_tests()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/fusion/test/functional/
H A Dunfused_typed.cpp33 struct test_func struct
83 typedef fusion::unfused_typed< test_func<>, types0 > t0; in result_type_tests() argument
85 typedef fusion::unfused_typed< test_func<>, types1 > t1; in result_type_tests()
97 test_func<noncopyable> f; in nullary_tests()
98 fusion::unfused_typed< test_func<>, types0 > unfused_func; in nullary_tests()
100 fusion::unfused_typed< test_func<> const, types0 > unfused_func_c; in nullary_tests()
113 test_func<noncopyable> f; in unary_tests()
114 fusion::unfused_typed< test_func<>, types1 > unfused_func; in unary_tests()
116 fusion::unfused_typed< test_func<> const, types1 > unfused_func_c; in unary_tests()
135 test_func<noncopyable> f; in ternary_tests()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/fusion/test/functional/
H A Dunfused_typed.cpp33 struct test_func struct
83 typedef fusion::unfused_typed< test_func<>, types0 > t0; in result_type_tests() argument
85 typedef fusion::unfused_typed< test_func<>, types1 > t1; in result_type_tests()
97 test_func<noncopyable> f; in nullary_tests()
98 fusion::unfused_typed< test_func<>, types0 > unfused_func; in nullary_tests()
100 fusion::unfused_typed< test_func<> const, types0 > unfused_func_c; in nullary_tests()
113 test_func<noncopyable> f; in unary_tests()
114 fusion::unfused_typed< test_func<>, types1 > unfused_func; in unary_tests()
116 fusion::unfused_typed< test_func<> const, types1 > unfused_func_c; in unary_tests()
135 test_func<noncopyable> f; in ternary_tests()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/tests/topotests/bgp_link_bw_ip/
H A Dtest_bgp_linkbw_ip.py163 test_func = partial(topotest.router_json_cmp,
174 test_func = partial(topotest.router_json_cmp,
185 test_func = partial(topotest.router_json_cmp,
213 test_func = partial(topotest.router_json_cmp,
224 test_func = partial(topotest.router_json_cmp,
235 test_func = partial(topotest.router_json_cmp,
261 test_func = partial(topotest.router_json_cmp,
272 test_func = partial(topotest.router_json_cmp,
287 test_func = partial(topotest.router_json_cmp,
297 test_func = partial(topotest.router_json_cmp,
[all …]
/dports/net/frr7/frr-frr-7.5.1/tests/topotests/bgp_link_bw_ip/
H A Dtest_bgp_linkbw_ip.py163 test_func = partial(topotest.router_json_cmp,
174 test_func = partial(topotest.router_json_cmp,
185 test_func = partial(topotest.router_json_cmp,
213 test_func = partial(topotest.router_json_cmp,
224 test_func = partial(topotest.router_json_cmp,
235 test_func = partial(topotest.router_json_cmp,
261 test_func = partial(topotest.router_json_cmp,
272 test_func = partial(topotest.router_json_cmp,
287 test_func = partial(topotest.router_json_cmp,
297 test_func = partial(topotest.router_json_cmp,
[all …]

12345678910>>...93