Searched defs:COMPOSE_FST2_RHO (Results 1 - 1 of 1) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompose.h38 // NB: at most one of the bits COMPOSE_FST1_RHO, COMPOSE_FST2_RHO
41 COMPOSE_FST2_RHO = 1ULL<<1, // "Rest" symbol on the input side of fst2. enumerator in enum:fst::ComposeTypes
60 COMPOSE_RHO = COMPOSE_FST1_RHO | COMPOSE_FST2_RHO,
359 case COMPOSE_FST2_RHO:
388 } else if (isorted && (T & COMPOSE_FST2_RHO)) {

Completed in 75 milliseconds