Home
last modified time | relevance | path

Searched refs:solutions (Results 1 – 25 of 6343) sorted by relevance

12345678910>>...254

/dports/math/teyjus/teyjus-2.1-7-ge63f40a/examples/pcf/
H A Dscript227 no (more) solutions
36 no (more) solutions
45 no (more) solutions
54 no (more) solutions
63 no (more) solutions
72 no (more) solutions
81 no (more) solutions
90 no (more) solutions
99 no (more) solutions
103 no (more) solutions
[all …]
H A Dscript330 no (more) solutions
39 no (more) solutions
48 no (more) solutions
57 no (more) solutions
66 no (more) solutions
75 no (more) solutions
84 no (more) solutions
93 no (more) solutions
102 no (more) solutions
106 no (more) solutions
[all …]
/dports/devel/kf5-kio/kio-5.89.0/src/core/
H A Djob_error.cpp269 QStringList solutions; in detailedErrorStrings() local
360 QStringList solutions; in rawErrorDetail() local
495 solutions << i18n( in rawErrorDetail()
529 solutions << i18n( in rawErrorDetail()
569 solutions << i18n( in rawErrorDetail()
580 solutions << i18n( in rawErrorDetail()
613 solutions << i18n( in rawErrorDetail()
660 solutions << i18n( in rawErrorDetail()
686 solutions << i18n( in rawErrorDetail()
773 solutions << i18n( in rawErrorDetail()
[all …]
/dports/sysutils/tracker3/tracker-3.1.2/tests/libtracker-data/
H A Dtracker-sparql-blank-test.c47 gchar *solutions[3][3]; in test_blank() local
87 solutions[len][0] = a; in test_blank()
88 solutions[len][1] = b; in test_blank()
106 g_assert_cmpstr (solutions[0][1], ==, solutions[1][1]); in test_blank()
111 g_assert_cmpstr (solutions[2][1], !=, solutions[1][1]); in test_blank()
115 g_free (solutions[0][0]); in test_blank()
116 g_free (solutions[0][1]); in test_blank()
117 g_free (solutions[1][0]); in test_blank()
118 g_free (solutions[1][1]); in test_blank()
119 g_free (solutions[2][0]); in test_blank()
[all …]
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/LP/
H A Dlp_sp.c50 sol = sp->solutions[sp->num_solutions]; in sp_add_solution()
74 FREE(sp->solutions[position]->xind); in sp_delete_solution()
75 FREE(sp->solutions[position]->xval); in sp_delete_solution()
77 sp->solutions[i]->xind=sp->solutions[i+1]->xind; in sp_delete_solution()
78 sp->solutions[i]->xval=sp->solutions[i+1]->xval; in sp_delete_solution()
79 sp->solutions[i]->objval = sp->solutions[i+1]->objval; in sp_delete_solution()
80 sp->solutions[i]->xlength = sp->solutions[i+1]->xlength; in sp_delete_solution()
81 sp->solutions[i]->node_index = sp->solutions[i+1]->node_index; in sp_delete_solution()
83 sp->solutions[sp->num_solutions-1]->xlength = 0; in sp_delete_solution()
129 FREE(sp->solutions[i]); in sp_free_sp()
[all …]
/dports/security/openconnect-gui/openconnect-gui-v1.5.3/CMake/Includes/
H A DProjectExternals_qt-solutions.cmake2 # qt-solutions
4 ExternalProject_Add(qt-solutions-${qt-solutions-TAG}
12 SOURCE_DIR ${CMAKE_BINARY_DIR}/external/src/qt-solutions-master
17 ${CMAKE_SOURCE_DIR}/CMake/Includes/CMakeLists_qt-solutions.cmake.in
18 ${CMAKE_BINARY_DIR}/external/src/qt-solutions-master/CMakeLists.txt
22 BUILD_BYPRODUCTS ${CMAKE_BINARY_DIR}/external/src/qt-solutions-master/libqtsingleapplication.a
26 add_library(qt-solutions::qtsingleapplication STATIC IMPORTED)
27 set_target_properties(qt-solutions::qtsingleapplication PROPERTIES
29 IMPORTED_LOCATION ${CMAKE_BINARY_DIR}/external/src/qt-solutions-master/libqtsingleapplication.a
31 set_property(TARGET qt-solutions::qtsingleapplication PROPERTY
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/
H A Dscript_standard_tests.cpp34 std::vector<std::vector<unsigned char> > solutions; in BOOST_AUTO_TEST_CASE() local
40 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
47 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
55 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
65 BOOST_CHECK_EQUAL(solutions.size(), 4U); in BOOST_AUTO_TEST_CASE()
78 BOOST_CHECK_EQUAL(solutions.size(), 5U); in BOOST_AUTO_TEST_CASE()
92 BOOST_CHECK_EQUAL(solutions.size(), 0U); in BOOST_AUTO_TEST_CASE()
98 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
109 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
116 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/
H A Dscript_standard_tests.cpp34 std::vector<std::vector<unsigned char> > solutions; in BOOST_AUTO_TEST_CASE() local
40 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
47 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
55 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
65 BOOST_CHECK_EQUAL(solutions.size(), 4U); in BOOST_AUTO_TEST_CASE()
78 BOOST_CHECK_EQUAL(solutions.size(), 5U); in BOOST_AUTO_TEST_CASE()
92 BOOST_CHECK_EQUAL(solutions.size(), 0U); in BOOST_AUTO_TEST_CASE()
98 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
109 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
116 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/
H A Dscript_standard_tests.cpp34 std::vector<std::vector<unsigned char> > solutions; in BOOST_AUTO_TEST_CASE() local
40 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
47 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
55 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
65 BOOST_CHECK_EQUAL(solutions.size(), 4U); in BOOST_AUTO_TEST_CASE()
78 BOOST_CHECK_EQUAL(solutions.size(), 5U); in BOOST_AUTO_TEST_CASE()
92 BOOST_CHECK_EQUAL(solutions.size(), 0U); in BOOST_AUTO_TEST_CASE()
98 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
109 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
116 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/graphics/opengv/opengv-91f4b19/src/sac_problems/absolute_pose/
H A DAbsolutePoseSacProblem.cpp41 transformations_t solutions; in computeModelCoefficients() local
56 solutions.push_back(solution); in computeModelCoefficients()
67 for(size_t i = 0; i < solutions.size(); i++) in computeModelCoefficients()
69 translation_t translation = solutions[i].col(3); in computeModelCoefficients()
85 for(size_t i = 0; i < solutions.size(); i++) in computeModelCoefficients()
87 translation_t translation = solutions[i].col(3); in computeModelCoefficients()
108 solutions.push_back(solution); in computeModelCoefficients()
118 if( solutions.size() == 1 ) in computeModelCoefficients()
120 outModel = solutions[0]; in computeModelCoefficients()
127 for(size_t i = 0; i < solutions.size(); i++) in computeModelCoefficients()
[all …]
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/examples/handbook/progs/
H A Dscript138 no (more) solutions
47 no (more) solutions
56 no (more) solutions
65 no (more) solutions
79 no (more) solutions
88 no (more) solutions
97 no (more) solutions
106 no (more) solutions
121 no (more) solutions
130 no (more) solutions
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/toys/
H A Droot-finder-comparer.cpp70 std::vector<double> solutions; in draw() local
71 solutions.resize(6); in draw()
113 solutions[i] = a[i].real(); in draw()
156 solutions.resize(0); in draw()
169 solutions.resize(0); in draw()
175 std::copy(solutions.begin(), solutions.end(), std::ostream_iterator<double >(*notify, ",")); in draw()
179 solutions.resize(0); in draw()
188 std::copy(solutions.begin(), solutions.end(), std::ostream_iterator<double >(*notify, ",")); in draw()
192 *notify << solutions[i] << ":" << eval_bernstein(ys, solutions[i], trans.size()) << ","; in draw()
200 … std::copy(solutions.begin(), solutions.end(), std::ostream_iterator<double>(*notify, ",\t")); in draw()
[all …]
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/test/
H A Dscript_standard_tests.cpp33 std::vector<std::vector<unsigned char> > solutions; in BOOST_AUTO_TEST_CASE() local
39 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
40 BOOST_CHECK(solutions[0] == ToByteVector(pubkeys[0])); in BOOST_AUTO_TEST_CASE()
46 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
54 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
64 BOOST_CHECK_EQUAL(solutions.size(), 4U); in BOOST_AUTO_TEST_CASE()
77 BOOST_CHECK_EQUAL(solutions.size(), 5U); in BOOST_AUTO_TEST_CASE()
91 BOOST_CHECK_EQUAL(solutions.size(), 0U); in BOOST_AUTO_TEST_CASE()
97 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
108 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/test/
H A Dscript_standard_tests.cpp33 std::vector<std::vector<unsigned char> > solutions; in BOOST_AUTO_TEST_CASE() local
39 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
40 BOOST_CHECK(solutions[0] == ToByteVector(pubkeys[0])); in BOOST_AUTO_TEST_CASE()
46 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
54 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
64 BOOST_CHECK_EQUAL(solutions.size(), 4U); in BOOST_AUTO_TEST_CASE()
77 BOOST_CHECK_EQUAL(solutions.size(), 5U); in BOOST_AUTO_TEST_CASE()
91 BOOST_CHECK_EQUAL(solutions.size(), 0U); in BOOST_AUTO_TEST_CASE()
97 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
108 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/test/
H A Dscript_standard_tests.cpp26 std::vector<std::vector<unsigned char> > solutions; in BOOST_FIXTURE_TEST_SUITE() local
31 BOOST_CHECK_EQUAL(Solver(s, solutions), TX_PUBKEY); in BOOST_FIXTURE_TEST_SUITE()
32 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_FIXTURE_TEST_SUITE()
33 BOOST_CHECK(solutions[0] == ToByteVector(pubkeys[0])); in BOOST_FIXTURE_TEST_SUITE()
39 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_FIXTURE_TEST_SUITE()
47 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_FIXTURE_TEST_SUITE()
57 BOOST_CHECK_EQUAL(solutions.size(), 4U); in BOOST_FIXTURE_TEST_SUITE()
70 BOOST_CHECK_EQUAL(solutions.size(), 5U); in BOOST_FIXTURE_TEST_SUITE()
84 BOOST_CHECK_EQUAL(solutions.size(), 0U); in BOOST_FIXTURE_TEST_SUITE()
90 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_FIXTURE_TEST_SUITE()
[all …]
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/test/
H A Dscript_standard_tests.cpp33 std::vector<std::vector<unsigned char> > solutions; in BOOST_AUTO_TEST_CASE() local
39 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
40 BOOST_CHECK(solutions[0] == ToByteVector(pubkeys[0])); in BOOST_AUTO_TEST_CASE()
46 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
54 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
64 BOOST_CHECK_EQUAL(solutions.size(), 4U); in BOOST_AUTO_TEST_CASE()
77 BOOST_CHECK_EQUAL(solutions.size(), 5U); in BOOST_AUTO_TEST_CASE()
91 BOOST_CHECK_EQUAL(solutions.size(), 0U); in BOOST_AUTO_TEST_CASE()
97 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
108 BOOST_CHECK_EQUAL(solutions.size(), 1U); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/recipes/recipe_modules/gclient/
H A Dconfig.py17 solutions = ConfigList(
129 s = c.solutions.add()
137 s = c.solutions.add()
145 s = c.solutions.add()
155 s = c.solutions.add()
163 s = c.solutions.add()
171 s = c.solutions.add()
179 s = c.solutions.add()
187 s = c.solutions.add()
195 s = c.solutions.add()
[all …]
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/VRP/src/Master/Heuristics/
H A Dcollect_solutions.c40 char add_edges, best_tours *solutions) in collect_solutions() argument
76 tours[*last].cost = solutions[round].cost; in collect_solutions()
77 tours[*last].numroutes = solutions[round].numroutes; in collect_solutions()
78 tours[*last].algorithm = solutions[round].algorithm; in collect_solutions()
79 tours[*last].solve_time += solutions[round].solve_time; in collect_solutions()
82 memcpy((char *)tours[*last].tour, (char *)solutions[round].tour, in collect_solutions()
93 v1 = solutions[round].tour[0].next; in collect_solutions()
95 v1 = solutions[round].tour[v0=v1].next; in collect_solutions()
96 if(solutions[round].tour[v0].route == solutions[round].tour[v1].route){ in collect_solutions()
122 free ((char *)solutions[i].tour); in collect_solutions()
[all …]
/dports/sysutils/tracker/tracker-2.3.4/tests/libtracker-data/
H A Dtracker-sparql-blank-test.c47 gchar *solutions[3][3]; in test_blank() local
89 solutions[len][0] = a; in test_blank()
90 solutions[len][1] = b; in test_blank()
103 g_assert (solutions[0][1] != NULL); in test_blank()
106 g_assert (solutions[1][1] != NULL); in test_blank()
113 g_free (solutions[0][0]); in test_blank()
114 g_free (solutions[0][1]); in test_blank()
115 g_free (solutions[1][0]); in test_blank()
116 g_free (solutions[1][1]); in test_blank()
117 g_free (solutions[2][0]); in test_blank()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/
H A Dclass.ilUserQuestionResult.php39 protected $solutions = array(); variable in ilUserQuestionResult
59 $this->solutions[] = array(
70 foreach ($this->solutions as $array_key => $solution) {
72 unset($this->solutions[$array_key]);
93 $solutions = array();
94 foreach ($this->solutions as $solution) {
95 $solutions[] = $solution[$identifier];
97 return $solutions;
105 return $this->solutions;
115 foreach ($this->solutions as $solution) {
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/
H A Dclass.ilUserQuestionResult.php39 protected $solutions = array(); variable in ilUserQuestionResult
59 $this->solutions[] = array(
70 foreach ($this->solutions as $array_key => $solution) {
72 unset($this->solutions[$array_key]);
93 $solutions = array();
94 foreach ($this->solutions as $solution) {
95 $solutions[] = $solution[$identifier];
97 return $solutions;
105 return $this->solutions;
115 foreach ($this->solutions as $solution) {
[all …]
/dports/math/lib2geom/lib2geom-1.1/src/toys/
H A Droot-finder-comparer.cpp70 std::vector<double> solutions; in draw() local
71 solutions.resize(6); in draw()
113 solutions[i] = a[i].real(); in draw()
156 solutions.resize(0); in draw()
169 solutions.resize(0); in draw()
175 std::copy(solutions.begin(), solutions.end(), std::ostream_iterator<double >(*notify, ",")); in draw()
179 solutions.resize(0); in draw()
188 std::copy(solutions.begin(), solutions.end(), std::ostream_iterator<double >(*notify, ",")); in draw()
191 for(double solution : solutions) { in draw()
200 … std::copy(solutions.begin(), solutions.end(), std::ostream_iterator<double>(*notify, ",\t")); in draw()
[all …]
/dports/lang/swi-pl/swipl-8.2.3/packages/jpl/src/examples/java/test/
H A DTest.java86 if (solutions.length != 4) { in test_4()
93 Term binding = solutions[i].get("X"); in test_4()
112 if (solutions.length != 2) { in test_5()
143 if (solutions.length != 1) { in test_6()
173 if (solutions.length != 2) { in test_7()
179 Term X = solutions[0].get("X"); in test_7()
180 Term Y = solutions[0].get("Y"); in test_7()
187 X = solutions[1].get("X"); in test_7()
188 Y = solutions[1].get("Y"); in test_7()
210 if (solutions.length != 2) { in test_8()
[all …]
/dports/sysutils/edk2/edk2-platforms-89f6170d/Platform/ARM/SgiPkg/
H A DReadme.md8 … listed on this [page](https://gitlab.arm.com/arm-reference-solutions/arm-reference-solutions-docs…
13 - [RD-N2](https://gitlab.arm.com/arm-reference-solutions/arm-reference-solutions-docs/-/tree/master…
14 - [RD-V1](https://gitlab.arm.com/arm-reference-solutions/arm-reference-solutions-docs/-/tree/master…
15 - [RD-V1-MC](https://gitlab.arm.com/arm-reference-solutions/arm-reference-solutions-docs/-/tree/mas…
16 - [RD-N1-Edge](https://gitlab.arm.com/arm-reference-solutions/arm-reference-solutions-docs/-/tree/m…
17 - [RD-N1-Edge-X2](https://gitlab.arm.com/arm-reference-solutions/arm-reference-solutions-docs/-/tre…
18 - [RD-E1-Edge](https://gitlab.arm.com/arm-reference-solutions/arm-reference-solutions-docs/-/tree/m…
19 - [SGI-575](https://gitlab.arm.com/arm-reference-solutions/arm-reference-solutions-docs/-/tree/mast…
/dports/lang/yap/yap-6.2.2/packages/jpl/examples/java/Test/
H A DTest.java156 if ( solutions.length != 4 ){ in test_4()
193 if ( solutions.length != 2 ){ in test_5()
201 Object x_binding = solutions[i].get("X"); in test_5()
234 if ( solutions.length != 1 ){ in test_6()
273 if ( solutions.length != 2 ){ in test_7()
282 x_binding = solutions[0].get("X"); in test_7()
283 y_binding = solutions[0].get("Y"); in test_7()
291 x_binding = solutions[1].get("X"); in test_7()
292 y_binding = solutions[1].get("Y"); in test_7()
337 if ( solutions.length != 2 ){ in test_8()
[all …]

12345678910>>...254