Searched refs:best_integer_count_error (Results 1 – 1 of 1) sorted by relevance
684 float best_integer_count_error = ERROR_CALC_DEFAULT; in one_partition_find_best_combination_for_bitcount() local698 if (integer_count_error < best_integer_count_error) in one_partition_find_best_combination_for_bitcount()700 best_integer_count_error = integer_count_error; in one_partition_find_best_combination_for_bitcount()715 return best_integer_count_error; in one_partition_find_best_combination_for_bitcount()787 float best_integer_count_error = ERROR_CALC_DEFAULT; in two_partitions_find_best_combination_for_bitcount() local801 if (integer_count_error < best_integer_count_error) in two_partitions_find_best_combination_for_bitcount()803 best_integer_count_error = integer_count_error; in two_partitions_find_best_combination_for_bitcount()829 return best_integer_count_error; in two_partitions_find_best_combination_for_bitcount()912 float best_integer_count_error = ERROR_CALC_DEFAULT; in three_partitions_find_best_combination_for_bitcount() local926 if (integer_count_error < best_integer_count_error) in three_partitions_find_best_combination_for_bitcount()[all …]