Home
last modified time | relevance | path

Searched refs:m_threshold (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/dports/security/cryptopp/cryptopp-8.6.0/
H A Dida.cpp28 CRYPTOPP_ASSERT(m_threshold > 0); in IsolatedInitialize()
29 if (m_threshold <= 0) in IsolatedInitialize()
35 m_w.New(m_threshold); in IsolatedInitialize()
36 m_y.New(m_threshold); in IsolatedInitialize()
37 m_inputQueues.reserve(m_threshold); in IsolatedInitialize()
72 return m_threshold; in InsertInputChannel()
88 return m_threshold; in LookupInputChannel()
96 if (i < m_threshold) in ChannelData()
140 if (m_outputToInput[i] == size_t(m_threshold) && i * size_t(m_threshold) <= 1000*1000) in ComputeV()
142 m_v[i].resize(m_threshold); in ComputeV()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dida.cpp33 CRYPTOPP_ASSERT(m_threshold > 0); in IsolatedInitialize()
34 if (m_threshold <= 0) in IsolatedInitialize()
40 m_w.New(m_threshold); in IsolatedInitialize()
41 m_y.New(m_threshold); in IsolatedInitialize()
42 m_inputQueues.reserve(m_threshold); in IsolatedInitialize()
77 return m_threshold; in InsertInputChannel()
93 return m_threshold; in LookupInputChannel()
101 if (i < m_threshold) in ChannelData()
145 if (m_outputToInput[i] == size_t(m_threshold) && i * size_t(m_threshold) <= 1000*1000) in ComputeV()
147 m_v[i].resize(m_threshold); in ComputeV()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dida.cpp28 CRYPTOPP_ASSERT(m_threshold > 0); in IsolatedInitialize()
29 if (m_threshold <= 0) in IsolatedInitialize()
35 m_w.New(m_threshold); in IsolatedInitialize()
36 m_y.New(m_threshold); in IsolatedInitialize()
37 m_inputQueues.reserve(m_threshold); in IsolatedInitialize()
72 return m_threshold; in InsertInputChannel()
88 return m_threshold; in LookupInputChannel()
96 if (i < m_threshold) in ChannelData()
140 if (m_outputToInput[i] == size_t(m_threshold) && i * size_t(m_threshold) <= 1000*1000) in ComputeV()
142 m_v[i].resize(m_threshold); in ComputeV()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dida.cpp28 CRYPTOPP_ASSERT(m_threshold > 0); in IsolatedInitialize()
29 if (m_threshold <= 0) in IsolatedInitialize()
35 m_w.New(m_threshold); in IsolatedInitialize()
36 m_y.New(m_threshold); in IsolatedInitialize()
37 m_inputQueues.reserve(m_threshold); in IsolatedInitialize()
72 return m_threshold; in InsertInputChannel()
88 return m_threshold; in LookupInputChannel()
96 if (i < m_threshold) in ChannelData()
140 if (m_outputToInput[i] == size_t(m_threshold) && i * size_t(m_threshold) <= 1000*1000) in ComputeV()
142 m_v[i].resize(m_threshold); in ComputeV()
[all …]
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dida.cpp28 CRYPTOPP_ASSERT(m_threshold > 0); in IsolatedInitialize()
29 if (m_threshold <= 0) in IsolatedInitialize()
35 m_w.New(m_threshold); in IsolatedInitialize()
36 m_y.New(m_threshold); in IsolatedInitialize()
37 m_inputQueues.reserve(m_threshold); in IsolatedInitialize()
72 return m_threshold; in InsertInputChannel()
88 return m_threshold; in LookupInputChannel()
96 if (i < m_threshold) in ChannelData()
140 if (m_outputToInput[i] == size_t(m_threshold) && i * size_t(m_threshold) <= 1000*1000) in ComputeV()
142 m_v[i].resize(m_threshold); in ComputeV()
[all …]
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/FaceDetect/src/haar/
H A Dhaarstage.cpp66 qreal m_threshold {0.0}; member in HaarStagePrivate
82 this->m_threshold = stage.d->m_threshold - thresholdBias; in HaarStageHID()
112 this->d->m_threshold = other.d->m_threshold; in HaarStage()
135 return this->d->m_threshold; in threshold()
140 return this->d->m_threshold; in threshold()
177 this->d->m_threshold = other.d->m_threshold; in operator =()
189 && qFuzzyCompare(this->d->m_threshold, other.d->m_threshold) in operator ==()
211 if (qFuzzyCompare(this->d->m_threshold, threshold)) in setThreshold()
214 this->d->m_threshold = threshold; in setThreshold()
H A Dhaarfeature.cpp71 this->m_threshold = feature.m_threshold; in HaarFeatureHID()
133 this->m_threshold = 0; in HaarFeature()
145 this->m_threshold = other.m_threshold; in HaarFeature()
189 return this->m_threshold; in threshold()
194 return this->m_threshold; in threshold()
242 this->m_threshold = other.m_threshold; in operator =()
261 && qFuzzyCompare(this->m_threshold, other.m_threshold) in operator ==()
342 if (qFuzzyCompare(this->m_threshold, threshold)) in setThreshold()
345 this->m_threshold = threshold; in setThreshold()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DAnimationCurve.cpp36 m_threshold = 0.5; in EaseInEaseOutAnimationCurve()
38 m_threshold = 100.0 / duration.ToDouble(); in EaseInEaseOutAnimationCurve()
42 if (progress < m_threshold) in doApply()
43 return progress * progress / m_threshold; in doApply()
44 if (progress > 1.0 - m_threshold) { in doApply()
46 temp = temp * temp / m_threshold; in doApply()
47 return 1.0 - m_threshold + temp; in doApply()
/dports/emulators/mess/mame-mame0226/src/lib/util/
H A Dvecstream.h77 if (this->pptr() > m_threshold) m_threshold = this->pptr(); in vec()
79 auto const end(m_threshold - base); in vec()
116 swap(m_threshold, that.m_threshold); in swap()
133 m_threshold = that.m_threshold;
143 m_threshold = that.m_threshold;
181 if (m_threshold < this->pptr()) m_threshold = this->pptr();
185 else if (this->egptr() < m_threshold) this->setg(this->eback(), this->gptr(), m_threshold);
256 m_threshold = nullptr; in setup()
263 m_threshold = base + end; in setup()
288 m_threshold = this->pptr(); in adjust()
[all …]
/dports/emulators/mame/mame-mame0226/src/lib/util/
H A Dvecstream.h77 if (this->pptr() > m_threshold) m_threshold = this->pptr(); in vec()
79 auto const end(m_threshold - base); in vec()
116 swap(m_threshold, that.m_threshold); in swap()
133 m_threshold = that.m_threshold;
143 m_threshold = that.m_threshold;
181 if (m_threshold < this->pptr()) m_threshold = this->pptr();
185 else if (this->egptr() < m_threshold) this->setg(this->eback(), this->gptr(), m_threshold);
256 m_threshold = nullptr; in setup()
263 m_threshold = base + end; in setup()
288 m_threshold = this->pptr(); in adjust()
[all …]
/dports/audio/lmms/lmms-1.2.2/include/
H A DDspEffectLibrary.h252 m_threshold( threshold ), in FoldbackDistortion()
259 if( in >= m_threshold || in < -m_threshold ) in nextSample()
261 …return ( fabsf( fabsf( fmodf( in - m_threshold, m_threshold*4 ) ) - m_threshold*2 ) - m_threshold in nextSample()
268 m_threshold = threshold; in setThreshold()
278 float m_threshold;
288 m_threshold( threshold ), in Distortion()
295 …return m_gain * ( in * ( fabsf( in )+m_threshold ) / ( in*in +( m_threshold-1 )* fabsf( in ) + 1 )… in nextSample()
300 m_threshold = threshold; in setThreshold()
310 float m_threshold;
/dports/devel/mercator/mercator-0.3.3/Mercator/
H A DThresholdShader.cpp18 HighShader::HighShader(float threshold) : m_threshold(threshold) in HighShader()
22 HighShader::HighShader(const Parameters & params) : m_threshold(default_threshold) in HighShader()
27 m_threshold = I->second; in HighShader()
37 if (s.getMax() > m_threshold) { in checkIntersect()
64 data[++j] = ((height_data[i] > m_threshold) ? colorMax : colorMin); in shade()
72 LowShader::LowShader(float threshold) : m_threshold(threshold) in LowShader()
76 LowShader::LowShader(const Parameters & params) : m_threshold(default_threshold) in LowShader()
81 m_threshold = I->second; in LowShader()
91 if (s.getMin() < m_threshold) { in checkIntersect()
118 data[++j] = ((height_data[i] < m_threshold) ? colorMax : colorMin); in shade()
/dports/devel/log4net/log4net-1.2.10/src/Core/
H A DLevelEvaluator.cs42 private Level m_threshold; field in log4net.Core.LevelEvaluator
84 m_threshold = threshold; in LevelEvaluator()
103 get { return m_threshold; }
104 set { m_threshold = value; }
129 return (loggingEvent.Level >= m_threshold); in IsTriggeringEvent()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/particles/
H A Dqquickfriction.cpp75 QQuickParticleAffector(parent), m_factor(0.0), m_threshold(0.0) in QQuickFrictionAffector()
90 if (!m_threshold) { in affectParticle()
97 if (curMag <= m_threshold + epsilon) in affectParticle()
100 if (newMag <= m_threshold + epsilon || //went past the threshold, stop there instead in affectParticle()
104 newVX = m_threshold * qCos(theta); in affectParticle()
105 newVY = m_threshold * qSin(theta); in affectParticle()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/particles/
H A Dqquickfriction.cpp75 QQuickParticleAffector(parent), m_factor(0.0), m_threshold(0.0) in QQuickFrictionAffector()
90 if (!m_threshold) { in affectParticle()
97 if (curMag <= m_threshold + epsilon) in affectParticle()
100 if (newMag <= m_threshold + epsilon || //went past the threshold, stop there instead in affectParticle()
104 newVX = m_threshold * qCos(theta); in affectParticle()
105 newVY = m_threshold * qSin(theta); in affectParticle()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnzbase/tscanner/
H A Dtscannertwain.cpp182 m_threshold.m_supported = true; in updateParameters()
183 TTWAIN_GetThreshold(&m_threshold.m_min, &m_threshold.m_max, in updateParameters()
184 &m_threshold.m_step, &m_threshold.m_def); in updateParameters()
188 m_threshold.update(defaultTwainParam); in updateParameters()
189 m_threshold.m_supported = false; in updateParameters()
193 param.m_threshold.update(m_threshold); in updateParameters()
263 if (params.m_threshold.m_supported) in setupParameters()
264 TTWAIN_SetThreshold(params.m_threshold.m_value); in setupParameters()
/dports/graphics/agg/agg-2.5/include/
H A Dagg_gamma_functions.h64 gamma_threshold() : m_threshold(0.5) {} in gamma_threshold()
65 gamma_threshold(double t) : m_threshold(t) {} in gamma_threshold()
67 void threshold(double t) { m_threshold = t; } in threshold()
68 double threshold() const { return m_threshold; } in threshold()
72 return (x < m_threshold) ? 0.0 : 1.0; in operator()
76 double m_threshold;
/dports/graphics/mapserver/mapserver-7.6.4/renderers/agg/include/
H A Dagg_gamma_functions.h55 gamma_threshold() : m_threshold(0.5) {} in gamma_threshold()
56 gamma_threshold(double t) : m_threshold(t) {} in gamma_threshold()
58 void threshold(double t) { m_threshold = t; } in threshold()
59 double threshold() const { return m_threshold; } in threshold()
63 return (x < m_threshold) ? 0.0 : 1.0; in operator()
67 double m_threshold;
/dports/graphics/cfdg/cfdg-3.3_1/src-agg/agg2/
H A Dagg_gamma_functions.h55 gamma_threshold() : m_threshold(0.5) {} in gamma_threshold()
56 gamma_threshold(double t) : m_threshold(t) {} in gamma_threshold()
58 void threshold(double t) { m_threshold = t; } in threshold()
59 double threshold() const { return m_threshold; } in threshold()
63 return (x < m_threshold) ? 0.0 : 1.0; in operator()
67 double m_threshold;
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/include/
H A Dagg_gamma_functions.h55 gamma_threshold() : m_threshold(0.5) {} in gamma_threshold()
56 gamma_threshold(double t) : m_threshold(t) {} in gamma_threshold()
58 void threshold(double t) { m_threshold = t; } in threshold()
59 double threshold() const { return m_threshold; } in threshold()
63 return (x < m_threshold) ? 0.0 : 1.0; in operator()
67 double m_threshold;
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/include/
H A Dagg_gamma_functions.h55 gamma_threshold() : m_threshold(0.5) {} in gamma_threshold()
56 gamma_threshold(double t) : m_threshold(t) {} in gamma_threshold()
58 void threshold(double t) { m_threshold = t; } in threshold()
59 double threshold() const { return m_threshold; } in threshold()
63 return (x < m_threshold) ? 0.0 : 1.0; in operator()
67 double m_threshold;
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/agg/
H A Dagg_gamma_functions.h55 gamma_threshold() : m_threshold(0.5) {} in gamma_threshold()
56 gamma_threshold(double t) : m_threshold(t) {} in gamma_threshold()
58 void threshold(double t) { m_threshold = t; } in threshold()
59 double threshold() const { return m_threshold; } in threshold()
63 return (x < m_threshold) ? 0.0 : 1.0; in operator()
67 double m_threshold;
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/agg/include/
H A Dagg_gamma_functions.h54 gamma_threshold() : m_threshold(0.5) {} in gamma_threshold()
55 gamma_threshold(double t) : m_threshold(t) {} in gamma_threshold()
57 void threshold(double t) { m_threshold = t; } in threshold()
58 double threshold() const { return m_threshold; } in threshold()
62 return (x < m_threshold) ? 0.0 : 1.0; in operator()
66 double m_threshold;
/dports/devel/thrust/thrust-1.9.5/thrust/system/detail/internal/
H A Ddecompose.h64 m_threshold(0), in uniform_decomposition()
72 m_threshold = m_intervals % max_intervals; in uniform_decomposition()
80 if (i < m_threshold)
88 … index_type begin = m_large_interval * m_threshold + m_small_interval * (i - m_threshold);
104 index_type m_threshold; variable
/dports/devel/log4net/log4net-1.2.10/examples/net/1.0/Appenders/WmiAppender/cs/src/
H A DWmiAppender.cs81 private Level m_threshold; field in log4net.Appender.WmiAppender
134 get { return m_threshold; }
135 set { m_threshold = value; }
251 return ((m_threshold == null) || level >= m_threshold); in IsAsSevereAsThreshold()

12345678910>>...17