/external/openscreen/third_party/abseil/src/absl/numeric/ |
D | int128.h | 187 friend constexpr uint64_t Uint128Low64(uint128 v); 213 return H::combine(std::move(h), Uint128High64(v), Uint128Low64(v)); in AbslHashValue() 628 constexpr uint64_t Uint128Low64(uint128 v) { return v.lo_; } in Uint128Low64() function 786 return (Uint128Low64(lhs) == Uint128Low64(rhs) && 800 ? (Uint128Low64(lhs) < Uint128Low64(rhs)) 815 uint64_t lo = ~Uint128Low64(val) + 1; 821 return !Uint128High64(val) && !Uint128Low64(val); 827 return MakeUint128(~Uint128High64(val), ~Uint128Low64(val)); 832 Uint128Low64(lhs) | Uint128Low64(rhs)); 837 Uint128Low64(lhs) & Uint128Low64(rhs)); [all …]
|
D | int128.cc | 48 const uint64_t low = Uint128Low64(n); in Fls128() 197 if (Uint128Low64(high) != 0) { in Uint128ToFormattedString() 198 os << Uint128Low64(high); in Uint128ToFormattedString() 200 os << Uint128Low64(mid); in Uint128ToFormattedString() 202 } else if (Uint128Low64(mid) != 0) { in Uint128ToFormattedString() 203 os << Uint128Low64(mid); in Uint128ToFormattedString() 206 os << Uint128Low64(low); in Uint128ToFormattedString() 260 Uint128Low64(result)); in MakeInt128FromFloat() 278 Uint128Low64(quotient)); in operator /() 290 Uint128Low64(remainder)); in operator %()
|
/external/libtextclassifier/abseil-cpp/absl/numeric/ |
D | int128.h | 187 friend constexpr uint64_t Uint128Low64(uint128 v); 213 return H::combine(std::move(h), Uint128High64(v), Uint128Low64(v)); in AbslHashValue() 628 constexpr uint64_t Uint128Low64(uint128 v) { return v.lo_; } in Uint128Low64() function 786 return (Uint128Low64(lhs) == Uint128Low64(rhs) && 800 ? (Uint128Low64(lhs) < Uint128Low64(rhs)) 815 uint64_t lo = ~Uint128Low64(val) + 1; 821 return !Uint128High64(val) && !Uint128Low64(val); 827 return MakeUint128(~Uint128High64(val), ~Uint128Low64(val)); 832 Uint128Low64(lhs) | Uint128Low64(rhs)); 837 Uint128Low64(lhs) & Uint128Low64(rhs)); [all …]
|
D | int128.cc | 48 const uint64_t low = Uint128Low64(n); in Fls128() 197 if (Uint128Low64(high) != 0) { in Uint128ToFormattedString() 198 os << Uint128Low64(high); in Uint128ToFormattedString() 200 os << Uint128Low64(mid); in Uint128ToFormattedString() 202 } else if (Uint128Low64(mid) != 0) { in Uint128ToFormattedString() 203 os << Uint128Low64(mid); in Uint128ToFormattedString() 206 os << Uint128Low64(low); in Uint128ToFormattedString() 260 Uint128Low64(result)); in MakeInt128FromFloat() 278 Uint128Low64(quotient)); in operator /() 290 Uint128Low64(remainder)); in operator %()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/numeric/ |
D | int128.h | 187 friend constexpr uint64_t Uint128Low64(uint128 v); 213 return H::combine(std::move(h), Uint128High64(v), Uint128Low64(v)); in AbslHashValue() 628 constexpr uint64_t Uint128Low64(uint128 v) { return v.lo_; } in Uint128Low64() function 786 return (Uint128Low64(lhs) == Uint128Low64(rhs) && 800 ? (Uint128Low64(lhs) < Uint128Low64(rhs)) 815 uint64_t lo = ~Uint128Low64(val) + 1; 821 return !Uint128High64(val) && !Uint128Low64(val); 827 return MakeUint128(~Uint128High64(val), ~Uint128Low64(val)); 832 Uint128Low64(lhs) | Uint128Low64(rhs)); 837 Uint128Low64(lhs) & Uint128Low64(rhs)); [all …]
|
D | int128.cc | 48 const uint64_t low = Uint128Low64(n); in Fls128() 197 if (Uint128Low64(high) != 0) { in Uint128ToFormattedString() 198 os << Uint128Low64(high); in Uint128ToFormattedString() 200 os << Uint128Low64(mid); in Uint128ToFormattedString() 202 } else if (Uint128Low64(mid) != 0) { in Uint128ToFormattedString() 203 os << Uint128Low64(mid); in Uint128ToFormattedString() 206 os << Uint128Low64(low); in Uint128ToFormattedString() 260 Uint128Low64(result)); in MakeInt128FromFloat() 278 Uint128Low64(quotient)); in operator /() 290 Uint128Low64(remainder)); in operator %()
|
/external/abseil-cpp/absl/numeric/ |
D | int128.h | 191 friend constexpr uint64_t Uint128Low64(uint128 v); 217 return H::combine(std::move(h), Uint128High64(v), Uint128Low64(v)); in AbslHashValue() 632 constexpr uint64_t Uint128Low64(uint128 v) { return v.lo_; } in Uint128Low64() function 794 return (Uint128Low64(lhs) == Uint128Low64(rhs) && 807 ? (Uint128Low64(lhs) < Uint128Low64(rhs)) 833 ~Uint128High64(val) + static_cast<unsigned long>(Uint128Low64(val) == 0), 834 ~Uint128Low64(val) + 1); 842 return !Uint128High64(val) && !Uint128Low64(val); 852 return MakeUint128(~Uint128High64(val), ~Uint128Low64(val)); 862 Uint128Low64(lhs) | Uint128Low64(rhs)); [all …]
|
D | int128.cc | 48 const uint64_t low = Uint128Low64(n); in Fls128() 190 if (Uint128Low64(high) != 0) { in Uint128ToFormattedString() 191 os << Uint128Low64(high); in Uint128ToFormattedString() 193 os << Uint128Low64(mid); in Uint128ToFormattedString() 195 } else if (Uint128Low64(mid) != 0) { in Uint128ToFormattedString() 196 os << Uint128Low64(mid); in Uint128ToFormattedString() 199 os << Uint128Low64(low); in Uint128ToFormattedString() 253 Uint128Low64(result)); in MakeInt128FromFloat() 271 Uint128Low64(quotient)); in operator /() 283 Uint128Low64(remainder)); in operator %()
|
/external/cronet/third_party/abseil-cpp/absl/numeric/ |
D | int128.h | 191 friend constexpr uint64_t Uint128Low64(uint128 v); 217 return H::combine(std::move(h), Uint128High64(v), Uint128Low64(v)); in AbslHashValue() 632 constexpr uint64_t Uint128Low64(uint128 v) { return v.lo_; } in Uint128Low64() function 794 return (Uint128Low64(lhs) == Uint128Low64(rhs) && 807 ? (Uint128Low64(lhs) < Uint128Low64(rhs)) 833 ~Uint128High64(val) + static_cast<unsigned long>(Uint128Low64(val) == 0), 834 ~Uint128Low64(val) + 1); 842 return !Uint128High64(val) && !Uint128Low64(val); 852 return MakeUint128(~Uint128High64(val), ~Uint128Low64(val)); 862 Uint128Low64(lhs) | Uint128Low64(rhs)); [all …]
|
D | int128.cc | 48 const uint64_t low = Uint128Low64(n); in Fls128() 190 if (Uint128Low64(high) != 0) { in Uint128ToFormattedString() 191 os << Uint128Low64(high); in Uint128ToFormattedString() 193 os << Uint128Low64(mid); in Uint128ToFormattedString() 195 } else if (Uint128Low64(mid) != 0) { in Uint128ToFormattedString() 196 os << Uint128Low64(mid); in Uint128ToFormattedString() 199 os << Uint128Low64(low); in Uint128ToFormattedString() 254 Uint128Low64(result)); in MakeInt128FromFloat() 272 Uint128Low64(quotient)); in operator /() 284 Uint128Low64(remainder)); in operator %()
|
/external/angle/third_party/abseil-cpp/absl/numeric/ |
D | int128.h | 192 friend constexpr uint64_t Uint128Low64(uint128 v); 218 return H::combine(std::move(h), Uint128High64(v), Uint128Low64(v)); in AbslHashValue() 643 constexpr uint64_t Uint128Low64(uint128 v) { return v.lo_; } in Uint128Low64() function 803 return (Uint128Low64(lhs) == Uint128Low64(rhs) && 816 ? (Uint128Low64(lhs) < Uint128Low64(rhs)) 838 ~Uint128High64(val) + static_cast<unsigned long>(Uint128Low64(val) == 0), 839 ~Uint128Low64(val) + 1); 847 return !Uint128High64(val) && !Uint128Low64(val); 857 return MakeUint128(~Uint128High64(val), ~Uint128Low64(val)); 867 Uint128Low64(lhs) | Uint128Low64(rhs)); [all …]
|
D | int128.cc | 48 const uint64_t low = Uint128Low64(n); in Fls128() 190 if (Uint128Low64(high) != 0) { in Uint128ToFormattedString() 191 os << Uint128Low64(high); in Uint128ToFormattedString() 193 os << Uint128Low64(mid); in Uint128ToFormattedString() 195 } else if (Uint128Low64(mid) != 0) { in Uint128ToFormattedString() 196 os << Uint128Low64(mid); in Uint128ToFormattedString() 199 os << Uint128Low64(low); in Uint128ToFormattedString() 258 Uint128Low64(result)); in MakeInt128FromFloat() 276 Uint128Low64(quotient)); in operator /() 288 Uint128Low64(remainder)); in operator %()
|
/external/tensorflow/third_party/absl/abseil-cpp/absl/numeric/ |
D | int128.h | 191 friend constexpr uint64_t Uint128Low64(uint128 v); 217 return H::combine(std::move(h), Uint128High64(v), Uint128Low64(v)); in AbslHashValue() 632 constexpr uint64_t Uint128Low64(uint128 v) { return v.lo_; } in Uint128Low64() function 794 return (Uint128Low64(lhs) == Uint128Low64(rhs) && 807 ? (Uint128Low64(lhs) < Uint128Low64(rhs)) 833 ~Uint128High64(val) + static_cast<unsigned long>(Uint128Low64(val) == 0), 834 ~Uint128Low64(val) + 1); 842 return !Uint128High64(val) && !Uint128Low64(val); 852 return MakeUint128(~Uint128High64(val), ~Uint128Low64(val)); 862 Uint128Low64(lhs) | Uint128Low64(rhs)); [all …]
|
D | int128.cc | 48 const uint64_t low = Uint128Low64(n); in Fls128() 190 if (Uint128Low64(high) != 0) { in Uint128ToFormattedString() 191 os << Uint128Low64(high); in Uint128ToFormattedString() 193 os << Uint128Low64(mid); in Uint128ToFormattedString() 195 } else if (Uint128Low64(mid) != 0) { in Uint128ToFormattedString() 196 os << Uint128Low64(mid); in Uint128ToFormattedString() 199 os << Uint128Low64(low); in Uint128ToFormattedString() 254 Uint128Low64(result)); in MakeInt128FromFloat() 272 Uint128Low64(quotient)); in operator /() 284 Uint128Low64(remainder)); in operator %()
|
/external/webrtc/third_party/abseil-cpp/absl/numeric/ |
D | int128.h | 191 friend constexpr uint64_t Uint128Low64(uint128 v); 217 return H::combine(std::move(h), Uint128High64(v), Uint128Low64(v)); in AbslHashValue() 632 constexpr uint64_t Uint128Low64(uint128 v) { return v.lo_; } in Uint128Low64() function 794 return (Uint128Low64(lhs) == Uint128Low64(rhs) && 807 ? (Uint128Low64(lhs) < Uint128Low64(rhs)) 833 ~Uint128High64(val) + static_cast<unsigned long>(Uint128Low64(val) == 0), 834 ~Uint128Low64(val) + 1); 842 return !Uint128High64(val) && !Uint128Low64(val); 852 return MakeUint128(~Uint128High64(val), ~Uint128Low64(val)); 862 Uint128Low64(lhs) | Uint128Low64(rhs)); [all …]
|
D | int128.cc | 48 const uint64_t low = Uint128Low64(n); in Fls128() 190 if (Uint128Low64(high) != 0) { in Uint128ToFormattedString() 191 os << Uint128Low64(high); in Uint128ToFormattedString() 193 os << Uint128Low64(mid); in Uint128ToFormattedString() 195 } else if (Uint128Low64(mid) != 0) { in Uint128ToFormattedString() 196 os << Uint128Low64(mid); in Uint128ToFormattedString() 199 os << Uint128Low64(low); in Uint128ToFormattedString() 254 Uint128Low64(result)); in MakeInt128FromFloat() 272 Uint128Low64(quotient)); in operator /() 284 Uint128Low64(remainder)); in operator %()
|
/external/cronet/third_party/protobuf/src/google/protobuf/stubs/ |
D | int128.h | 85 friend uint64 Uint128Low64(const uint128& v); 130 inline uint64 Uint128Low64(const uint128& v) { return v.lo_; } in Uint128Low64() function 139 return (Uint128Low64(lhs) == Uint128Low64(rhs) && 172 (Uint128Low64(lhs) op Uint128Low64(rhs)) : \ 187 const uint64 lo_flip = ~Uint128Low64(val); 196 return !Uint128High64(val) && !Uint128Low64(val); 202 return uint128(~Uint128High64(val), ~Uint128Low64(val)); 208 Uint128Low64(lhs) op Uint128Low64(rhs)); \ 239 (Uint128Low64(val) >> (64 - amount)); 240 uint64 new_lo = Uint128Low64(val) << amount; [all …]
|
/external/protobuf/src/google/protobuf/stubs/ |
D | int128.h | 85 friend uint64_t Uint128Low64(const uint128& v); 130 inline uint64_t Uint128Low64(const uint128& v) { return v.lo_; } in Uint128Low64() function 139 return (Uint128Low64(lhs) == Uint128Low64(rhs) && 172 (Uint128Low64(lhs) op Uint128Low64(rhs)) : \ 187 const uint64_t lo_flip = ~Uint128Low64(val); 196 return !Uint128High64(val) && !Uint128Low64(val); 202 return uint128(~Uint128High64(val), ~Uint128Low64(val)); 208 Uint128Low64(lhs) op Uint128Low64(rhs)); \ 239 (Uint128Low64(val) >> (64 - amount)); 240 uint64_t new_lo = Uint128Low64(val) << amount; [all …]
|
/external/libtextclassifier/native/utils/hash/ |
D | farmhash.h | 33 inline uint64_t Uint128Low64(const uint128_t x) { in Uint128Low64() function 44 inline uint64_t Uint128Low64(const uint128_t x) { return x.first; } 106 uint64_t a = (Uint128Low64(x) ^ Uint128High64(x)) * kMul; in Hash128to64() 130 uint64_t a = (Uint128Low64(x) ^ Uint128High64(x)) * kMul; in Fingerprint()
|
/external/icing/icing/text_classifier/lib3/utils/hash/ |
D | farmhash.h | 31 inline uint64_t Uint128Low64(const uint128_t x) { in Uint128Low64() function 42 inline uint64_t Uint128Low64(const uint128_t x) { return x.first; } 104 uint64_t a = (Uint128Low64(x) ^ Uint128High64(x)) * kMul; in Hash128to64() 128 uint64_t a = (Uint128Low64(x) ^ Uint128High64(x)) * kMul; in Fingerprint()
|
/external/libtextclassifier/abseil-cpp/absl/hash/internal/ |
D | city.h | 61 inline uint64_t Uint128Low64(const uint128 &x) { return x.first; } in Uint128Low64() function 84 uint64_t a = (Uint128Low64(x) ^ Uint128High64(x)) * kMul; in Hash128to64()
|
/external/cronet/base/third_party/cityhash/ |
D | city.h | 81 inline uint64 Uint128Low64(const uint128& x) { in Uint128Low64() function 117 uint64 a = (Uint128Low64(x) ^ Uint128High64(x)) * kMul; in Hash128to64()
|
/external/cronet/base/third_party/cityhash_v103/src/ |
D | city_v103.h | 59 inline uint64 Uint128Low64(const uint128& x) { in Uint128Low64() function 92 uint64 a = (Uint128Low64(x) ^ Uint128High64(x)) * kMul; in Hash128to64()
|
/external/tensorflow/tensorflow/core/platform/ |
D | fingerprint.h | 99 return {::util::Uint128Low64(fingerprint), in Fingerprint128() 103 return {farmhash::Uint128Low64(fingerprint), in Fingerprint128()
|
/external/abseil-cpp/absl/time/ |
D | duration.cc | 148 const uint64_t l64 = Uint128Low64(u128); in MakeDurationFromU128() 169 rep_hi = static_cast<int64_t>(Uint128Low64(hi)); in MakeDurationFromU128() 171 static_cast<uint32_t>(Uint128Low64(u128 - hi * kTicksPerSecond128)); in MakeDurationFromU128() 225 return (((Uint128Low64(a) | Uint128Low64(b)) >> 32) == 0) in operator ()() 226 ? static_cast<uint128>(Uint128Low64(a) * Uint128Low64(b)) in operator ()() 394 return Uint128Low64(quotient128) & kint64max; in IDivDuration() 398 return -static_cast<int64_t>(Uint128Low64(quotient128 - 1) & kint64max) - 1; in IDivDuration()
|