Searched refs:coeff_diff (Results 1 – 3 of 3) sorted by relevance
102 coeff_diff = [(coeff_rounded - coeff) * delta variable114 coeff_pkg = [IndexTracker(i, diff) for i, diff in enumerate(coeff_diff)]
106 coeff_diff = [(coeff_rounded - coeff) * delta variable118 coeff_pkg = [IndexTracker(i, diff) for i, diff in enumerate(coeff_diff)]
359 const int coeff_diff = test_temp_block[j] - ref_temp_block[j]; in RunExtremalCheck() local360 total_coeff_error += abs(coeff_diff); in RunExtremalCheck()