Searched refs:sum_x2 (Results 1 – 1 of 1) sorted by relevance
131 float sum_x2 = 0.0f, sum_xy = 0.0f; in time_sync_estimate_time1() local137 sum_x2 += x * x; in time_sync_estimate_time1()145 float beta = sum_xy / sum_x2; in time_sync_estimate_time1()