Home
last modified time | relevance | path

Searched refs:target_sum (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/fonts/
H A Dgenerate_fir_coeff.py60 target_sum = 0x110 variable
81 coeffs.append(coverage * target_sum)
82 coeffs_rounded.append(int(round(coverage * target_sum)))
90 if coeffs_rounded_sum > target_sum:
95 if coeffs_rounded_sum < target_sum:
121 num_elements_to_force_round = abs(coeffs_rounded_sum - target_sum)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/fonts/
H A Dgenerate_fir_coeff.py60 target_sum = 0x110 variable
81 coeffs.append(coverage * target_sum)
82 coeffs_rounded.append(int(round(coverage * target_sum)))
90 if coeffs_rounded_sum > target_sum:
95 if coeffs_rounded_sum < target_sum:
121 num_elements_to_force_round = abs(coeffs_rounded_sum - target_sum)
/dports/multimedia/gstreamer1-validate/gst-validate-1.16.1/gst/validate/
H A Dgst-validate-scenario.c4155 const gchar *target_sum; in check_last_sample_internal() local
4179 target_sum = gst_structure_get_string (action->structure, "checksum"); in check_last_sample_internal()
4180 if (g_strcmp0 (sum, target_sum)) { in check_last_sample_internal()
4183 sum, target_sum); in check_last_sample_internal()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcPopulation.cc2248 double target_sum = m_world->GetRandom().GetDouble(total_fitness); in CompeteDemes() local
2251 if (running_sum >= target_sum) { in CompeteDemes()