Home
last modified time | relevance | path

Searched refs:avg_cost (Results 1 – 18 of 18) sorted by relevance

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/classfile/
H A DcompactHashtable.cpp154 double avg_cost = 0.0; in dump() local
156 avg_cost = double(table_bytes)/double(_num_entries); in dump()
162 msg.info("Average bytes per entry : %9.3f", avg_cost); in dump()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/classfile/
H A DcompactHashtable.cpp169 double avg_cost = 0.0; in dump() local
171 avg_cost = double(table_bytes)/double(_num_entries_written); in dump()
177 msg.info("Average bytes per entry : %9.3f", avg_cost); in dump()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/classfile/
H A DcompactHashtable.cpp173 double avg_cost = 0.0; in dump() local
175 avg_cost = double(table_bytes)/double(_num_entries_written); in dump()
181 msg.info("Average bytes per entry : %9.3f", avg_cost); in dump()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/classfile/
H A DcompactHashtable.cpp172 double avg_cost = 0.0; in dump() local
174 avg_cost = double(table_bytes)/double(_num_entries_written); in dump()
180 msg.info("Average bytes per entry : %9.3f", avg_cost); in dump()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/classfile/
H A DcompactHashtable.cpp170 double avg_cost = 0.0; in dump() local
172 avg_cost = double(table_bytes)/double(_num_entries_written); in dump()
178 msg.info("Average bytes per entry : %9.3f", avg_cost); in dump()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/classfile/
H A DcompactHashtable.cpp169 double avg_cost = 0.0; in dump() local
171 avg_cost = double(table_bytes)/double(_num_entries_written); in dump()
177 msg.info("Average bytes per entry : %9.3f", avg_cost); in dump()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A DcompactHashtable.cpp153 double avg_cost = 0.0; in dump() local
155 avg_cost = double(table_bytes)/double(_num_entries); in dump()
161 msg.info("Average bytes per entry : %9.3f", avg_cost); in dump()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A DcompactHashtable.cpp153 double avg_cost = 0.0; in dump() local
155 avg_cost = double(table_bytes)/double(_num_entries); in dump()
161 msg.info("Average bytes per entry : %9.3f", avg_cost); in dump()
/dports/games/spring/spring_98.0/AI/Skirmish/AAI/
H A DAAIBuildTable.cpp27 vector<vector<float>> AAIBuildTable::avg_cost; member in AAIBuildTable
94 avg_cost.resize(MOBILE_CONSTRUCTOR+1); in AAIBuildTable()
111 avg_cost[i].resize(numOfSides); in AAIBuildTable()
123 avg_cost[i][s] = -1; in AAIBuildTable()
179 avg_cost.clear(); in ~AAIBuildTable()
889 avg_cost[i][s] = 0; in PrecacheStats()
895 avg_cost[i][s] += units_static[*unit].cost; in PrecacheStats()
908 avg_cost[i][s] = -1; in PrecacheStats()
1248 avg_cost[i][s] = 0; in PrecacheCosts()
1254 avg_cost[i][s] += units_static[*unit].cost; in PrecacheCosts()
[all …]
H A DAAIBuildTable.h228 static vector<vector<float>> avg_cost; variable
H A DAAIConstructor.cpp118 …|| ai->Getbt()->units_static[def_id].cost < ai->Getbt()->avg_cost[ai->Getbt()->units_static[def_id… in Update()
H A DAAIExecute.cpp883 …if(ai->Getbt()->units_static[builder->construction_def_id].cost > ai->Getbt()->avg_cost[POWER_PLAN… in BuildPowerPlant()
1461 …if(ai->Getbt()->units_static[(*task)->def_id].cost > 0.7f * ai->Getbt()->avg_cost[STATIONARY_DEF][… in BuildStationaryDefenceVS()
/dports/games/widelands/widelands-build21/utils/
H A Dmake_spritemap.py71 avg_cost = cost / np.fmax(covered, 0.1)
73 argmin_local = np.unravel_index(np.argmin(avg_cost), avg_cost.shape)
80 return avg_cost[argmin_local], argmin
/dports/databases/postgresql-mysql_fdw/mysql_fdw-REL-2_6_0/sql/
H A Dselect.sql122 avg_cost AS (SELECT SUM(test_tbl2_total)/COUNT(*) avg FROM test_tbl2_costs)
124 WHERE test_tbl2_total > (SELECT avg FROM avg_cost) ORDER BY c2;
/dports/databases/postgresql-mysql_fdw/mysql_fdw-REL-2_6_0/expected/
H A Dselect.out385 avg_cost AS (SELECT SUM(test_tbl2_total)/COUNT(*) avg FROM test_tbl2_costs)
387 WHERE test_tbl2_total > (SELECT avg FROM avg_cost) ORDER BY c2;
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/sched/
H A Dfair.c6186 u64 avg_cost, avg_idle, span_avg; in select_idle_cpu() local
6193 avg_cost = this_sd->avg_scan_cost + 1; in select_idle_cpu()
6196 if (span_avg > 4*avg_cost) in select_idle_cpu()
6197 nr = div_u64(span_avg, avg_cost); in select_idle_cpu()
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/sched/
H A Dfair.c6186 u64 avg_cost, avg_idle, span_avg; in select_idle_cpu() local
6193 avg_cost = this_sd->avg_scan_cost + 1; in select_idle_cpu()
6196 if (span_avg > 4*avg_cost) in select_idle_cpu()
6197 nr = div_u64(span_avg, avg_cost); in select_idle_cpu()
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/sched/
H A Dfair.c6186 u64 avg_cost, avg_idle, span_avg; in select_idle_cpu() local
6193 avg_cost = this_sd->avg_scan_cost + 1; in select_idle_cpu()
6196 if (span_avg > 4*avg_cost) in select_idle_cpu()
6197 nr = div_u64(span_avg, avg_cost); in select_idle_cpu()