Searched refs:Tr0_oto_lines (Results 1 – 4 of 4) sorted by relevance
1193 double Tr0_oto_lines; member
7537 s->Tr0_oto_lines = 0.0; in CalculatePrefetchSchedule()7798 s->Tr0_oto_lines = math_ceil2(4.0 * s->Tr0_oto / s->LineTime, 1) / 4.0; in CalculatePrefetchSchedule()7799 s->dst_y_prefetch_oto = s->Tvm_oto_lines + 2 * s->Tr0_oto_lines + s->Lsw_oto; in CalculatePrefetchSchedule()7837 dml2_printf("DML::%s: Tr0_oto_lines = %f\n", __func__, s->Tr0_oto_lines); in CalculatePrefetchSchedule()
1787 dml_float_t Tr0_oto_lines; member
889 double Tr0_oto_lines; local1105 Tr0_oto_lines = dml_ceil(4.0 * Tr0_oto / LineTime, 1) / 4.0;1106 dst_y_prefetch_oto = Tvm_oto_lines + 2 * Tr0_oto_lines + Lsw_oto;1118 dml_print("DML: Tr0_oto_lines: %f\n", Tr0_oto_lines);