Searched refs:kPrime (Results 1 – 10 of 10) sorted by relevance
133 return p.first + p.second * kPrime; in operator()137 static const size_t kPrime; variable149 const size_t PdtStack<T, L>::kPrime = 7853;183 return tuple.state_id + tuple.stack_id * kPrime; in operator()187 static const size_t kPrime;191 const size_t PdtStateHash<T>::kPrime = 7853;
54 return n.node_id + hash_(n.element) * kPrime; in operator()109 static const size_t kPrime; variable119 template <class I, class T> const size_t Collection<I, T>::kPrime = 7853;
36 return p.first + p.second * kPrime; in operator()39 static const size_t kPrime = 7853;42 template <typename S> const size_t ReplaceParenHash<S>::kPrime;
55 return p.paren_id + p.state_id * kPrime; in operator()80 static const size_t kPrime;84 const size_t ParenState<A>::kPrime = 7853;
26 static const uint64 kPrime = GG_UINT64_C(1099511628211); in FNV1a_64_Hash() local34 hash = hash * kPrime; in FNV1a_64_Hash()45 const uint128 kPrime(16777216, 315); in FNV1a_128_Hash() local56 hash = hash * kPrime; in FNV1a_128_Hash()
130 static const uint32_t kPrime = 16777619u; in OPENSSL_hash32() local139 h *= kPrime; in OPENSSL_hash32()
348 static const size_t kPrime = 7853;362 return static_cast<size_t>(x.state * kPrime + x.weight.Hash()); in operator()383 template <class A, class F> const size_t FactorWeightFstImpl<A, F>::kPrime;
72 static const int kPrime = 7853; variable84 int lshift = x->ilabel % kPrime; in operator()
305 return static_cast<size_t>(x.state * kPrime + x.weight.Hash()); in operator()308 static const int kPrime = 7853;
434 int lshift = element.state_id % kPrime; in operator()444 static const int kPrime = sizeof(size_t) == 8 ? 23 : 13;