Searched refs:COMPOSE_FST1_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
40 COMPOSE_FST1_RHO = 1ULL<<0, // "Rest" symbol on the output side of fst1. enumerator in enum:fst::ComposeTypes
60 COMPOSE_RHO = COMPOSE_FST1_RHO | COMPOSE_FST2_RHO,
350 case COMPOSE_FST1_RHO:
390 } else if (osorted && (T & COMPOSE_FST1_RHO)) {
801 !(T & (COMPOSE_FST1_RHO | COMPOSE_FST1_PHI | COMPOSE_FST1_SIGMA)) &&
808 !(T & (COMPOSE_FST1_RHO | COMPOSE_FST1_PHI | COMPOSE_FST1_SIGMA)) &&

Completed in 423 milliseconds