Home
last modified time | relevance | path

Searched refs:m_lo (Results 1 – 25 of 264) sorted by relevance

1234567891011

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/oligofar/
H A Duinth.hpp24 …UintH& operator |= ( const UintH& other ) { m_lo |= other.m_lo; m_hi |= other.m_hi; return *this; } in operator |=()
25 …UintH& operator &= ( const UintH& other ) { m_lo &= other.m_lo; m_hi &= other.m_hi; return *this; } in operator &=()
26 …UintH& operator ^= ( const UintH& other ) { m_lo ^= other.m_lo; m_hi ^= other.m_hi; return *this; } in operator ^=()
34 int ha = int( m_lo >> 63 ); in operator +=()
36 int hc = int( (m_lo += other.m_lo) >> 63 ); in operator +=()
83 Uint8 m_lo; member in UintH
90 m_hi = ( m_lo << (i-64) ); in operator <<=()
91 m_lo = 0; in operator <<=()
94 m_lo <<= i; in operator <<=()
102 m_lo = ( m_hi >> (i-64) ); in operator >>=()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dlonglong.cpp393 m_lo += ll.m_lo; in operator +=()
396 if ((m_lo < previous) || (m_lo < ll.m_lo)) in operator +=()
412 m_lo += ll.m_lo; in operator +=()
415 if ((m_lo < previous) || (m_lo < ll.m_lo)) in operator +=()
508 m_lo = ~m_lo; in Negate()
549 m_lo -= ll.m_lo; in operator -=()
568 m_lo -= ll.m_lo; in operator -=()
690 m_lo &= ll.m_lo; in operator &=()
704 m_lo &= ll.m_lo; in operator &=()
718 m_lo |= ll.m_lo; in operator |=()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dlonglong.cpp378 m_lo += ll.m_lo; in operator +=()
381 if ((m_lo < previous) || (m_lo < ll.m_lo)) in operator +=()
397 m_lo += ll.m_lo; in operator +=()
400 if ((m_lo < previous) || (m_lo < ll.m_lo)) in operator +=()
493 m_lo = ~m_lo; in Negate()
534 m_lo -= ll.m_lo; in operator -=()
553 m_lo -= ll.m_lo; in operator -=()
675 m_lo &= ll.m_lo; in operator &=()
689 m_lo &= ll.m_lo; in operator &=()
703 m_lo |= ll.m_lo; in operator |=()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dlonglong.cpp378 m_lo += ll.m_lo; in operator +=()
381 if ((m_lo < previous) || (m_lo < ll.m_lo)) in operator +=()
397 m_lo += ll.m_lo; in operator +=()
400 if ((m_lo < previous) || (m_lo < ll.m_lo)) in operator +=()
493 m_lo = ~m_lo; in Negate()
534 m_lo -= ll.m_lo; in operator -=()
553 m_lo -= ll.m_lo; in operator -=()
675 m_lo &= ll.m_lo; in operator &=()
689 m_lo &= ll.m_lo; in operator &=()
703 m_lo |= ll.m_lo; in operator |=()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dlonglong.cpp378 m_lo += ll.m_lo; in operator +=()
381 if ((m_lo < previous) || (m_lo < ll.m_lo)) in operator +=()
397 m_lo += ll.m_lo; in operator +=()
400 if ((m_lo < previous) || (m_lo < ll.m_lo)) in operator +=()
493 m_lo = ~m_lo; in Negate()
534 m_lo -= ll.m_lo; in operator -=()
553 m_lo -= ll.m_lo; in operator -=()
675 m_lo &= ll.m_lo; in operator &=()
689 m_lo &= ll.m_lo; in operator &=()
703 m_lo |= ll.m_lo; in operator |=()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dlonglong.cpp374 m_lo += ll.m_lo; in operator +=()
377 if ((m_lo < previous) || (m_lo < ll.m_lo)) in operator +=()
393 m_lo += ll.m_lo; in operator +=()
396 if ((m_lo < previous) || (m_lo < ll.m_lo)) in operator +=()
489 m_lo = ~m_lo; in Negate()
530 m_lo -= ll.m_lo; in operator -=()
549 m_lo -= ll.m_lo; in operator -=()
671 m_lo &= ll.m_lo; in operator &=()
685 m_lo &= ll.m_lo; in operator &=()
699 m_lo |= ll.m_lo; in operator |=()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dlonglong.cpp378 m_lo += ll.m_lo; in operator +=()
381 if ((m_lo < previous) || (m_lo < ll.m_lo)) in operator +=()
397 m_lo += ll.m_lo; in operator +=()
400 if ((m_lo < previous) || (m_lo < ll.m_lo)) in operator +=()
493 m_lo = ~m_lo; in Negate()
534 m_lo -= ll.m_lo; in operator -=()
553 m_lo -= ll.m_lo; in operator -=()
675 m_lo &= ll.m_lo; in operator &=()
689 m_lo &= ll.m_lo; in operator &=()
703 m_lo |= ll.m_lo; in operator |=()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dlonglong.cpp393 m_lo += ll.m_lo; in operator +=()
396 if ((m_lo < previous) || (m_lo < ll.m_lo)) in operator +=()
412 m_lo += ll.m_lo; in operator +=()
415 if ((m_lo < previous) || (m_lo < ll.m_lo)) in operator +=()
508 m_lo = ~m_lo; in Negate()
549 m_lo -= ll.m_lo; in operator -=()
568 m_lo -= ll.m_lo; in operator -=()
690 m_lo &= ll.m_lo; in operator &=()
704 m_lo &= ll.m_lo; in operator &=()
718 m_lo |= ll.m_lo; in operator |=()
[all …]
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A Dgnc-int128.cpp450 if (m_lo > b.m_lo) in operator -=()
455 m_lo = UINT64_MAX - m_lo + b.m_lo + 1; in operator -=()
459 m_lo = b.m_lo - m_lo; in operator -=()
464 if (m_lo < b.m_lo) in operator -=()
470 m_lo -= b.m_lo; in operator -=()
524 m_lo *= b.m_lo; in operator *=()
791 q.m_lo = m_lo / b.m_lo; in div()
792 r.m_lo = m_lo % b.m_lo; in div()
843 m_lo &= b.m_lo; in operator &=()
855 m_lo ^= b.m_lo; in operator |=()
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DInt128.hpp128 Int128(const Int128 &val) : m_lo(val.m_lo), m_hi(val.m_hi) {}
133 m_lo = (uint64_t)val;
142 bool operator == (const Int128 &val) const { return m_hi == val.m_hi && m_lo == val.m_lo; }
152 m_lo += rhs.m_lo;
153 if (m_lo < rhs.m_lo) m_hi++;
177 Int128 operator-() const { return (m_lo == 0) ? Int128(-m_hi, 0) : Int128(~m_hi, ~m_lo + 1); }
183 ((m_lo == 0) ?
223 tmp.m_lo = int64_t(c << 32);
224 tmp.m_lo += int64_t(b);
225 if (tmp.m_lo < b)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/common/
H A DtcuInterval.hpp64 , m_lo (TCU_INFINITY) in Interval()
73 , m_lo (m_hasNaN ? TCU_INFINITY : val) in Interval()
87 , m_lo (de::min(a.lo(), b.lo())) in Interval()
92 double length (void) const { return m_hi - m_lo; } in length()
93 double lo (void) const { return m_lo; } in lo()
99 bool empty (void) const { return m_lo > m_hi; } in empty()
100 bool isFinite (void) const { return m_lo > -TCU_INFINITY && m_hi < TCU_INFINITY; } in isFinite()
112 de::min(m_lo, other.m_lo), in operator |()
126 de::max(m_lo, other.m_lo), in operator &()
199 (m_lo == other.m_lo && m_hi == other.m_hi))); in operator ==()
[all …]
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Dlonglong.h545 m_lo = m_hi = 0; in wxLongLongWx()
559 m_lo = lo; in wxLongLongWx()
578 m_lo = l;
622 return (long)m_lo; in ToLong()
672 { return m_lo == ll.m_lo && m_hi == ll.m_hi; }
722 unsigned long m_lo; variable
742 m_lo = m_hi = 0; in wxULongLongWx()
756 m_lo = lo; in wxULongLongWx()
775 m_lo = l;
847 { return m_lo == ll.m_lo && m_hi == ll.m_hi; }
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dlonglong.h584 m_lo = m_hi = 0; in wxLongLongWx()
598 m_lo = lo; in wxLongLongWx()
617 m_lo = l;
636 m_lo = l;
741 { return m_lo == ll.m_lo && m_hi == ll.m_hi; }
806 unsigned long m_lo; variable
840 m_lo = lo; in wxULongLongWx()
867 m_lo = l;
880 m_lo = l;
962 { return m_lo == ll.m_lo && m_hi == ll.m_hi; }
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dlonglong.h584 m_lo = m_hi = 0; in wxLongLongWx()
598 m_lo = lo; in wxLongLongWx()
617 m_lo = l;
636 m_lo = l;
741 { return m_lo == ll.m_lo && m_hi == ll.m_hi; }
806 unsigned long m_lo; variable
840 m_lo = lo; in wxULongLongWx()
867 m_lo = l;
880 m_lo = l;
962 { return m_lo == ll.m_lo && m_hi == ll.m_hi; }
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dlonglong.h584 m_lo = m_hi = 0; in wxLongLongWx()
598 m_lo = lo; in wxLongLongWx()
617 m_lo = l;
636 m_lo = l;
741 { return m_lo == ll.m_lo && m_hi == ll.m_hi; }
806 unsigned long m_lo; variable
840 m_lo = lo; in wxULongLongWx()
867 m_lo = l;
880 m_lo = l;
962 { return m_lo == ll.m_lo && m_hi == ll.m_hi; }
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dlonglong.h584 m_lo = m_hi = 0; in wxLongLongWx()
598 m_lo = lo; in wxLongLongWx()
617 m_lo = l;
636 m_lo = l;
741 { return m_lo == ll.m_lo && m_hi == ll.m_hi; }
806 unsigned long m_lo; variable
840 m_lo = lo; in wxULongLongWx()
867 m_lo = l;
880 m_lo = l;
962 { return m_lo == ll.m_lo && m_hi == ll.m_hi; }
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dlonglong.h588 m_lo = m_hi = 0; in wxLongLongWx()
602 m_lo = lo; in wxLongLongWx()
621 m_lo = l;
640 m_lo = l;
745 { return m_lo == ll.m_lo && m_hi == ll.m_hi; }
810 unsigned long m_lo; variable
844 m_lo = lo; in wxULongLongWx()
871 m_lo = l;
884 m_lo = l;
966 { return m_lo == ll.m_lo && m_hi == ll.m_hi; }
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dlonglong.h583 m_lo = m_hi = 0; in wxLongLongWx()
597 m_lo = lo; in wxLongLongWx()
616 m_lo = l;
635 m_lo = l;
740 { return m_lo == ll.m_lo && m_hi == ll.m_hi; }
805 unsigned long m_lo; variable
839 m_lo = lo; in wxULongLongWx()
866 m_lo = l;
879 m_lo = l;
961 { return m_lo == ll.m_lo && m_hi == ll.m_hi; }
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dlonglong.h588 m_lo = m_hi = 0; in wxLongLongWx()
602 m_lo = lo; in wxLongLongWx()
621 m_lo = l;
640 m_lo = l;
745 { return m_lo == ll.m_lo && m_hi == ll.m_hi; }
810 unsigned long m_lo; variable
844 m_lo = lo; in wxULongLongWx()
871 m_lo = l;
884 m_lo = l;
966 { return m_lo == ll.m_lo && m_hi == ll.m_hi; }
[all …]
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dfolder-history.cpp73 Layout m_lo; member in FoldersHistoryDlg
79 , m_lo( 10, 10 ) in FoldersHistoryDlg()
84 m_lo.AddWin( &m_ListWin, 0, 0, 9, 0 ); in FoldersHistoryDlg()
85 m_lo.SetLineGrowth( 9 ); in FoldersHistoryDlg()
86 AddLayout( &m_lo ); in FoldersHistoryDlg()
/dports/graphics/epix/epix-1.2.19/
H A Ddata_bins.cc100 : m_lo(low), m_hi(high), m_dbl_count(0) { } in d_bin()
104 if (x < m_lo || m_hi < x) in add_datum()
107 else if (m_lo < x && x < m_hi) in add_datum()
123 rect(P(m_lo,0), P(m_hi, 0.5*scale*m_dbl_count)); in draw_ht()
129 if (EPIX_EPSILON < m_hi - m_lo) in draw_area()
130 rect(P(m_lo,0), P(m_hi, 0.5*scale*m_dbl_count/(m_hi - m_lo))); in draw_area()
135 return m_lo; in lo()
150 return P(0.5*(m_lo + m_hi), 0.5*scale*m_dbl_count); in loc()
159 double m_lo, m_hi; // end values member in ePiX::d_bin
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/include/
H A Ddiv64.h162 uint32_t m_lo = m; in __arch_xprod_64() local
169 res = ((uint64_t)m_lo * n_lo) >> 32; in __arch_xprod_64()
172 res = (m + (uint64_t)m_lo * n_lo) >> 32; in __arch_xprod_64()
174 res = m + (uint64_t)m_lo * n_lo; in __arch_xprod_64()
181 res += (uint64_t)m_lo * n_hi; in __arch_xprod_64()
185 tmp = res += (uint64_t)m_lo * n_hi; in __arch_xprod_64()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/include/
H A Ddiv64.h162 uint32_t m_lo = m; in __arch_xprod_64() local
169 res = ((uint64_t)m_lo * n_lo) >> 32; in __arch_xprod_64()
172 res = (m + (uint64_t)m_lo * n_lo) >> 32; in __arch_xprod_64()
174 res = m + (uint64_t)m_lo * n_lo; in __arch_xprod_64()
181 res += (uint64_t)m_lo * n_hi; in __arch_xprod_64()
185 tmp = res += (uint64_t)m_lo * n_hi; in __arch_xprod_64()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/include/
H A Ddiv64.h162 u32 m_lo = m; in __arch_xprod_64() local
169 res = ((u64)m_lo * n_lo) >> 32; in __arch_xprod_64()
172 res = (m + (u64)m_lo * n_lo) >> 32; in __arch_xprod_64()
174 res = m + (u64)m_lo * n_lo; in __arch_xprod_64()
181 res += (u64)m_lo * n_hi; in __arch_xprod_64()
185 tmp = res += (u64)m_lo * n_hi; in __arch_xprod_64()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/include/
H A Ddiv64.h162 u32 m_lo = m; in __arch_xprod_64() local
169 res = ((u64)m_lo * n_lo) >> 32; in __arch_xprod_64()
172 res = (m + (u64)m_lo * n_lo) >> 32; in __arch_xprod_64()
174 res = m + (u64)m_lo * n_lo; in __arch_xprod_64()
181 res += (u64)m_lo * n_hi; in __arch_xprod_64()
185 tmp = res += (u64)m_lo * n_hi; in __arch_xprod_64()

1234567891011