Searched refs:total_error (Results 1 – 1 of 1) sorted by relevance
1175 float total_error = error_of_best + qwt_errors[i]; in compute_ideal_endpoint_formats() local1176 errors_of_best_combination[i] = total_error; in compute_ideal_endpoint_formats()1179 if (total_error < error_of_best_combination) in compute_ideal_endpoint_formats()1181 error_of_best_combination = total_error; in compute_ideal_endpoint_formats()1209 float total_error = error_of_best + qwt_errors[i]; in compute_ideal_endpoint_formats() local1210 errors_of_best_combination[i] = total_error; in compute_ideal_endpoint_formats()1212 if (total_error < error_of_best_combination) in compute_ideal_endpoint_formats()1214 error_of_best_combination = total_error; in compute_ideal_endpoint_formats()1242 float total_error = error_of_best + qwt_errors[i]; in compute_ideal_endpoint_formats() local1243 errors_of_best_combination[i] = total_error; in compute_ideal_endpoint_formats()[all …]