Home
last modified time | relevance | path

Searched refs:tmp_cost (Results 1 – 22 of 22) sorted by relevance

/dports/math/4ti2/4ti2-Release_1_6_9/src/groebner/
H A DOptimise.cpp182 VectorArray tmp_cost(1,n,0); in compute_infeasible()
183 tmp_cost[0][column] = -1; in compute_infeasible()
184 tmp_cost.insert(cost); in compute_infeasible()
186 algorithm.compute(*projection, tmp_cost, gens, sols); in compute_infeasible()
415 VectorArray tmp_cost(1,n,0); in compute_feasible()
416 tmp_cost[0][column] = -1; in compute_feasible()
417 tmp_cost.insert(cost); in compute_feasible()
419 algorithm.compute(*projection, tmp_cost, gens); in compute_feasible()
587 VectorArray tmp_cost(1,n,0); in compute_bounded()
588 tmp_cost[0][column] = -1; in compute_bounded()
[all …]
H A DBinomialFactory.cpp45 VectorArray tmp_cost(cost); in BinomialFactory() local
46 check_cost(_feasible, tmp_cost); in BinomialFactory()
50 tmp_cost, in BinomialFactory()
69 VectorArray tmp_cost(cost); in BinomialFactory() local
70 check_cost(_feasible, tmp_cost); in BinomialFactory()
74 tmp_cost, in BinomialFactory()
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/3rd/lemon-1.3.1/lemon/
H A Dinsertion_tsp.h425 Cost tmp_cost = costDiff(_tour[j-1], _tour[j], u); in select() local
426 if (tmp_cost < curr_cost) { in select()
427 curr_cost = tmp_cost; in select()
/dports/math/lemon/lemon-1.3.1/lemon/
H A Dinsertion_tsp.h425 Cost tmp_cost = costDiff(_tour[j-1], _tour[j], u); in select() local
426 if (tmp_cost < curr_cost) { in select()
427 curr_cost = tmp_cost; in select()
/dports/misc/openmvg/openMVG-2.0/src/third_party/lemon/lemon/
H A Dinsertion_tsp.h425 Cost tmp_cost = costDiff(_tour[j-1], _tour[j], u); in select() local
426 if (tmp_cost < curr_cost) { in select()
427 curr_cost = tmp_cost; in select()
/dports/graphics/blender/blender-2.91.0/extern/ceres/internal/ceres/
H A Dproblem_impl.cc736 double tmp_cost = 0; in Evaluate() local
744 &tmp_cost, in Evaluate()
757 *cost = tmp_cost; in Evaluate()
/dports/math/ceres-solver/ceres-solver-2.0.0/internal/ceres/
H A Dproblem_impl.cc737 double tmp_cost = 0; in Evaluate() local
745 &tmp_cost, in Evaluate()
758 *cost = tmp_cost; in Evaluate()
/dports/cad/openroad/OpenROAD-2.0/src/grt/src/fastroute/src/
H A Dmaze.cpp1075 int tmp_grid, tmp_cost; in mazeRouteMSMD() local
1267 tmp_cost = d1_[curY][curX + 1] in mazeRouteMSMD()
1272 if (tmp_cost < d1_[curY][curX] + VIA) { in mazeRouteMSMD()
1316 tmp_cost = d1_[curY][curX - 1] in mazeRouteMSMD()
1321 if (tmp_cost < d1_[curY][curX] + VIA) { in mazeRouteMSMD()
1366 tmp_cost = d1_[curY + 1][curX] in mazeRouteMSMD()
1371 if (tmp_cost < d1_[curY][curX] + VIA) { in mazeRouteMSMD()
1415 tmp_cost = d1_[curY - 1][curX] in mazeRouteMSMD()
1420 if (tmp_cost < d1_[curY][curX] + VIA) { in mazeRouteMSMD()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/regalloc-0.0.25/src/
H A Dbt_main.rs188 let mut tmp_cost = *running_cost; localVariable
189 tmp_cost.add(&vlr_to_evict.spill_cost);
191 if !tmp_cost.is_less_than(spill_cost_budget) {
194 *running_cost = tmp_cost;
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/internal/ceres/
H A Dproblem_impl.cc792 double tmp_cost = 0; in Evaluate() local
799 &tmp_cost, in Evaluate()
812 *cost = tmp_cost; in Evaluate()
/dports/www/firefox/firefox-99.0/third_party/rust/regalloc/src/
H A Dbt_main.rs202 let mut tmp_cost = *running_cost; localVariable
203 tmp_cost.add(&vlr_to_evict.spill_cost);
205 if !tmp_cost.is_less_than(spill_cost_budget) {
208 *running_cost = tmp_cost;
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/regalloc/src/
H A Dbt_main.rs202 let mut tmp_cost = *running_cost; localVariable
203 tmp_cost.add(&vlr_to_evict.spill_cost);
205 if !tmp_cost.is_less_than(spill_cost_budget) {
208 *running_cost = tmp_cost;
/dports/lang/rust/rustc-1.58.1-src/vendor/regalloc/src/
H A Dbt_main.rs202 let mut tmp_cost = *running_cost; localVariable
203 tmp_cost.add(&vlr_to_evict.spill_cost);
205 if !tmp_cost.is_less_than(spill_cost_budget) {
208 *running_cost = tmp_cost;
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/regalloc/src/
H A Dbt_main.rs202 let mut tmp_cost = *running_cost; localVariable
203 tmp_cost.add(&vlr_to_evict.spill_cost);
205 if !tmp_cost.is_less_than(spill_cost_budget) {
208 *running_cost = tmp_cost;
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/regalloc/src/
H A Dbt_main.rs239 let mut tmp_cost = *running_cost; localVariable
240 tmp_cost.add(&vlr_to_evict.spill_cost);
242 if !tmp_cost.is_less_than(spill_cost_budget) {
245 *running_cost = tmp_cost;
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dhfx_load_balance_methods.F1850 INTEGER(int_8), DIMENSION(:), POINTER :: my_cost_cpu, tmp_cost, tmp_cpu_cost local
1856 ALLOCATE (tmp_cost(total_number_of_bins))
1861 tmp_cost = bin_costs
1863 CALL sort(tmp_cost, total_number_of_bins, tmp_index)
1897 DEALLOCATE (tmp_cost, tmp_index, tmp_cpu_cost)
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dhfx_load_balance_methods.F1847 INTEGER(int_8), DIMENSION(:), POINTER :: my_cost_cpu, tmp_cost, tmp_cpu_cost local
1853 ALLOCATE (tmp_cost(total_number_of_bins))
1858 tmp_cost = bin_costs
1860 CALL sort(tmp_cost, total_number_of_bins, tmp_index)
1887 DEALLOCATE (tmp_cost, tmp_index, tmp_cpu_cost)
/dports/math/ipopt/Ipopt-3.12.13/ThirdParty/Mumps/MUMPS/src/
H A Dmumps_static_mapping.F3116 DOUBLE PRECISION tmp_cost
3375 tmp_cost=cv_tcostw(in)/dble(nmb_propmap_strict)
3377 if(tmp_cost.lt.work_per_proc(current2))exit
3389 work_per_proc(current2)=tmp_cost
/dports/math/coinmumps/MUMPS_4.10.0/src/
H A Dmumps_static_mapping.F3116 DOUBLE PRECISION tmp_cost local
3375 tmp_cost=cv_tcostw(in)/dble(nmb_propmap_strict)
3377 if(tmp_cost.lt.work_per_proc(current2))exit
3389 work_per_proc(current2)=tmp_cost
/dports/math/mumps4/MUMPS_4.10.0/src/
H A Dmumps_static_mapping.F3116 DOUBLE PRECISION tmp_cost local
3375 tmp_cost=cv_tcostw(in)/dble(nmb_propmap_strict)
3377 if(tmp_cost.lt.work_per_proc(current2))exit
3389 work_per_proc(current2)=tmp_cost
/dports/devel/ppl/ppl-1.2/src/
H A DMIP_Problem.cc1889 working_cost_type tmp_cost(cost_zero_size, cost_zero_size); in second_phase() local
1890 swap(tmp_cost, working_cost); in second_phase()
/dports/math/mumps/mumps-5.1.2/src/
H A Dmumps_static_mapping.F3112 DOUBLE PRECISION tmp_cost local
3388 tmp_cost=cv_tcostw(in)/dble(nmb_propmap_strict)
3390 if(tmp_cost.lt.work_per_proc(current2))exit
3402 work_per_proc(current2)=tmp_cost