Home
last modified time | relevance | path

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

1234567891011

/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/thrill/common/
H A Duint_types.hpp63 High high_; member in thrill::common::UIntPair
175 high_ = (High)(high_ + b.high_ + ((add >> low_bits) & high_max())); in operator +=()
184 (High)(high_ + b.high_ + ((add >> low_bits) & high_max()))); in operator +()
191 high_ = (High)(high_ - b.high_ + ((sub >> low_bits) & high_max())); in operator -=()
200 (High)(high_ - b.high_ + ((sub >> low_bits) & high_max()))); in operator -()
205 return (low_ == b.low_) && (high_ == b.high_); in operator ==()
210 return (low_ != b.low_) || (high_ != b.high_); in operator !=()
215 return (high_ < b.high_) || (high_ == b.high_ && low_ < b.low_); in operator <()
225 return (high_ < b.high_) || (high_ == b.high_ && low_ <= b.low_); in operator <=()
230 return (high_ > b.high_) || (high_ == b.high_ && low_ > b.low_); in operator >()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/astc-codec/src/base/
H A Duint128.h29 UInt128(const UInt128& other) : low_(other.low_), high_(other.high_) { } in UInt128()
39 high_ = other.high_;
46 return high_ == other.high_ && low_ == other.low_;
50 return high_ != other.high_ || low_ != other.low_;
82 high_ = shift >= 64 ? 0 : high_ >> shift;
95 high_ |= other.high_;
107 high_ &= other.high_;
119 high_ ^= other.high_;
132 result.high_ = ~high_;
141 high_ += other.high_ + carry;
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/astc-codec/src/base/
H A Duint128.h29 UInt128(const UInt128& other) : low_(other.low_), high_(other.high_) { } in UInt128()
39 high_ = other.high_;
46 return high_ == other.high_ && low_ == other.low_;
50 return high_ != other.high_ || low_ != other.low_;
82 high_ = shift >= 64 ? 0 : high_ >> shift;
95 high_ |= other.high_;
107 high_ &= other.high_;
119 high_ ^= other.high_;
132 result.high_ = ~high_;
141 high_ += other.high_ + carry;
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/readline/examples/
H A Dreadlinebuf.h62 int high_; variable
69 int rd = n > (high_ - low_)? (high_ - low_) : n; in xsgetn()
74 low_ = high_ = 0; in xsgetn()
78 high_ = strlen( line_ ); in xsgetn()
88 if ( high_ == low_ ) { in underflow()
89 low_ = high_ = 0; in underflow()
93 high_ = strlen( line_ ); in underflow()
98 if ( low_ < high_ ) return line_[low_]; in underflow()
111 if ( high_ > 0 ) {
115 high_ += 1;
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/readline/examples/
H A Dreadlinebuf.h62 int high_; variable
69 int rd = n > (high_ - low_)? (high_ - low_) : n; in xsgetn()
74 low_ = high_ = 0; in xsgetn()
78 high_ = strlen( line_ ); in xsgetn()
88 if ( high_ == low_ ) { in underflow()
89 low_ = high_ = 0; in underflow()
93 high_ = strlen( line_ ); in underflow()
98 if ( low_ < high_ ) return line_[low_]; in underflow()
111 if ( high_ > 0 ) {
115 high_ += 1;
[all …]
/dports/cad/magic/magic-8.3.245/readline/readline-4.3/examples/
H A Dreadlinebuf.h62 int high_; variable
69 int rd = n > (high_ - low_)? (high_ - low_) : n; in xsgetn()
74 low_ = high_ = 0; in xsgetn()
78 high_ = strlen( line_ ); in xsgetn()
88 if ( high_ == low_ ) { in underflow()
89 low_ = high_ = 0; in underflow()
93 high_ = strlen( line_ ); in underflow()
98 if ( low_ < high_ ) return line_[low_]; in underflow()
111 if ( high_ > 0 ) {
115 high_ += 1;
[all …]
/dports/devel/gdb/gdb-11.1/readline/readline/examples/
H A Dreadlinebuf.h62 int high_; variable
69 int rd = n > (high_ - low_)? (high_ - low_) : n; in xsgetn()
74 low_ = high_ = 0; in xsgetn()
78 high_ = strlen( line_ ); in xsgetn()
88 if ( high_ == low_ ) { in underflow()
89 low_ = high_ = 0; in underflow()
93 high_ = strlen( line_ ); in underflow()
98 if ( low_ < high_ ) return line_[low_]; in underflow()
111 if ( high_ > 0 ) {
115 high_ += 1;
[all …]
/dports/devel/gdb761/gdb-7.6.1/readline/examples/
H A Dreadlinebuf.h62 int high_; variable
69 int rd = n > (high_ - low_)? (high_ - low_) : n; in xsgetn()
74 low_ = high_ = 0; in xsgetn()
78 high_ = strlen( line_ ); in xsgetn()
88 if ( high_ == low_ ) { in underflow()
89 low_ = high_ = 0; in underflow()
93 high_ = strlen( line_ ); in underflow()
98 if ( low_ < high_ ) return line_[low_]; in underflow()
111 if ( high_ > 0 ) {
115 high_ += 1;
[all …]
/dports/devel/readline/readline-8.1/examples/
H A Dreadlinebuf.h62 int high_; variable
69 int rd = n > (high_ - low_)? (high_ - low_) : n; in xsgetn()
74 low_ = high_ = 0; in xsgetn()
78 high_ = strlen( line_ ); in xsgetn()
88 if ( high_ == low_ ) { in underflow()
89 low_ = high_ = 0; in underflow()
93 high_ = strlen( line_ ); in underflow()
98 if ( low_ < high_ ) return line_[low_]; in underflow()
111 if ( high_ > 0 ) {
115 high_ += 1;
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/readline/examples/
H A Dreadlinebuf.h62 int high_; variable
69 int rd = n > (high_ - low_)? (high_ - low_) : n; in xsgetn()
74 low_ = high_ = 0; in xsgetn()
78 high_ = strlen( line_ ); in xsgetn()
88 if ( high_ == low_ ) { in underflow()
89 low_ = high_ = 0; in underflow()
93 high_ = strlen( line_ ); in underflow()
98 if ( low_ < high_ ) return line_[low_]; in underflow()
111 if ( high_ > 0 ) {
115 high_ += 1;
[all …]
/dports/databases/gqlplus/gqlplus-1.16/readline/examples/
H A Dreadlinebuf.h62 int high_; variable
69 int rd = n > (high_ - low_)? (high_ - low_) : n; in xsgetn()
74 low_ = high_ = 0; in xsgetn()
78 high_ = strlen( line_ ); in xsgetn()
88 if ( high_ == low_ ) { in underflow()
89 low_ = high_ = 0; in underflow()
93 high_ = strlen( line_ ); in underflow()
98 if ( low_ < high_ ) return line_[low_]; in underflow()
111 if ( high_ > 0 ) {
115 high_ += 1;
[all …]
/dports/databases/gqlplus/gqlplus-1.16/gqlplus-1.15/readline/examples/
H A Dreadlinebuf.h62 int high_; variable
69 int rd = n > (high_ - low_)? (high_ - low_) : n; in xsgetn()
74 low_ = high_ = 0; in xsgetn()
78 high_ = strlen( line_ ); in xsgetn()
88 if ( high_ == low_ ) { in underflow()
89 low_ = high_ = 0; in underflow()
93 high_ = strlen( line_ ); in underflow()
98 if ( low_ < high_ ) return line_[low_]; in underflow()
111 if ( high_ > 0 ) {
115 high_ += 1;
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Common/
H A Duint128.h82 return {high_ & that.high_, low_ & that.low_};
85 return {high_ | that.high_, low_ | that.low_};
88 return {high_ ^ that.high_, low_ ^ that.low_};
115 return {high_ >> n, (high_ << (64 - n)) | (low_ >> n)};
123 return {high_ + that.high_ + carry, low_ + that.low_};
129 if (high_ == 0 && that.high_ == 0) {
139 y2{that.high_ & mask32}, y3{that.high_ >> 32};
189 if (IS_SIGNED && (high_ ^ that.high_) & topBit) {
192 return high_ < that.high_ || (high_ == that.high_ && low_ < that.low_);
196 return low_ == that.low_ && high_ == that.high_;
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/include/flang/Common/
H A Duint128.h82 return {high_ & that.high_, low_ & that.low_};
85 return {high_ | that.high_, low_ | that.low_};
88 return {high_ ^ that.high_, low_ ^ that.low_};
115 return {high_ >> n, (high_ << (64 - n)) | (low_ >> n)};
123 return {high_ + that.high_ + carry, low_ + that.low_};
129 if (high_ == 0 && that.high_ == 0) {
139 y2{that.high_ & mask32}, y3{that.high_ >> 32};
189 if (IS_SIGNED && (high_ ^ that.high_) & topBit) {
192 return high_ < that.high_ || (high_ == that.high_ && low_ < that.low_);
196 return low_ == that.low_ && high_ == that.high_;
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/include/flang/Common/
H A Duint128.h82 return {high_ & that.high_, low_ & that.low_};
85 return {high_ | that.high_, low_ | that.low_};
88 return {high_ ^ that.high_, low_ ^ that.low_};
115 return {high_ >> n, (high_ << (64 - n)) | (low_ >> n)};
123 return {high_ + that.high_ + carry, low_ + that.low_};
129 if (high_ == 0 && that.high_ == 0) {
139 y2{that.high_ & mask32}, y3{that.high_ >> 32};
189 if (IS_SIGNED && (high_ ^ that.high_) & topBit) {
192 return high_ < that.high_ || (high_ == that.high_ && low_ < that.low_);
196 return low_ == that.low_ && high_ == that.high_;
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/include/flang/Common/
H A Duint128.h82 return {high_ & that.high_, low_ & that.low_};
85 return {high_ | that.high_, low_ | that.low_};
88 return {high_ ^ that.high_, low_ ^ that.low_};
115 return {high_ >> n, (high_ << (64 - n)) | (low_ >> n)};
123 return {high_ + that.high_ + carry, low_ + that.low_};
129 if (high_ == 0 && that.high_ == 0) {
139 y2{that.high_ & mask32}, y3{that.high_ >> 32};
189 if (IS_SIGNED && (high_ ^ that.high_) & topBit) {
192 return high_ < that.high_ || (high_ == that.high_ && low_ < that.low_);
196 return low_ == that.low_ && high_ == that.high_;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/include/flang/Common/
H A Duint128.h82 return {high_ & that.high_, low_ & that.low_};
85 return {high_ | that.high_, low_ | that.low_};
88 return {high_ ^ that.high_, low_ ^ that.low_};
115 return {high_ >> n, (high_ << (64 - n)) | (low_ >> n)};
123 return {high_ + that.high_ + carry, low_ + that.low_};
131 if (high_ == 0 && that.high_ == 0) {
139 x3{high_ >> 32};
141 y2{that.high_ & mask32}, y3{that.high_ >> 32};
191 return high_ < that.high_ || (high_ == that.high_ && low_ < that.low_);
197 return low_ == that.low_ && high_ == that.high_;
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/include/flang/Common/
H A Duint128.h81 return {high_ & that.high_, low_ & that.low_};
84 return {high_ | that.high_, low_ | that.low_};
87 return {high_ ^ that.high_, low_ ^ that.low_};
114 return {high_ >> n, (high_ << (64 - n)) | (low_ >> n)};
122 return {high_ + that.high_ + carry, low_ + that.low_};
130 if (high_ == 0 && that.high_ == 0) {
138 x3{high_ >> 32};
140 y2{that.high_ & mask32}, y3{that.high_ >> 32};
190 return high_ < that.high_ || (high_ == that.high_ && low_ < that.low_);
196 return low_ == that.low_ && high_ == that.high_;
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/include/flang/Common/
H A Duint128.h82 return {high_ & that.high_, low_ & that.low_};
85 return {high_ | that.high_, low_ | that.low_};
88 return {high_ ^ that.high_, low_ ^ that.low_};
115 return {high_ >> n, (high_ << (64 - n)) | (low_ >> n)};
123 return {high_ + that.high_ + carry, low_ + that.low_};
131 if (high_ == 0 && that.high_ == 0) {
139 x3{high_ >> 32};
141 y2{that.high_ & mask32}, y3{that.high_ >> 32};
191 return high_ < that.high_ || (high_ == that.high_ && low_ < that.low_);
197 return low_ == that.low_ && high_ == that.high_;
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/include/flang/Common/
H A Duint128.h82 return {high_ & that.high_, low_ & that.low_};
85 return {high_ | that.high_, low_ | that.low_};
88 return {high_ ^ that.high_, low_ ^ that.low_};
115 return {high_ >> n, (high_ << (64 - n)) | (low_ >> n)};
123 return {high_ + that.high_ + carry, low_ + that.low_};
131 if (high_ == 0 && that.high_ == 0) {
139 x3{high_ >> 32};
141 y2{that.high_ & mask32}, y3{that.high_ >> 32};
191 return high_ < that.high_ || (high_ == that.high_ && low_ < that.low_);
197 return low_ == that.low_ && high_ == that.high_;
[all …]
/dports/devel/simde/simde-0.7.2/simde/arm/neon/
H A Dcombine.h46 high_ = simde_float32x2_to_private(high); in simde_vcombine_f32()
58 r_.values[i + halfway] = high_.values[i]; in simde_vcombine_f32()
79 high_ = simde_float64x1_to_private(high); in simde_vcombine_f64()
109 high_ = simde_int8x8_to_private(high); in simde_vcombine_s8()
139 high_ = simde_int16x4_to_private(high); in simde_vcombine_s16()
169 high_ = simde_int32x2_to_private(high); in simde_vcombine_s32()
199 high_ = simde_int64x1_to_private(high); in simde_vcombine_s64()
229 high_ = simde_uint8x8_to_private(high); in simde_vcombine_u8()
259 high_ = simde_uint16x4_to_private(high); in simde_vcombine_u16()
289 high_ = simde_uint32x2_to_private(high); in simde_vcombine_u32()
[all …]
/dports/biology/bowtie2/simde-no-tests-f6a0b3b/arm/neon/
H A Dcombine.h46 high_ = simde_float32x2_to_private(high); in simde_vcombine_f32()
58 r_.values[i + halfway] = high_.values[i]; in simde_vcombine_f32()
79 high_ = simde_float64x1_to_private(high); in simde_vcombine_f64()
109 high_ = simde_int8x8_to_private(high); in simde_vcombine_s8()
139 high_ = simde_int16x4_to_private(high); in simde_vcombine_s16()
169 high_ = simde_int32x2_to_private(high); in simde_vcombine_s32()
199 high_ = simde_int64x1_to_private(high); in simde_vcombine_s64()
229 high_ = simde_uint8x8_to_private(high); in simde_vcombine_u8()
259 high_ = simde_uint16x4_to_private(high); in simde_vcombine_u16()
289 high_ = simde_uint32x2_to_private(high); in simde_vcombine_u32()
[all …]
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/simde/simde/arm/neon/
H A Dcombine.h46 high_ = simde_float32x2_to_private(high); in simde_vcombine_f32()
58 r_.values[i + halfway] = high_.values[i]; in simde_vcombine_f32()
79 high_ = simde_float64x1_to_private(high); in simde_vcombine_f64()
109 high_ = simde_int8x8_to_private(high); in simde_vcombine_s8()
139 high_ = simde_int16x4_to_private(high); in simde_vcombine_s16()
169 high_ = simde_int32x2_to_private(high); in simde_vcombine_s32()
199 high_ = simde_int64x1_to_private(high); in simde_vcombine_s64()
229 high_ = simde_uint8x8_to_private(high); in simde_vcombine_u8()
259 high_ = simde_uint16x4_to_private(high); in simde_vcombine_u16()
289 high_ = simde_uint32x2_to_private(high); in simde_vcombine_u32()
[all …]
/dports/devel/mdds/mdds-1.7.0/quickcheck/
H A Dflat_segment_tree.cpp53 m_pimpl.reset(new fst_type(low_, high_, value_)); in initialize()
167 return low_ < high_ && is_valid_key(fst_, low_) && is_valid_key(fst_, high_); in is_valid_range()
193 return is_valid_range(*fst_, low_, high_); in accepts()
219 insert_front.insert_front(low_, high_, value_); in holdsFor()
220 insert_back.insert_back(low_, high_, value_); in holdsFor()
235 insert_back.insert_back(low_, high_, value_); in holdsFor()
281 insert(fst.insert_front(low_, high_, value_)); in holdsFor()
354 fst.shift_left(low_, high_); in holdsFor()
421 fst.insert_front(low_, high_, value_); in holdsFor()
441 fst.shift_left(low_, high_); in holdsFor()
[all …]
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/engine/
H A DeRectangle.cpp42 : low_(1E+30, 1E+30), high_(-1E+30, -1E+30) in eRectangle()
58 : low_(low), high_(high) in eRectangle()
74 high_ = eCoord(-1E+30, -1E+30); in Clear()
94 if (high_.x < point.x) in Include()
95 high_.x = point.x; in Include()
96 if (high_.y < point.y) in Include()
97 high_.y = point.y; in Include()
116 high_.x >= point.x && high_.y >= point.y; in Contains()
145 se_Clamp( point.x, high_.x, 1, ret); in Clamp()
146 se_Clamp( point.y, high_.y, 1, ret); in Clamp()
[all …]

1234567891011