Searched refs:err_divisor (Results 1 – 2 of 2) sorted by relevance
141 static double calc_correction_factor(double err_per_mb, double err_divisor, in calc_correction_factor() argument144 const double error_term = err_per_mb / err_divisor; in calc_correction_factor()
1489 static double calc_correction_factor(double err_per_mb, double err_divisor, in calc_correction_factor() argument1491 const double error_term = err_per_mb / DOUBLE_DIVIDE_CHECK(err_divisor); in calc_correction_factor()