Searched refs:coeffs_rounded_sum (Results 1 – 2 of 2) sorted by relevance
89 coeffs_rounded_sum = sum(coeffs_rounded) variable90 if coeffs_rounded_sum > target_sum:95 if coeffs_rounded_sum < target_sum:101 print "Initial sum is 0x%0.2X, adjusting." % (coeffs_rounded_sum,)121 num_elements_to_force_round = abs(coeffs_rounded_sum - target_sum)
93 coeffs_rounded_sum = sum(coeffs_rounded) variable94 if coeffs_rounded_sum > target_sum:99 if coeffs_rounded_sum < target_sum:105 print("Initial sum is 0x%0.2X, adjusting." % (coeffs_rounded_sum,))125 num_elements_to_force_round = abs(coeffs_rounded_sum - target_sum)