Home
last modified time | relevance | path

Searched refs:check_inputs (Results 1 – 25 of 132) sorted by relevance

123456

/dports/devel/py-orange-widget-base/orange-widget-base-4.13.0/orangewidget/workflow/tests/
H A Dtest_widgetsscheme.py445 check_inputs([])
448 check_inputs([2])
454 check_inputs([1])
461 check_inputs([2])
468 check_inputs([1])
474 check_inputs([2])
478 check_inputs([2])
480 check_inputs([2])
484 check_inputs([2])
490 check_inputs([2])
[all …]
/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/lib/
H A Dflowgraph.cc197 std::vector<int> flowgraph::calc_used_ports(basic_block_sptr block, bool check_inputs) in calc_used_ports() argument
202 edge_vector_t edges = calc_connections(block, check_inputs); in calc_used_ports()
204 if (check_inputs == true) in calc_used_ports()
213 edge_vector_t flowgraph::calc_connections(basic_block_sptr block, bool check_inputs) in calc_connections() argument
218 if (check_inputs) { in calc_connections()
232 bool check_inputs) in check_contiguity() argument
237 check_inputs ? block->input_signature() : block->output_signature(); in check_contiguity()
248 << (check_inputs ? "input ports " : "output ports ") << "(" << min_ports in check_contiguity()
255 << (check_inputs ? "input ports " : "output ports ") << "(" << max_ports in check_contiguity()
264 << (check_inputs ? "to input port " : "from output port ") << i; in check_contiguity()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DNCSUOptimizer.cpp60 check_inputs(); in NCSUOptimizer()
76 check_inputs(); in NCSUOptimizer()
88 check_inputs(); in NCSUOptimizer()
106 check_inputs(); in NCSUOptimizer()
133 void NCSUOptimizer::check_inputs() in check_inputs() function in Dakota::NCSUOptimizer
H A DNCSUOptimizer.hpp110 void check_inputs(); ///< verify problem respects NCSU DIRECT Fortran limits
/dports/math/hpcombi/HPCombi-0.0.6/benchmark/python/
H A Dcompare_bench.py13 def check_inputs(in1, in2, flags): function
56 check_inputs(test1, test2, benchmark_options)
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/extern/HPCombi/benchmark/python/
H A Dcompare_bench.py13 def check_inputs(in1, in2, flags): function
56 check_inputs(test1, test2, benchmark_options)
/dports/audio/giada/giada-0.17.1/src/deps/json/benchmarks/thirdparty/benchmark/tools/
H A Dcompare_bench.py13 def check_inputs(in1, in2, flags): function
56 check_inputs(test1, test2, benchmark_options)
/dports/math/libsemigroups/libsemigroups-1.3.7/old-benchmarks/
H A Dcompare_bench.py13 def check_inputs(in1, in2, flags): function
57 check_inputs(test1, test2, benchmark_options)
/dports/misc/py-onnx/onnx-1.10.2/third_party/benchmark/tools/
H A Dcompare_bench.py13 def check_inputs(in1, in2, flags): function
56 check_inputs(test1, test2, benchmark_options)
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/json/benchmarks/thirdparty/benchmark/tools/
H A Dcompare_bench.py13 def check_inputs(in1, in2, flags): function
56 check_inputs(test1, test2, benchmark_options)
/dports/sysutils/fusefs-encfs/encfs-1.9.5/vendor/github.com/google/benchmark/tools/
H A Dcompare_bench.py13 def check_inputs(in1, in2, flags): function
57 check_inputs(test1, test2, benchmark_options)
/dports/emulators/mess/mame-mame0226/src/devices/bus/sunmouse/
H A Dhlemouse.cpp105 check_inputs(); in INPUT_CHANGED_MEMBER()
191 check_inputs(); in tra_complete()
256 void hle_device_base::check_inputs() in check_inputs() function in bus::sunmouse::hle_device_base
/dports/emulators/mame/mame-mame0226/src/devices/bus/sunmouse/
H A Dhlemouse.cpp105 check_inputs(); in INPUT_CHANGED_MEMBER()
191 check_inputs(); in tra_complete()
256 void hle_device_base::check_inputs() in check_inputs() function in bus::sunmouse::hle_device_base
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/
H A Deta_reduction.rs103 if check_inputs(cx, body.params, args); in check_expr()
141 if check_inputs(cx, body.params, args); in check_expr()
161 fn check_inputs(cx: &LateContext<'_>, params: &[Param<'_>], call_args: &[Expr<'_>]) -> bool { in check_inputs() function
/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/include/gnuradio/
H A Dflowgraph.h269 std::vector<int> calc_used_ports(basic_block_sptr block, bool check_inputs);
281 bool check_inputs); // false=use outputs
284 bool check_inputs);
/dports/sysutils/pesign/pesign-0.110/src/
H A Dpesign.c359 check_inputs(pesign_context *ctx) in check_inputs() function
647 check_inputs(ctxp); in main()
682 check_inputs(ctxp); in main()
748 check_inputs(ctxp); in main()
791 check_inputs(ctxp); in main()
H A Dpesigcheck.c82 check_inputs(pesigcheck_context *ctx) in check_inputs() function
261 check_inputs(ctxp); in main()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/tools/docker/scripts/
H A Dtest_regtest.sh37 if ! ./tools/regtesting/check_inputs.py "./exe/${ARCH}/cp2k.${VERSION}" "./benchmarks/" ; then
/dports/sysutils/webmin/webmin-1.981/hpuxexports/
H A Dsave_export.cgi29 &check_inputs();
/dports/finance/frontaccounting/frontaccounting/purchasing/
H A Dsupplier_payment.php117 function check_inputs() function
259 if (check_inputs() == true)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dverifier.h29 CheckInputs check_inputs = kAll,
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dverifier.h29 CheckInputs check_inputs = kAll,
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dverifier.h32 CheckInputs check_inputs = kAll,
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dverifier.h32 CheckInputs check_inputs = kAll,
/dports/emulators/qemu60/qemu-6.0.0/meson/test cases/common/14 configure file/
H A Dmeson.build304 check_inputs = find_program('check_inputs.py')
305 configure_file(output : 'check_inputs.txt',
307 command : [check_inputs, '@OUTPUT@', '@INPUT0@', '@INPUT@', files('prog5.c')]

123456