Home
last modified time | relevance | path

Searched defs:cost (Results 1 – 25 of 5529) sorted by relevance

12345678910>>...222

/dports/games/pioneers/pioneers-15.6/common/
H A Dcost.c30 static gint cost[NO_RESOURCE] = { in cost_road() local
42 static gint cost[NO_RESOURCE] = { in cost_ship() local
54 static gint cost[NO_RESOURCE] = { in cost_bridge() local
66 static gint cost[NO_RESOURCE] = { in cost_settlement() local
78 static gint cost[NO_RESOURCE] = { in cost_upgrade_settlement() local
90 static gint cost[NO_RESOURCE] = { in cost_city() local
102 static gint cost[NO_RESOURCE] = { in cost_city_wall() local
114 static gint cost[NO_RESOURCE] = { in cost_development() local
124 gboolean cost_buy(const gint * cost, gint * assets) in cost_buy()
136 void cost_refund(const gint * cost, gint * assets) in cost_refund()
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.walk/
H A Dcost.h15 struct cost struct
17 double min_cost; argument
24 struct cost *insert(double, int, int); argument
/dports/databases/grass7/grass-7.8.6/raster/r.cost/
H A Dcost.h15 struct cost struct
17 double min_cost; argument
24 struct cost *insert(double, int, int); argument
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/tests/
H A Dtest_hungarian_algorithm.cxx21 vnl_matrix< int > cost( &cost_val[0][0], 6, 6 ); in test_hungarian_algorithm_1() local
137 vnl_matrix<double> cost( M, N ); in test_skewed_problem() local
170 void run_test( vnl_matrix<double> const& cost, unsigned solution[] ) in run_test()
204 vnl_matrix<double> cost( &cost_val[0][0], 3, 3 ); in test_hungarian_algorithm_2() local
225 vnl_matrix<double> cost( &cost_val[0][0], 4, 4 ); in test_hungarian_algorithm_2() local
242 vnl_matrix<double> cost( &cost_val[0][0], 3, 4 ); in test_hungarian_algorithm_2() local
260 vnl_matrix<double> cost( &cost_val[0][0], 3, 4 ); in test_hungarian_algorithm_2() local
279 vnl_matrix<double> cost( &cost_val[0][0], 3, 4 ); in test_hungarian_algorithm_2() local
298 vnl_matrix<double> cost( &cost_val[0][0], 5, 3 ); in test_hungarian_algorithm_2() local
320 vnl_matrix<double> cost( &cost_val[0][0], 5, 3 ); in test_hungarian_algorithm_2() local
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vnl/tests/
H A Dtest_hungarian_algorithm.cxx17 vnl_matrix<int> cost(&cost_val[0][0], 6, 6); in test_hungarian_algorithm_1() local
144 vnl_matrix<double> cost(M, N); in test_skewed_problem() local
183 run_test(vnl_matrix<double> const & cost, unsigned solution[]) in run_test()
217 vnl_matrix<double> cost(&cost_val[0][0], 3, 3); in test_hungarian_algorithm_2() local
237 vnl_matrix<double> cost(&cost_val[0][0], 4, 4); in test_hungarian_algorithm_2() local
253 vnl_matrix<double> cost(&cost_val[0][0], 3, 4); in test_hungarian_algorithm_2() local
269 vnl_matrix<double> cost(&cost_val[0][0], 3, 4); in test_hungarian_algorithm_2() local
286 vnl_matrix<double> cost(&cost_val[0][0], 3, 4); in test_hungarian_algorithm_2() local
303 vnl_matrix<double> cost(&cost_val[0][0], 5, 3); in test_hungarian_algorithm_2() local
323 vnl_matrix<double> cost(&cost_val[0][0], 5, 3); in test_hungarian_algorithm_2() local
[all …]
/dports/net/py-libcloud/apache-libcloud-3.4.1/test/compute/fixtures/bluebox/
H A Dapi_block_products_json.json1 [{"cost": 0.15, "id": "94fd37a7-2606-47f7-84d5-9000deda52ae", "description": "Block 1GB Virtual Ser… number
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/x-pack/plugins/canvas/canvas_plugin_src/functions/server/demodata/
H A Dci.json4 "cost": 39.7, number
16 "cost": 34.78, number
28 "cost": 49.4, number
40 "cost": 46.67, number
52 "cost": 29.26, number
64 "cost": 36.55, number
76 "cost": 24.33, number
88 "cost": 23.29, number
100 "cost": 42.22, number
160 "cost": 27.9, number
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/x-pack/plugins/canvas/canvas_plugin_src/functions/server/demodata/
H A Dci.json4 "cost": 39.7, number
16 "cost": 34.78, number
28 "cost": 49.4, number
40 "cost": 46.67, number
52 "cost": 29.26, number
64 "cost": 36.55, number
76 "cost": 24.33, number
88 "cost": 23.29, number
100 "cost": 42.22, number
160 "cost": 27.9, number
[all …]
/dports/java/bouncycastle15/crypto-169/core/src/main/jdk1.4/org/bouncycastle/crypto/generators/
H A DOpenBSDBCrypt.java76 int cost) in generate()
94 int cost) in generate()
113 int cost) in generate()
137 int cost) in generate()
161 int cost) in doGenerate()
314 int cost = 0; in doCheckPassword() local
356 int cost) in createBcryptString()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/generators/
H A DOpenBSDBCrypt.java78 int cost) in generate()
96 int cost) in generate()
115 int cost) in generate()
139 int cost) in generate()
163 int cost) in doGenerate()
316 int cost = 0; in doCheckPassword() local
353 int cost) in createBcryptString()
/dports/devel/ppl/ppl-1.2/tests/MIP_Problem/
H A Dascii_dump_load1.cc46 Linear_Expression cost(A + 2*B); in test01() local
72 Linear_Expression cost(17*A + 2*B); in test02() local
139 Linear_Expression cost(A + 2*B + 3*C); in test04() local
168 Linear_Expression cost(A - 11*B); in test05() local
207 Linear_Expression cost(A + 2*B); in test06() local
235 Linear_Expression cost(1*C); in test07() local
265 Linear_Expression cost(1*C + 2*B); in test08() local
295 Linear_Expression cost(A + 2*B); in test09() local
325 Linear_Expression cost(1*C); in test10() local
356 Linear_Expression cost(1*C); in test11() local
[all …]
H A Dexceptions1.cc200 Linear_Expression cost(A + B); in test09() local
225 Linear_Expression cost(A + B); in test10() local
251 Linear_Expression cost(A + B); in test11() local
277 Linear_Expression cost(A + B); in test12() local
304 Linear_Expression cost(A + B); in test13() local
332 Linear_Expression cost(A + B); in test14() local
363 Linear_Expression cost(A + B); in test15() local
392 Linear_Expression cost(A + B); in test16() local
419 Linear_Expression cost(A + B); in test17() local
445 Linear_Expression cost(A + B); in test18() local
[all …]
H A Dmipproblem3.cc44 Linear_Expression cost(A - 2*B); in test01() local
89 Linear_Expression cost(-4*A - B); in test02() local
159 Linear_Expression cost(A + B); in test05() local
189 Linear_Expression cost(A + B); in test06() local
224 Linear_Expression cost(10*A + 6*B); in test07() local
738 Linear_Expression cost(A + B + C + D); in test08() local
796 Linear_Expression cost(12*A + 6*B + 4*C + 3*D); in test09() local
839 Linear_Expression cost(4*x1 + x2); in test10() local
/dports/java/bouncycastle15/crypto-169/core/src/test/java/org/bouncycastle/crypto/test/
H A DBCryptTest.java96 private void checkOK(String msg, byte[] pass, byte[] salt, int cost) in checkOK()
109 private void checkIllegal(String msg, byte[] pass, byte[] salt, int cost) in checkIllegal()
129 int cost = ((Integer)testVectors[i][2]).intValue(); in testVectors() local
139 private void test(byte[] password, byte[] salt, int cost, byte[] expected) in test()
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Financial/
H A DDepreciation.php35 public static function DB($cost, $salvage, $life, $period, $month = 12)
101 public static function DDB($cost, $salvage, $life, $period, $factor = 2.0)
149 public static function SLN($cost, $salvage, $life)
182 public static function SYD($cost, $salvage, $life, $period)
207 private static function validateCost($cost, bool $negativeValueAllowed = false): float
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/kernel/
H A Dkpteffortcostmap.h44 EffortCost(KPlato::Duration effort, const double cost) in EffortCost()
58 double cost() const { return m_cost; } in cost() function
59 void setCost(double cost) { m_cost = cost; } in setCost()
111 void insert(QDate date, KPlato::Duration effort, const double cost) { in insert()
122 EffortCost &add(QDate date, KPlato::Duration effort, const double cost) { in add()
210 double cost = 0.0; in totalCost() local
227 double cost = 0.0; in costTo() local
265 double cost = 0.0; in bcwpTotalCost() local
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/test/unittests/libethcore/
H A DPrecompiledTest.cpp178 PrecompiledPricer cost = PrecompiledRegistrar::pricer("modexp"); in BOOST_AUTO_TEST_CASE() local
194 PrecompiledPricer cost = PrecompiledRegistrar::pricer("modexp"); in BOOST_AUTO_TEST_CASE() local
209 PrecompiledPricer cost = PrecompiledRegistrar::pricer("modexp"); in BOOST_AUTO_TEST_CASE() local
227 PrecompiledPricer cost = PrecompiledRegistrar::pricer("modexp"); in BOOST_AUTO_TEST_CASE() local
244 PrecompiledPricer cost = PrecompiledRegistrar::pricer("modexp"); in BOOST_AUTO_TEST_CASE() local
261 PrecompiledPricer cost = PrecompiledRegistrar::pricer("modexp"); in BOOST_AUTO_TEST_CASE() local
278 PrecompiledPricer cost = PrecompiledRegistrar::pricer("modexp"); in BOOST_AUTO_TEST_CASE() local
295 PrecompiledPricer cost = PrecompiledRegistrar::pricer("modexp"); in BOOST_AUTO_TEST_CASE() local
312 PrecompiledPricer cost = PrecompiledRegistrar::pricer("modexp"); in BOOST_AUTO_TEST_CASE() local
741 PrecompiledPricer cost = PrecompiledRegistrar::pricer("alt_bn128_G1_add"); in BOOST_AUTO_TEST_CASE() local
[all …]
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/3rd/lemon-1.3.1/test/
H A Dtsp_test.cc98 const CostMap &cost, typename CostMap::Value total) in checkCost()
114 const CostMap &cost, typename CostMap::Value total) in checkCost()
171 DoubleEdgeMap cost(g); in tspTestRandom() local
221 NearestInsertionTsp(const FullGraph &gr, const CM &cost) in NearestInsertionTsp()
232 FarthestInsertionTsp(const FullGraph &gr, const CM &cost) in FarthestInsertionTsp()
243 CheapestInsertionTsp(const FullGraph &gr, const CM &cost) in CheapestInsertionTsp()
254 RandomInsertionTsp(const FullGraph &gr, const CM &cost) in RandomInsertionTsp()
/dports/math/lemon/lemon-1.3.1/test/
H A Dtsp_test.cc98 const CostMap &cost, typename CostMap::Value total) in checkCost()
114 const CostMap &cost, typename CostMap::Value total) in checkCost()
171 DoubleEdgeMap cost(g); in tspTestRandom() local
221 NearestInsertionTsp(const FullGraph &gr, const CM &cost) in NearestInsertionTsp()
232 FarthestInsertionTsp(const FullGraph &gr, const CM &cost) in FarthestInsertionTsp()
243 CheapestInsertionTsp(const FullGraph &gr, const CM &cost) in CheapestInsertionTsp()
254 RandomInsertionTsp(const FullGraph &gr, const CM &cost) in RandomInsertionTsp()
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/internal/ceres/
H A Dgradient_problem_test.cc50 double* cost, in Evaluate()
77 double cost = 0; in TEST() local
86 double cost = 0; in TEST() local
94 double cost = 0; in TEST() local
104 double cost = 0; in TEST() local
/dports/math/ceres-solver/ceres-solver-2.0.0/internal/ceres/
H A Dgradient_problem_test.cc50 double* cost, in Evaluate()
75 double cost = 0; in TEST() local
84 double cost = 0; in TEST() local
92 double cost = 0; in TEST() local
102 double cost = 0; in TEST() local
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/misc/espresso/
H A Dcvrmisc.c17 void cover_cost(F, cost) in cover_cost() argument
59 char *fmt_cost(cost) in fmt_cost() argument
79 cost_t cost; local
121 void totals(time, i, T, cost) in totals() argument
/dports/databases/pgrouting/pgrouting-3.2.0/pgtap/coloring/sequentialVertexColoring/
H A Dedge_cases.sql66 cost FLOAT, field
113 cost FLOAT, field
201 cost FLOAT, field
/dports/net/frr7-pythontools/frr-frr-7.5.1/tests/topotests/bgp_rfapi_basic_sanity/scripts/
H A Dadd_routes.py12 cost = "" variable
15 cost = "cost 50" variable
/dports/net/frr7/frr-frr-7.5.1/tests/topotests/bgp_rfapi_basic_sanity/scripts/
H A Dadd_routes.py12 cost = "" variable
15 cost = "cost 50" variable

12345678910>>...222