HomeSort by relevance Sort by last modified time
    Searched refs:kPrime (Results 1 - 3 of 3) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
encode.h 72 static const int kPrime = 7853;
84 int lshift = x->ilabel % kPrime;
factor-weight.h 307 return static_cast<size_t>(x.state * kPrime + x.weight.Hash());
310 static const int kPrime = 7853;
determinize.h 434 int lshift = element.state_id % kPrime;
444 static const int kPrime = sizeof(size_t) == 8 ? 23 : 13;

Completed in 497 milliseconds