Searched refs:Tr0_trips_rounded (Results 1 – 4 of 4) sorted by relevance
5173 s->Tr0_trips_rounded = 0.0; in CalculatePrefetchSchedule() 5348 s->Tr0_trips_rounded = math_ceil2(4.0 * *p->Tr0_trips / s->LineTime, 1.0) / 4.0 * s->LineTime; in CalculatePrefetchSchedule() 5351 s->Tr0_trips_rounded = s->LineTime / 4.0; in CalculatePrefetchSchedule() 5354 s->Tr0_trips_rounded = math_max2(s->Tr0_trips_rounded, s->LineTime / 4.0); in CalculatePrefetchSchedule() 5575 // Tr0_trips_rounded is Tr0_trips ceiling to 1/4 line time in CalculatePrefetchSchedule() 5577 bool min_Lsw_equ_ok = *p->Tpre_rounded >= s->Tvm_trips_rounded + 2.0*s->Tr0_trips_rounded + s->min_Lsw_equ*s->LineTime; in CalculatePrefetchSchedule() 5581 // The terms Tvm_trips_rounded and Tr0_trips_rounded represent the min time constraints for the VM and row stages. in CalculatePrefetchSchedule() 5619 if (*p->Tpre_rounded - *p->Tno_bw - 2.0 * s->Tr0_trips_rounded > 0) { in CalculatePrefetchSchedule() 5621 (*p->Tpre_rounded - *p->Tno_bw - 2.0 * s->Tr0_trips_rounded); in CalculatePrefetchSchedule() [all...]
1411 double Tr0_trips_rounded;1410 double Tr0_trips_rounded; global() member
1024 s->Tr0_trips_rounded = 0.0; in CalculatePrefetchSchedule() 1160 s->Tr0_trips_rounded = dml_ceil(4.0 * s->Tr0_trips / s->LineTime, 1.0) / 4.0 * s->LineTime; in CalculatePrefetchSchedule() 1164 s->Tr0_trips_rounded = dml_ceil(4.0 * p->UrgentExtraLatency / s->LineTime, 1.0) / 4.0 * s->LineTime; in CalculatePrefetchSchedule() 1171 s->Tr0_trips_rounded = dml_ceil(4.0 * s->Tr0_trips / s->LineTime, 1.0) / 4.0 * s->LineTime; in CalculatePrefetchSchedule() 1175 s->Tr0_trips_rounded = s->LineTime / 2.0; in CalculatePrefetchSchedule() 1179 s->Tr0_trips_rounded = dml_max(s->Tr0_trips_rounded, s->LineTime / 4.0); in CalculatePrefetchSchedule() 1306 if (s->Tpre_rounded - *p->Tno_bw - 2 * s->Tr0_trips_rounded > 0) in CalculatePrefetchSchedule() 1308 (s->Tpre_rounded - *p->Tno_bw - 2 * s->Tr0_trips_rounded); in CalculatePrefetchSchedule() 1325 if (s->Tpre_rounded - s->Tvm_trips_rounded - 2 * s->Tr0_trips_rounded > in CalculatePrefetchSchedule() [all...]
1854 dml_float_t Tr0_trips_rounded; member