Home
last modified time | relevance | path

Searched refs:my_cost (Results 1 – 7 of 7) sorted by relevance

/dports/science/madness/madness-ebb3fd7/src/madness/mra/
H A Dlbdeux.h102 volatile double my_cost; variable
116 : my_cost(0.0), total_cost(0.0), gotkids(false) { in LBNodeDeux()
123 my_cost(other.my_cost), total_cost(other.total_cost), gotkids(other.gotkids) in LBNodeDeux()
133 my_cost = other.my_cost;
151 total_cost = (my_cost += cost); in add()
175 total_cost = my_cost = -1.0; in deleter()
/dports/databases/grass7/grass-7.8.6/raster/r.cost/
H A Dmain.c127 double my_cost, nearest; in main() local
853 my_cost = costs.cost_in; in main()
1034 fcost = (double)(W + my_cost); in main()
1039 fcost = (double)(E + my_cost); in main()
1044 fcost = (double)(N + my_cost); in main()
1049 fcost = (double)(S + my_cost); in main()
1054 fcost = (double)(NW + my_cost); in main()
1059 fcost = (double)(NE + my_cost); in main()
1064 fcost = (double)(SE + my_cost); in main()
1069 fcost = (double)(SW + my_cost); in main()
[all …]
/dports/emulators/anese/ANESE-0.9.1/roms/tests/ppu/ppu_read_buffer/source/filler/
H A Dapacker-filler.cc400 unsigned my_cost = 0; in DetermineDecision() local
441 #pragma omp flush(best_cost,best_eat,best_source,my_cost) in DetermineDecision()
448 my_cost = cheapest_cost; in DetermineDecision()
451 #pragma omp flush(best_cost,best_eat,best_source,my_cost) in DetermineDecision()
480 #pragma omp flush(best_cost,best_eat,best_source,my_cost) in DetermineDecision()
487 my_cost = cheapest_cost; in DetermineDecision()
490 #pragma omp flush(best_cost,best_eat,best_source,my_cost) in DetermineDecision()
528 #pragma omp flush(best_cost,best_eat,best_source,my_cost) in DetermineDecision()
535 my_cost = cheapest_cost; in DetermineDecision()
538 #pragma omp flush(best_cost,best_eat,best_source,my_cost) in DetermineDecision()
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.walk/
H A Dmain.c162 double my_dtm, my_cost, check_dtm, nearest; in main() local
1006 my_cost = costs.cost_in; in main()
1007 if (Rast_is_d_null_value(&my_cost)) { in main()
1214 fcost_cost = (double)(W_cost + my_cost) / 2.0; in main()
1231 fcost_cost = (double)(E_cost + my_cost) / 2.0; in main()
1248 fcost_cost = (double)(N_cost + my_cost) / 2.0; in main()
1265 fcost_cost = (double)(S_cost + my_cost) / 2.0; in main()
1282 fcost_cost = (double)(NW_cost + my_cost) / 2.0; in main()
1299 fcost_cost = (double)(NE_cost + my_cost) / 2.0; in main()
1316 fcost_cost = (double)(SE_cost + my_cost) / 2.0; in main()
[all …]
/dports/math/parmetis/parmetis-4.0.3/libparmetis/
H A Dinitbalance.c32 real_t my_cut, my_totalv, my_cost = -1.0, my_balance = -1.0, wsum; in Balance_Partition() local
312 my_cost = ctrl->ipc_factor * my_cut + REDIST_WGT * ctrl->redist_base * my_totalv; in Balance_Partition()
320 buffer[0] = my_cost; in Balance_Partition()
334 (my_balance < 1.1 && your_balance < 1.1 && my_cost < your_cost) || in Balance_Partition()
/dports/math/libmesh/libmesh-1.6.2/contrib/parmetis/libparmetis/
H A Dinitbalance.c32 real_t my_cut, my_totalv, my_cost = -1.0, my_balance = -1.0, wsum; in Balance_Partition() local
312 my_cost = ctrl->ipc_factor * my_cut + REDIST_WGT * ctrl->redist_base * my_totalv; in Balance_Partition()
320 buffer[0] = my_cost; in Balance_Partition()
334 (my_balance < 1.1 && your_balance < 1.1 && my_cost < your_cost) || in Balance_Partition()
/dports/games/spring/spring_98.0/AI/Skirmish/AAI/
H A DAAIBuildTable.cpp700 float total_cost, my_cost; in Init() local
714 my_cost = (units_static[*unit].cost - this->min_cost[AIR_ASSAULT][s]) / total_cost; in Init()
716 if(my_cost < cfg->MAX_COST_LIGHT_ASSAULT) in Init()
721 else if(my_cost < cfg->MAX_COST_MEDIUM_ASSAULT) in Init()
726 else if(my_cost < cfg->MAX_COST_HEAVY_ASSAULT) in Init()