Searched refs:kBigInt (Results 1 – 2 of 2) sorted by relevance
5019 const uint64_t kBigInt = static_cast<uint64_t>(1U) << 62; in GetRandomKey() local5020 long double order = -static_cast<long double>(rand_int % kBigInt) / in GetRandomKey()5021 static_cast<long double>(kBigInt) * in GetRandomKey()
10497 const internal::BiggestInt kBigInt = value;10498 *os << kBigInt;