HomeSort by relevance Sort by last modified time
    Searched defs:kPrime1 (Results 1 - 4 of 4) sorted by null

  /external/openfst/src/include/fst/
state-table.h 249 t.filter_state.Hash() * kPrime1;
253 static const size_t kPrime1;
260 const size_t ComposeHash<S, F>::kPrime1 = 7867;
rmepsilon.h 97 static const size_t kPrime1 = 7867;
115 e.olabel * kPrime1);
156 const size_t RmEpsilonState<Arc, Queue>::kPrime1;
replace.h 151 return t.prefix_id + t.fst_id * kPrime0 + t.fst_state * kPrime1;
155 static const size_t kPrime1;
162 const size_t ReplaceHash<S, P>::kPrime1 = 7867;
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
shortest-path.h 218 static const size_t kPrime1;
233 paren.dest_start * kPrime1;
352 template<class Arc> const size_t PdtShortestPathData<Arc>::kPrime1 = 7867;

Completed in 136 milliseconds