Home
last modified time | relevance | path

Searched refs:type_weights (Results 1 – 11 of 11) sorted by relevance

/dports/devel/xparam/xparam-1.22/lib/sources/
H A Dxpv_dijkstra_queue.cpp53 type_weights.insert(tw); in DijkstraQueue()
58 return type_weights.empty(); in empty()
63 TypeWeight min = *type_weights.begin(); in extract_min()
69 type_weights.erase(type_weights.begin()); in extract_min()
90 type_weights.insert(tw); in update()
99 type_weights.erase(type_weights.find(tws.type_weight)); in update()
100 type_weights.insert(tw); in update()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/sched/
H A Dhr_info.cpp132 weight_total += type_weights[i]; in allocate()
138 slots_per_type[i] = (int)(total_slots*type_weights[i]/weight_total); in allocate()
196 hr_names[ht], type_weights[ht], slots_per_type[ht] in show()
H A Dhr_info.h37 double type_weights[HR_NTYPES]; member
H A Dfeeder.cpp678 hr_info.type_weights[hrt] += ssp->apps[i].weight; in hr_init()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/doc/
H A DARTIFACTS.md45 "type_weights": [ { "weight": 100, "value": "passive_enchantment_add" } ],
76 ### type_weights subsection
77 …des if it is going to apply an 'add' or a 'mult' ability based on the type_weights of each. Then …
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/doc/
H A DARTIFACTS.md45 "type_weights": [ { "weight": 100, "value": "passive_enchantment_add" } ],
76 ### type_weights subsection
77 …des if it is going to apply an 'add' or a 'mult' ability based on the type_weights of each. Then …
/dports/devel/xparam/xparam-1.22/lib/src_include/
H A Dxpv_dijkstra_queue.h103 WeightSet type_weights; variable
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Drelic.h116 weighted_int_list<type> type_weights; variable
H A Drelic.cpp167 type_weights.add( val, weight ); in load()
564 switch( *type_weights.pick() ) { in generate()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Drelic.h116 weighted_int_list<type> type_weights; variable
H A Drelic.cpp167 type_weights.add( val, weight ); in load()
564 switch( *type_weights.pick() ) { in generate()