Home
last modified time | relevance | path

Searched refs:get_threshold (Results 1 – 25 of 258) sorted by relevance

1234567891011

/dports/audio/alsa-lib/alsa-lib-1.2.2/src/pcm/
H A Dpcm_rate_linear.c81 unsigned int get_threshold = rate->pitch; in linear_expand() local
104 pos = get_threshold; in linear_expand()
106 if (pos >= get_threshold) { in linear_expand()
107 pos -= get_threshold; in linear_expand()
118 new_weight = (pos << (16 - rate->pitch_shift)) / (get_threshold >> rate->pitch_shift); in linear_expand()
129 if (pos >= get_threshold) { in linear_expand()
148 unsigned int get_threshold = rate->pitch; in linear_expand_s16() local
167 pos = get_threshold; in linear_expand_s16()
169 if (pos >= get_threshold) { in linear_expand_s16()
170 pos -= get_threshold; in linear_expand_s16()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/path/
H A Dpath-boolop.cpp117 double get_threshold(Geom::PathVector const &path, double threshold) in get_threshold() function
137 double get_threshold(SPItem const *item, double threshold) in get_threshold() function
179 originaux[0]->ConvertWithBackData(get_threshold(pathva, 0.1)); in sp_pathvector_boolop()
185 originaux[1]->ConvertWithBackData(get_threshold(pathvb, 0.1)); in sp_pathvector_boolop()
209 originaux[0]->ConvertWithBackData(get_threshold(pathva, 0.1)); in sp_pathvector_boolop()
215 originaux[1]->ConvertWithBackData(get_threshold(pathvb, 0.1)); in sp_pathvector_boolop()
236 originaux[0]->ConvertWithBackData(get_threshold(pathva, 0.1)); in sp_pathvector_boolop()
240 originaux[1]->ConvertWithBackData(get_threshold(pathvb, 0.1)); in sp_pathvector_boolop()
507 originaux[0]->ConvertWithBackData(get_threshold(il[0], 0.1)); in pathBoolOp()
585 originaux[0]->ConvertWithBackData(get_threshold(il[0], 0.1)); in pathBoolOp()
[all …]
/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/plugins/
H A Dcheck_load.c74 get_threshold(char *arg, double *th) in get_threshold() function
246 get_threshold(optarg, wload); in process_arguments()
249 get_threshold(optarg, cload); in process_arguments()
275 get_threshold(argv[c++], wload); in process_arguments()
276 get_threshold(argv[c++], cload); in process_arguments()
279 get_threshold(argv[c++], cload); in process_arguments()
H A Dcheck_fping.c50 int get_threshold (char *arg, char *rv[2]);
349 get_threshold (optarg, rv); in process_arguments()
362 get_threshold (optarg, rv); in process_arguments()
409 get_threshold (char *arg, char *rv[2]) in get_threshold() function
H A Dcheck_ping.c49 int get_threshold (char *, float *, int *);
293 get_threshold (optarg, &crta, &cpl); in process_arguments()
296 get_threshold (optarg, &wrta, &wpl); in process_arguments()
375 get_threshold (char *arg, float *trta, int *tpl) in get_threshold() function
/dports/net-mgmt/monitoring-plugins/monitoring-plugins-2.3.1/plugins/
H A Dcheck_load.c74 get_threshold(char *arg, double *th) in get_threshold() function
252 get_threshold(optarg, wload); in process_arguments()
255 get_threshold(optarg, cload); in process_arguments()
281 get_threshold(argv[c++], wload); in process_arguments()
282 get_threshold(argv[c++], cload); in process_arguments()
285 get_threshold(argv[c++], cload); in process_arguments()
H A Dcheck_fping.c50 int get_threshold (char *arg, char *rv[2]);
349 get_threshold (optarg, rv); in process_arguments()
362 get_threshold (optarg, rv); in process_arguments()
409 get_threshold (char *arg, char *rv[2]) in get_threshold() function
H A Dcheck_ping.c49 int get_threshold (char *, float *, int *);
281 get_threshold (optarg, &crta, &cpl); in process_arguments()
284 get_threshold (optarg, &wrta, &wpl); in process_arguments()
363 get_threshold (char *arg, float *trta, int *tpl) in get_threshold() function
/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/
H A Dmedian_filter.hh63 float get_threshold() { return threshold.get(); } in get_threshold() function in PF::MedianFilterPar
124 float epsilon = opar->get_threshold(); in render()
165 opar->get_threshold()*255, memsize ); in render()
206 if( fabs(prin[0]-pin2[x]) > opar->get_threshold() ) continue; in render()
257 if( fabs(L-median) > opar->get_threshold() ) median = L; in render()
H A Dthreshold.hh50 float get_threshold() { return threshold.get(); } in get_threshold() function in PF::ThresholdPar
82 … T thr = static_cast<T>( opar->get_threshold()*PF::FormatInfo<T>::RANGE + PF::FormatInfo<T>::MIN ); in render()
129 … T thr = static_cast<T>( opar->get_threshold()*PF::FormatInfo<T>::RANGE + PF::FormatInfo<T>::MIN ); in render()
H A Dimpulse_nr.hh58 float get_threshold() { return threshold.get(); } in get_threshold() function in PF::ImpulseNRPar
104 float get_threshold() { return threshold.get(); } in get_threshold() function in PF::ImpulseNR_RTAlgo_Par
196 float impthr = MAX(1.0, 5.5 - opar->get_threshold()); in ImpulseNR_RTAlgo()
/dports/audio/abgate-lv2/abGate-1.2.0/
H A Dmain_window.cpp49 …un(*this, &main_window::write_control), p_threshold), mem_fun(*this, &main_window::get_threshold)); in main_window()
107 float main_window::get_threshold() { in get_threshold() function in main_window
145 th = get_threshold(); in get_all()
/dports/audio/aubio/aubio-0.4.9/python/tests/
H A Dtest_tempo.py46 assert_almost_equal(self.o.get_threshold(), 0.3)
51 assert_almost_equal (self.o.get_threshold(), val)
H A Dtest_onset.py39 self.assertGreater(self.o.get_threshold(), 0.)
74 assert_almost_equal (self.o.get_threshold(), val)
/dports/audio/py-aubio/aubio-0.4.9/python/tests/
H A Dtest_tempo.py46 assert_almost_equal(self.o.get_threshold(), 0.3)
51 assert_almost_equal (self.o.get_threshold(), val)
H A Dtest_onset.py39 self.assertGreater(self.o.get_threshold(), 0.)
74 assert_almost_equal (self.o.get_threshold(), val)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/logilab/logilab/common/
H A Dclcommands.py34 from logilab.common.logging_ext import init_log, get_threshold
153 logthreshold = get_threshold(self.logthreshold)
162 logger.setLevel(get_threshold(self.logthreshold))
H A Dlogging_ext.py130 def get_threshold(debug=False, logthreshold=None): function
176 logthreshold = get_threshold(debug, logthreshold)
/dports/devel/py-logilab-common/logilab-common-1.8.2/logilab/common/
H A Dclcommands.py33 from logilab.common.logging_ext import init_log, get_threshold
165 logthreshold = get_threshold(self.logthreshold)
174 logger.setLevel(get_threshold(self.logthreshold))
H A Dlogging_ext.py134 def get_threshold(debug=False, logthreshold=None): function
192 logthreshold = get_threshold(debug, logthreshold)
/dports/emulators/snes9x-gtk/snes9x-1.54.1/gtk/src/
H A Dgtk_binding.cpp143 Binding::get_threshold (void) in get_threshold() function in Binding
220 get_threshold ()); in to_string()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/winmask/
H A Dseq_masker_istat_ascii.cpp101 if( name == "t_threshold" && get_threshold() == 0 ) in CSeqMaskerIstatAscii()
156 if( get_threshold() == 0 ) in CSeqMaskerIstatAscii()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/winmask/
H A Dseq_masker_istat_ascii.cpp101 if( name == "t_threshold" && get_threshold() == 0 ) in CSeqMaskerIstatAscii()
156 if( get_threshold() == 0 ) in CSeqMaskerIstatAscii()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/
H A Dgc.py170 def get_threshold(): function
/dports/games/libretro-snes9x/snes9x-73aa348/gtk/src/
H A Dgtk_binding.cpp137 Binding::get_threshold () in get_threshold() function in Binding
278 get_threshold ()); in to_string()

1234567891011