Home
last modified time | relevance | path

Searched refs:normalized_error (Results 1 – 5 of 5) sorted by relevance

/dports/www/drupal9/drupal-9.2.10/core/modules/jsonapi/src/Normalizer/
H A DJsonApiDocumentTopLevelNormalizer.php228 foreach ($normalized_values as $normalized_error) {
229 $cacheability->addCacheableDependency($normalized_error);
230 $errors = array_merge($errors, $normalized_error->getNormalization());
/dports/www/drupal8/drupal-8.9.20/core/modules/jsonapi/src/Normalizer/
H A DJsonApiDocumentTopLevelNormalizer.php228 foreach ($normalized_values as $normalized_error) {
229 $cacheability->addCacheableDependency($normalized_error);
230 $errors = array_merge($errors, $normalized_error->getNormalization());
/dports/audio/spectmorph/spectmorph-0.5.2/tests/
H A Dtestminires.cc102 const double normalized_error = complex_abs (fft_out[i * 2], fft_out[i * 2 + 1]) / normalize; in error_spectrum() local
103 const double normalized_error_db = 20 * log (normalized_error) / log (10); in error_spectrum()
/dports/audio/lingot/lingot-1.0.1/src/
H A Dlingot-gui-mainframe.c813 const double normalized_error = frame->gauge.position in lingot_gui_mainframe_draw_gauge() local
815 const double angle = 2.0 * normalized_error * overtureAngle; in lingot_gui_mainframe_draw_gauge()
/dports/databases/pgbadger/pgbadger-11.6/
H A Dpgbadger16385 my $normalized_error = &pgb_normalize_error($prefix_vars{'t_query'});
16389 $pgb_error_info{$normalized_error}{count}++;
16394 $pgb_error_info{$normalized_error}{chronos}{"$cur_day_str"}{"$cur_hour_str"}{count}++;
16395 …$pgb_error_info{$normalized_error}{chronos}{"$cur_day_str"}{"$cur_hour_str"}{min}{$prefix_vars{t_m…
16399 &pgb_set_top_error_sample( $normalized_error,
16745 my $normalized_error = &normalize_error($cur_info{$t_pid}{query});
16750 $error_info{$cur_info{$t_pid}{cur_db}}{$normalized_error}{count}++;
16753 …$error_info{$cur_info{$t_pid}{cur_db}}{$normalized_error}{chronos}{"$cur_day_str"}{"$cur_hour_str"…
16754 …$error_info{$cur_info{$t_pid}{cur_db}}{$normalized_error}{chronos}{"$cur_day_str"}{"$cur_hour_str"…
16763 &set_top_error_sample( $cur_info{$t_pid}{cur_db}, $normalized_error,