Home
last modified time | relevance | path

Searched refs:hi_ (Results 26 – 50 of 327) sorted by relevance

12345678910>>...14

/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/protobuf/src/google/protobuf/stubs/
H A Dint128.h161 hi_ = top; in Initialize()
217 hi_ op other.hi_; \
268 hi_ = (hi_ << amount) | (lo_ >> (64 - amount));
275 hi_ = 0;
286 hi_ = hi_ >> amount;
290 hi_ = 0;
293 hi_ = 0;
319 hi_ += b.hi_;
322 ++hi_;
328 hi_ -= b.hi_;
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/protobuf/src/google/protobuf/stubs/
H A Dint128.h163 hi_ = top; in Initialize()
219 hi_ op other.hi_; \
270 hi_ = (hi_ << amount) | (lo_ >> (64 - amount));
277 hi_ = 0;
288 hi_ = hi_ >> amount;
292 hi_ = 0;
295 hi_ = 0;
321 hi_ += b.hi_;
324 ++hi_;
330 hi_ -= b.hi_;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/stubs/
H A Dint128.h163 hi_ = top; in Initialize()
219 hi_ op other.hi_; \
270 hi_ = (hi_ << amount) | (lo_ >> (64 - amount));
277 hi_ = 0;
288 hi_ = hi_ >> amount;
292 hi_ = 0;
295 hi_ = 0;
321 hi_ += b.hi_;
324 ++hi_;
330 hi_ -= b.hi_;
[all …]
/dports/www/firefox/firefox-99.0/toolkit/components/protobuf/src/google/protobuf/stubs/
H A Dint128.h163 hi_ = top; in Initialize()
219 hi_ op other.hi_; \
270 hi_ = (hi_ << amount) | (lo_ >> (64 - amount));
277 hi_ = 0;
288 hi_ = hi_ >> amount;
292 hi_ = 0;
295 hi_ = 0;
321 hi_ += b.hi_;
324 ++hi_;
330 hi_ -= b.hi_;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/stubs/
H A Dint128.h163 hi_ = top; in Initialize()
219 hi_ op other.hi_; \
270 hi_ = (hi_ << amount) | (lo_ >> (64 - amount));
277 hi_ = 0;
288 hi_ = hi_ >> amount;
292 hi_ = 0;
295 hi_ = 0;
321 hi_ += b.hi_;
324 ++hi_;
330 hi_ -= b.hi_;
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/protobuf/src/google/protobuf/stubs/
H A Dint128.h161 hi_ = top; in Initialize()
217 hi_ op other.hi_; \
268 hi_ = (hi_ << amount) | (lo_ >> (64 - amount));
275 hi_ = 0;
286 hi_ = hi_ >> amount;
290 hi_ = 0;
293 hi_ = 0;
319 hi_ += b.hi_;
322 ++hi_;
328 hi_ -= b.hi_;
[all …]
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/stubs/
H A Dint128.h163 hi_ = top; in Initialize()
219 hi_ op other.hi_; \
270 hi_ = (hi_ << amount) | (lo_ >> (64 - amount));
277 hi_ = 0;
288 hi_ = hi_ >> amount;
292 hi_ = 0;
295 hi_ = 0;
321 hi_ += b.hi_;
324 ++hi_;
330 hi_ -= b.hi_;
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/protobuf/src/google/protobuf/stubs/
H A Dint128.h163 hi_ = top; in Initialize()
219 hi_ op other.hi_; \
270 hi_ = (hi_ << amount) | (lo_ >> (64 - amount));
277 hi_ = 0;
288 hi_ = hi_ >> amount;
292 hi_ = 0;
295 hi_ = 0;
321 hi_ += b.hi_;
324 ++hi_;
330 hi_ -= b.hi_;
[all …]
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/stubs/
H A Dint128.h163 hi_ = top; in Initialize()
219 hi_ op other.hi_; \
270 hi_ = (hi_ << amount) | (lo_ >> (64 - amount));
277 hi_ = 0;
288 hi_ = hi_ >> amount;
292 hi_ = 0;
295 hi_ = 0;
321 hi_ += b.hi_;
324 ++hi_;
330 hi_ -= b.hi_;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/shell-encryption/src/
H A Dint256.h176 hi_ = top; in Initialize()
332 hi_ = (hi_ << amount) | (lo_ >> (128 - amount));
339 hi_ = 0;
350 hi_ = hi_ >> amount;
354 hi_ = 0;
357 hi_ = 0;
383 hi_ += b.hi_;
386 ++hi_;
392 hi_ -= b.hi_;
394 --hi_;
[all …]
/dports/graphics/s2/s2geometry-0.9.0/src/s2/third_party/absl/numeric/
H A Dint128.h199 uint64_t hi_; variable
201 uint64_t hi_; variable
320 : lo_{low}, hi_{high} {} in uint128()
344 hi_{static_cast<uint64_t>(v >> 64)} {}
351 : hi_{high}, lo_{low} {} in uint128()
374 : hi_{static_cast<uint64_t>(v >> 64)}, in uint128()
439 return (static_cast<__int128>(hi_) << 64) + lo_; in __int128()
459 std::ldexp(static_cast<long double>(hi_), 64);
532 hi_ |= other.hi_;
538 hi_ &= other.hi_;
[all …]
/dports/graphics/py-s2/s2geometry-0.9.0/src/s2/third_party/absl/numeric/
H A Dint128.h199 uint64_t hi_; variable
201 uint64_t hi_; variable
320 : lo_{low}, hi_{high} {} in uint128()
344 hi_{static_cast<uint64_t>(v >> 64)} {}
351 : hi_{high}, lo_{low} {} in uint128()
374 : hi_{static_cast<uint64_t>(v >> 64)}, in uint128()
439 return (static_cast<__int128>(hi_) << 64) + lo_; in __int128()
459 std::ldexp(static_cast<long double>(hi_), 64);
532 hi_ |= other.hi_;
538 hi_ &= other.hi_;
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/sparc/
H A Dultrasp12.c46hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (s1msb_); (s1msbhi4_) = hl_.hilo… in rc_stat_xsum_acc() member
49hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
52hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (s1msb_); (s1msbhi4_) = hl_.hilo… in rc_stat_xsum_acc() member
54hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
56hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/sparc/
H A Dultrasp12.c46hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (s1msb_); (s1msbhi4_) = hl_.hilo… in rc_stat_xsum_acc() member
49hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
52hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (s1msb_); (s1msbhi4_) = hl_.hilo… in rc_stat_xsum_acc() member
54hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
56hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/sparc/
H A Dultrasp12.c46hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (s1msb_); (s1msbhi4_) = hl_.hilo… in rc_stat_xsum_acc() member
49hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
52hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (s1msb_); (s1msbhi4_) = hl_.hilo… in rc_stat_xsum_acc() member
54hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
56hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/sparc/
H A Dultrasp12.c46hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (s1msb_); (s1msbhi4_) = hl_.hilo… in rc_stat_xsum_acc() member
49hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
52hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (s1msb_); (s1msbhi4_) = hl_.hilo… in rc_stat_xsum_acc() member
54hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
56hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/sparc/
H A Dultrasp12.c46hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (s1msb_); (s1msbhi4_) = hl_.hilo… in rc_stat_xsum_acc() member
49hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
52hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (s1msb_); (s1msbhi4_) = hl_.hilo… in rc_stat_xsum_acc() member
54hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
56hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/sparc/
H A Dultrasp12.c46hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (s1msb_); (s1msbhi4_) = hl_.hilo… in rc_stat_xsum_acc() member
49hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
52hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (s1msb_); (s1msbhi4_) = hl_.hilo… in rc_stat_xsum_acc() member
54hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
56hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/sparc/
H A Dultrasp12.c46hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (s1msb_); (s1msbhi4_) = hl_.hilo… in rc_stat_xsum_acc() member
49hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
52hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (s1msb_); (s1msbhi4_) = hl_.hilo… in rc_stat_xsum_acc() member
54hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
56hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/sparc/
H A Dultrasp12.c46hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (s1msb_); (s1msbhi4_) = hl_.hilo… in rc_stat_xsum_acc() member
49hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
52hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (s1msb_); (s1msbhi4_) = hl_.hilo… in rc_stat_xsum_acc() member
54hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
56hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.target/sparc/
H A Dultrasp12.c46hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (s1msb_); (s1msbhi4_) = hl_.hilo… in rc_stat_xsum_acc() member
49hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
52hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (s1msb_); (s1msbhi4_) = hl_.hilo… in rc_stat_xsum_acc() member
54hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
56hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.target/sparc/
H A Dultrasp12.c46hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (s1msb_); (s1msbhi4_) = hl_.hilo… in rc_stat_xsum_acc() member
49hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
52hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (s1msb_); (s1msbhi4_) = hl_.hilo… in rc_stat_xsum_acc() member
54hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
56hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.target/sparc/
H A Dultrasp12.c46hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (s1msb_); (s1msbhi4_) = hl_.hilo… in rc_stat_xsum_acc() member
49hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
52hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (s1msb_); (s1msbhi4_) = hl_.hilo… in rc_stat_xsum_acc() member
54hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
56hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/sparc/
H A Dultrasp12.c46hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (s1msb_); (s1msbhi4_) = hl_.hilo… in rc_stat_xsum_acc() member
49hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
52hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (s1msb_); (s1msbhi4_) = hl_.hilo… in rc_stat_xsum_acc() member
54hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
56hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/sparc/
H A Dultrasp12.c46hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (s1msb_); (s1msbhi4_) = hl_.hilo… in rc_stat_xsum_acc() member
49hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
52hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (s1msb_); (s1msbhi4_) = hl_.hilo… in rc_stat_xsum_acc() member
54hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member
56hi_, lo_; } hilo_; } RC_hl_type_; RC_hl_type_ hl_ = (RC_hl_type_) (a11); (accvhi4_) = hl_.hilo_.hi… in rc_stat_xsum_acc() member

12345678910>>...14