Searched refs:Tvm_trips_rounded (Results 1 – 4 of 4) sorted by relevance
898 double Tvm_trips_rounded; local1025 Tvm_trips_rounded = dml_ceil(4.0 * Tvm_trips / LineTime, 1) / 4 * LineTime;1037 Tvm_trips_rounded = 0.0;1167 if (Tpre_rounded - Tvm_trips_rounded > 0) {1169 + prefetch_sw_bytes) / (Tpre_rounded - Tvm_trips_rounded);1177 dml_print("DML::%s: Tvm_trips_rounded: %f\n", __func__, Tvm_trips_rounded);1180 …ineTime < min_Lsw && Tpre_rounded - min_Lsw * LineTime - 0.75 * LineTime - Tvm_trips_rounded > 0) {1182 / (Tpre_rounded - min_Lsw * LineTime - 0.75 * LineTime - Tvm_trips_rounded);1185 if (Tpre_rounded - Tvm_trips_rounded - 2 * Tr0_trips_rounded > 0)1186 …PrefetchBandwidth4 = prefetch_sw_bytes / (Tpre_rounded - Tvm_trips_rounded - 2 * Tr0_trips_rounded…[all …]
7546 s->Tvm_trips_rounded = 0.0; in CalculatePrefetchSchedule()7704 s->Tvm_trips_rounded = math_ceil2(4.0 * *p->Tvm_trips / s->LineTime, 1.0) / 4.0 * s->LineTime; in CalculatePrefetchSchedule()7707 s->Tvm_trips_rounded = s->LineTime / 4.0; in CalculatePrefetchSchedule()7710 s->Tvm_trips_rounded = math_max2(s->Tvm_trips_rounded, s->LineTime / 4.0); in CalculatePrefetchSchedule()7911 if (s->Tpre_rounded - s->Tvm_trips_rounded > 0) { in CalculatePrefetchSchedule()7913 (s->Tpre_rounded - s->Tvm_trips_rounded); in CalculatePrefetchSchedule()7920 …&& s->Tpre_rounded - s->min_Lsw_oto * s->LineTime - 0.5 * s->LineTime - s->Tvm_trips_rounded > 0) { in CalculatePrefetchSchedule()7921 …es)) / (s->Tpre_rounded - s->min_Lsw_oto * s->LineTime - 0.5 * s->LineTime - s->Tvm_trips_rounded); in CalculatePrefetchSchedule()7925 if (s->Tpre_rounded - s->Tvm_trips_rounded - 2 * s->Tr0_trips_rounded > 0) in CalculatePrefetchSchedule()7926 …s->prefetch_bw4 = s->prefetch_sw_bytes / (s->Tpre_rounded - s->Tvm_trips_rounded - 2 * s->Tr0_trip… in CalculatePrefetchSchedule()[all …]
1202 double Tvm_trips_rounded; member
1796 dml_float_t Tvm_trips_rounded; member