Home
last modified time | relevance | path

Searched refs:kStringInfinity (Results 1 – 4 of 4) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dstring-weight.h29 const int kStringInfinity = -1; // Label for the infinite string variable
84 static const StringWeight<L, S> zero(kStringInfinity); in Zero()
321 else if (iter.Value() == kStringInfinity)
Dmap.h737 CHECK(l != kStringInfinity); in operator()
816 CHECK(l != kStringInfinity); in operator()
/external/openfst/src/include/fst/
Dstring-weight.h32 const int kStringInfinity = -1; // Label for the infinite string variable
87 static const StringWeight<L, S> zero(kStringInfinity); in Zero()
329 else if (iter.Value() == kStringInfinity)
Darc-map.h828 if (l == kStringInfinity || l == kStringBad || in operator()
925 if (l == kStringInfinity || l == kStringBad || arc.ilabel != arc.olabel) { in operator()