Searched refs:best_error (Results 1 – 1 of 1) sorted by relevance
16 s64 error, best_error; in dm_test_k210_pll_calc_config() local18 best_error = S64_MAX; in dm_test_k210_pll_calc_config()19 error = best_error; in dm_test_k210_pll_calc_config()36 if (error < best_error) { in dm_test_k210_pll_calc_config()40 best_error = error; in dm_test_k210_pll_calc_config()46 if (best_error == S64_MAX) in dm_test_k210_pll_calc_config()
Completed in 6 milliseconds