Home
last modified time | relevance | path

Searched refs:m_high (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/math/wfmath/wfmath-1.0.2/wfmath/
H A Daxisbox_funcs.h44 out.m_high[i] = FloatMin(a1.m_high[i], a2.m_high[i]); in Intersection()
45 if(out.m_low[i] > out.m_high[i]) in Intersection()
50 out.m_high.setValid(a1.m_high.isValid() && a2.m_high.isValid()); in Intersection()
62 out.m_high[i] = FloatMax(a1.m_high[i], a2.m_high[i]); in Union()
66 out.m_high.setValid(a1.m_high.isValid() && a2.m_high.isValid()); in Union()
77 m_high = p2; in setCorners()
84 m_high[i] = p1[i]; in setCorners()
88 m_high[i] = p2[i]; in setCorners()
93 m_high.setValid(); in setCorners()
104 return m_high; in getCorner()
[all …]
H A Dpolygon_intersect.cpp602 (((*i)[1] <= b.m_high[1] && b.m_high[1] < (*j)[1]) || in Intersect()
603 ((*j)[1] <= b.m_high[1] && b.m_high[1] < (*i)[1])); in Intersect()
605 (((*i)[0] <= b.m_high[0] && b.m_high[0] < (*j)[0]) || in Intersect()
606 ((*j)[0] <= b.m_high[0] && b.m_high[0] < (*i)[0])); in Intersect()
673 (((*i)[1] <= b.m_high[1] && b.m_high[1] < (*j)[1]) || in Contains()
674 ((*j)[1] <= b.m_high[1] && b.m_high[1] < (*i)[1])); in Contains()
676 (((*i)[0] <= b.m_high[0] && b.m_high[0] < (*j)[0]) || in Contains()
677 ((*j)[0] <= b.m_high[0] && b.m_high[0] < (*i)[0])); in Contains()
960 ((ends[1])[1] <= m_high[1] && m_high[1] < (ends[0])[1])); in Intersect()
963 ((ends[1])[0] <= m_high[0] && m_high[0] < (ends[0])[0])); in Intersect()
[all …]
H A Daxisbox.h66 AxisBox() : m_low(), m_high() {} in AxisBox()
69 m_low(), m_high() in m_low()
72 AxisBox(const AxisBox& a) : m_low(a.m_low), m_high(a.m_high) {} in AxisBox()
85 {m_low = a.m_low; m_high = a.m_high; return *this;}
97 Point<dim> getCenter() const {return Midpoint(m_low, m_high);} in getCenter()
103 const Point<dim>& highCorner() const {return m_high;} in highCorner()
104 Point<dim>& highCorner() {return m_high;} in highCorner()
109 CoordType upperBound(const int axis) const {return m_high[axis];} in upperBound()
123 {m_low += v; m_high += v; return *this;} in shift()
179 Point<dim> m_low, m_high;
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A DWeakRandom.h62 , m_high(seed) in WeakRandom()
74 m_high = (m_high << 16) + (m_high >> 16); in advance()
75 m_high += m_low; in advance()
76 m_low += m_high; in advance()
77 return m_high; in advance()
81 unsigned m_high; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DWeakRandom.h62 , m_high(seed) in WeakRandom()
74 m_high = (m_high << 16) + (m_high >> 16); in advance()
75 m_high += m_low; in advance()
76 m_low += m_high; in advance()
77 return m_high; in advance()
81 unsigned m_high; variable
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DWeakRandom.h62 , m_high(seed) in WeakRandom()
74 m_high = (m_high << 16) + (m_high >> 16); in advance()
75 m_high += m_low; in advance()
76 m_low += m_high; in advance()
77 return m_high; in advance()
81 unsigned m_high; variable
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DWeakRandom.h62 , m_high(seed) in WeakRandom()
74 m_high = (m_high << 16) + (m_high >> 16); in advance()
75 m_high += m_low; in advance()
76 m_low += m_high; in advance()
77 return m_high; in advance()
81 unsigned m_high; variable
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/System.Reactive.Core/Reactive/Internal/
H A DConcurrentQueue.cs125 private volatile int m_high; field in System.Collections.Concurrent.ConcurrentQueue.Segment
133 m_high = -1; in Segment()
151 Contract.Assert(m_high < SEGMENT_SIZE - 1); in UnsafeAdd()
152 m_high++; in UnsafeAdd()
153 m_array[m_high] = value; in UnsafeAdd()
154 m_state[m_high].m_value = true; in UnsafeAdd()
159 Contract.Assert(m_high >= SEGMENT_SIZE - 1); in UnsafeGrow()
177 if (m_high >= SEGMENT_SIZE - 1) in TryAppend()
199 newhigh = Interlocked.Increment(ref m_high); in TryAppend()
299 return Math.Min(m_high, SEGMENT_SIZE - 1);
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/animations/
H A Dcandlestickbodywicksanimation.cpp96 result.m_high = startData.m_high + progress * (endData.m_high - startData.m_high); in interpolated()
104 result.m_high = median + progress * (endData.m_high - median); in interpolated()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/BlackrainUGens/
H A DBlackrainUGens.cpp43 float m_high; // High output
108 unit->m_high = 0.f;
157 float m_high = unit->m_high;
167 m_high = m_notch - m_low;
168 m_band = m_freq * m_high + m_band;
172 high = 0.5f * m_high;
174 outPeak = 0.5f * (m_low - m_high);
179 m_high = m_notch - m_low;
180 m_band = m_freq * m_high + m_band;
184 high += 0.5f * m_high;
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-rekognition/source/model/
H A DAgeRange.cpp24 m_high(0), in AgeRange()
32 m_high(0), in AgeRange()
49 m_high = jsonValue.GetInteger("High"); in operator =()
69 payload.WithInteger("High", m_high); in Jsonize()
/dports/net-p2p/dclib/dclib-0.3.23/tests/
H A Dthreads-mutex.cpp36 Counter() : m_count( 0 ), m_high( 0 ), m_low( 0 ) {}; in Counter()
52 h = m_high; in GetHigh()
71 if ( m_count > m_high ) in Increment()
73 m_high = m_count; in Increment()
95 long m_high; member in Counter
/dports/lang/fpc/fpc-3.2.2/compiler/i8086/
H A Dn8086mat.pas105 m_low,m_high,j,k : dword;
194 m_high:=(((dword(1)) shl (16+l)) + k) div d;
195 while ((m_low shr 1) < (m_high shr 1)) and (l > 0) do
198 m_high:=m_high shr 1;
201 m:=word(m_high);
203 if (m_high shr 15)<>0 then
282 m_high:=(((dword(1)) shl (16+l)) + k) div t;
283 while ((m_low shr 1) < (m_high shr 1)) and (l>0) do
286 m_high:=m_high shr 1;
289 if (m_high shr 16)=0 then
[all …]
/dports/lang/fpc-source/fpc-3.2.2/compiler/i8086/
H A Dn8086mat.pas105 m_low,m_high,j,k : dword;
194 m_high:=(((dword(1)) shl (16+l)) + k) div d;
195 while ((m_low shr 1) < (m_high shr 1)) and (l > 0) do
198 m_high:=m_high shr 1;
201 m:=word(m_high);
203 if (m_high shr 15)<>0 then
282 m_high:=(((dword(1)) shl (16+l)) + k) div t;
283 while ((m_low shr 1) < (m_high shr 1)) and (l>0) do
286 m_high:=m_high shr 1;
289 if (m_high shr 16)=0 then
[all …]
/dports/editors/fpc-ide/fpc-3.2.2/compiler/i8086/
H A Dn8086mat.pas105 m_low,m_high,j,k : dword;
194 m_high:=(((dword(1)) shl (16+l)) + k) div d;
195 while ((m_low shr 1) < (m_high shr 1)) and (l > 0) do
198 m_high:=m_high shr 1;
201 m:=word(m_high);
203 if (m_high shr 15)<>0 then
282 m_high:=(((dword(1)) shl (16+l)) + k) div t;
283 while ((m_low shr 1) < (m_high shr 1)) and (l>0) do
286 m_high:=m_high shr 1;
289 if (m_high shr 16)=0 then
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/zlib/contrib/optimizations/
H A Dslide_hash_neon.h29 uint16x8_t m_high = vld1q_u16(hash + chunk); in neon_slide_hash_update() local
36 m_high = vqsubq_u16(m_high, v); in neon_slide_hash_update()
39 vst1q_u16(hash + chunk, m_high); in neon_slide_hash_update()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/zlib/contrib/optimizations/
H A Dslide_hash_neon.h29 uint16x8_t m_high = vld1q_u16(hash + chunk); in neon_slide_hash_update() local
36 m_high = vqsubq_u16(m_high, v); in neon_slide_hash_update()
39 vst1q_u16(hash + chunk, m_high); in neon_slide_hash_update()
/dports/lang/v8/v8-9.6.180.12/third_party/zlib/contrib/optimizations/
H A Dslide_hash_neon.h29 uint16x8_t m_high = vld1q_u16(hash + chunk); in neon_slide_hash_update() local
36 m_high = vqsubq_u16(m_high, v); in neon_slide_hash_update()
39 vst1q_u16(hash + chunk, m_high); in neon_slide_hash_update()
/dports/games/freeorion/freeorion-0.4.10.2/universe/
H A DConditions.cpp385 std::string high_str = (m_high ? (m_high->ConstantExpr() ? in Description()
403 if (m_high) in Dump()
419 && (!m_high || m_high->LocalCandidateInvariant()) in Eval()
479 if (m_high) in SetTopLevelContent()
569 if (m_high) in Description()
608 if (m_high) in Dump()
624 if (m_high) in SetTopLevelContent()
2685 if (m_high) in Dump()
2705 if (m_high) in SetTopLevelContent()
4568 if (m_high) in Dump()
[all …]
/dports/devel/spatialindex/spatialindex-src-1.8.5/src/tools/
H A DTools.cc394 m_high = iv.m_high; in Interval()
416 m_high >= iv.m_high - std::numeric_limits<double>::epsilon() && in operator ==()
417 m_high <= iv.m_high + std::numeric_limits<double>::epsilon()) in operator ==()
435 return m_high; in getUpperBound()
443 m_high = h; in setBounds()
453 if (m_high < m_low) in intersectsInterval()
459 if ((m_low > low && m_low < high) || (m_high > low && m_high < high)) return true; in intersectsInterval()
469 else if (m_high == low) in intersectsInterval()
484 else if (m_high == low) in intersectsInterval()
494 else if (m_high == low) in intersectsInterval()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/collections/Concurrent/
H A DConcurrentQueue.cs683 private volatile int m_high; field in System.Collections.Concurrent.ConcurrentQueue.Segment
694 m_high = -1; in Segment()
727 Contract.Assert(m_high < SEGMENT_SIZE - 1); in UnsafeAdd()
728 m_high++; in UnsafeAdd()
729 m_array[m_high] = value; in UnsafeAdd()
730 m_state[m_high].m_value = true; in UnsafeAdd()
743 Contract.Assert(m_high >= SEGMENT_SIZE - 1); in UnsafeGrow()
775 if (m_high >= SEGMENT_SIZE - 1) in TryAppend()
797 newhigh = Interlocked.Increment(ref m_high); in TryAppend()
944 return Math.Min(m_high, SEGMENT_SIZE - 1);
/dports/math/taucs/taucs-2.2_23/src/
H A Dtaucs_memory.c292 double m,m_low,m_high,m_tol; in taucs_available_memory_size() local
307 m_high = 2.0*m; in taucs_available_memory_size()
310 while ( m_high - m_low > m_tol ) { in taucs_available_memory_size()
311 m = m_low + ( (m_high-m_low)/2.0 ); in taucs_available_memory_size()
315 m_high / 1048576.0); in taucs_available_memory_size()
319 m_high = m; in taucs_available_memory_size()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/gpu/
H A DPODInterval.h86 , m_high(high) in PODInterval()
95 , m_high(high) in PODInterval()
102 const T& high() const { return m_high; } in high()
158 T m_high; variable
/dports/audio/kwave/kwave-21.12.3/libgui/
H A DScaleWidget.cpp37 :QWidget(parent), m_low(0), m_high(100), m_logmode(false), in ScaleWidget()
45 :QWidget(parent), m_low(low), m_high(high), m_logmode(false), in ScaleWidget()
73 if ((m_low == min) && (m_high == max)) return; in setMinMax()
75 m_high = max; in setMinMax()
124 Q_ASSERT(m_high > m_low); in drawLog()
127 int dec_hi = Kwave::toInt(ceil(log(m_high)/log(base))); in drawLog()
193 int value = m_low + (((m_high - m_low)* (inverse ? (4 - a) : a)) / 4); in drawLinear()
/dports/audio/padthv1-lv2/padthv1-padthv1_0_9_23/src/
H A Dpadthv1_filter.h53 m_high = 0.0f;
61 m_out = &m_high;
79 m_high = in - m_low - q * m_band; in output()
80 m_band += cutoff * m_high; in output()
81 m_notch = m_high + m_low; in output()
95 float m_high; variable

12345678