Home
last modified time | relevance | path

Searched refs:threshold_percent (Results 1 – 24 of 24) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A Dremove_outliers.h191 …double threshold_percent = choose_parameter(get_parameter(np, internal_np::threshold_percent), 10.… in remove_outliers() local
213 CGAL_point_set_processing_precondition(threshold_percent >= 0 && threshold_percent <= 100); in remove_outliers()
243 …st_index_to_remove = std::size_t(double(sorted_points.size()) * ((100.0-threshold_percent)/100.0)); in remove_outliers()
/dports/math/cgal/CGAL-5.3/examples/Point_set_processing_3/
H A Dremove_outliers_example.cpp44 CGAL::parameters::threshold_percent (100.). // No limit on the number of outliers to remove in main()
60 … CGAL::parameters::threshold_percent(removed_percentage). // Minimum percentage to remove in main()
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/tools/
H A Dpcmk_simtimes.in80 and (abs(time_diff_percent) >= args.threshold_percent)):
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/magick/
H A Denhance.c1372 threshold_percent; in NormalizeImage() local
1399 threshold_percent=0.1; in NormalizeImage()
1400 MagickAttributeToDouble(image,"histogram-threshold",threshold_percent); in NormalizeImage()
1401 threshold=(long) ((double) image->columns*image->rows*0.01*threshold_percent); in NormalizeImage()
1403 "Histogram Threshold = %g%% (%g)", threshold_percent, threshold); in NormalizeImage()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Point_set/
H A DPoint_set_outliers_removal_plugin.cpp47 threshold_percent(removed_percentage). in operator ()()
/dports/math/cgal/CGAL-5.3/include/CGAL/boost/graph/
H A Dparameters_interface.h159 CGAL_add_named_parameter(threshold_percent_t, threshold_percent, threshold_percent)
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/tools/
H A Dpcmk_simtimes.in83 and (abs(time_diff_percent) >= args.threshold_percent)):
/dports/math/cgal/CGAL-5.3/examples/Poisson_surface_reconstruction_3/
H A Dtutorial_example.cpp69 points.parameters().threshold_percent (5.0)); // Percentage of points to remove in main()
/dports/graphics/geomorph/geomorph-0.60.1/src/hf/
H A Dimg_process_dialog.h128 gint threshold_percent; member
H A Dimg_process_dialog.c191 img->threshold_percent = 100; in img_struct_new()
732 hfw->hf_options->img->threshold_percent ); in calc_threshold()
766 if (hfw->hf_options->img->threshold_percent == (gint) GTK_ADJUSTMENT(wdg)->value) in threshold_percent_upd()
768 hfw->hf_options->img->threshold_percent = (gint) GTK_ADJUSTMENT(wdg)->value; in threshold_percent_upd()
804 adj = gtk_adjustment_new (hfw->hf_options->img->threshold_percent, 0, 100, 1, 1, 0.01); in threshold_dialog_new()
/dports/lang/v8/v8-9.6.180.12/include/
H A Dv8-isolate.h1454 void AutomaticallyRestoreInitialHeapLimit(double threshold_percent = 0.5);
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/
H A DSimpleAlign.pm2080 my $threshold_percent = shift || -1 ;
2085 my $threshold = $number_of_sequences * $threshold_percent / 100. ;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dheap.h618 double threshold_percent);
H A Dheap.cc3874 void Heap::AutomaticallyRestoreInitialHeapLimit(double threshold_percent) { in AutomaticallyRestoreInitialHeapLimit() argument
3876 initial_max_old_generation_size_ * threshold_percent; in AutomaticallyRestoreInitialHeapLimit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dheap.h694 double threshold_percent);
H A Dheap.cc3779 void Heap::AutomaticallyRestoreInitialHeapLimit(double threshold_percent) { in AutomaticallyRestoreInitialHeapLimit() argument
3781 initial_max_old_generation_size_ * threshold_percent; in AutomaticallyRestoreInitialHeapLimit()
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dheap.h731 double threshold_percent);
H A Dheap.cc4162 void Heap::AutomaticallyRestoreInitialHeapLimit(double threshold_percent) { in AutomaticallyRestoreInitialHeapLimit() argument
4164 initial_max_old_generation_size_ * threshold_percent; in AutomaticallyRestoreInitialHeapLimit()
/dports/lang/v8/v8-9.6.180.12/src/api/
H A Dapi.cc9213 void Isolate::AutomaticallyRestoreInitialHeapLimit(double threshold_percent) { in AutomaticallyRestoreInitialHeapLimit() argument
9214 DCHECK_GT(threshold_percent, 0.0); in AutomaticallyRestoreInitialHeapLimit()
9215 DCHECK_LT(threshold_percent, 1.0); in AutomaticallyRestoreInitialHeapLimit()
9217 isolate->heap()->AutomaticallyRestoreInitialHeapLimit(threshold_percent); in AutomaticallyRestoreInitialHeapLimit()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/api/
H A Dapi.cc9037 void Isolate::AutomaticallyRestoreInitialHeapLimit(double threshold_percent) { in AutomaticallyRestoreInitialHeapLimit() argument
9038 DCHECK_GT(threshold_percent, 0.0); in AutomaticallyRestoreInitialHeapLimit()
9039 DCHECK_LT(threshold_percent, 1.0); in AutomaticallyRestoreInitialHeapLimit()
9041 isolate->heap()->AutomaticallyRestoreInitialHeapLimit(threshold_percent); in AutomaticallyRestoreInitialHeapLimit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/api/
H A Dapi.cc9113 void Isolate::AutomaticallyRestoreInitialHeapLimit(double threshold_percent) { in AutomaticallyRestoreInitialHeapLimit() argument
9114 DCHECK_GT(threshold_percent, 0.0); in AutomaticallyRestoreInitialHeapLimit()
9115 DCHECK_LT(threshold_percent, 1.0); in AutomaticallyRestoreInitialHeapLimit()
9117 isolate->heap()->AutomaticallyRestoreInitialHeapLimit(threshold_percent); in AutomaticallyRestoreInitialHeapLimit()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/include/
H A Dv8.h9342 void AutomaticallyRestoreInitialHeapLimit(double threshold_percent = 0.5);
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/include/
H A Dv8.h9483 void AutomaticallyRestoreInitialHeapLimit(double threshold_percent = 0.5);
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node/include/node/
H A Dv8.h9828 void AutomaticallyRestoreInitialHeapLimit(double threshold_percent = 0.5);