Home
last modified time | relevance | path

Searched refs:COMPOSE_FST2_RHO (Results 1 – 2 of 2) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Ddifference.h29 : public ComposeFstOptions<T | COMPOSE_FST2_RHO> { };
56 ComposeFstOptions<COMPOSE_FST2_RHO>()) { in DifferenceFst()
70 ComposeFstOptions<T | COMPOSE_FST2_RHO>(opts)) { in DifferenceFst()
Dcompose.h42 COMPOSE_FST2_RHO = 1ULL<<1, // "Rest" symbol on the input side of fst2. enumerator
61 COMPOSE_RHO = COMPOSE_FST1_RHO | COMPOSE_FST2_RHO,
362 case COMPOSE_FST2_RHO: in ComposeFstImpl()
391 } else if (isorted && (T & COMPOSE_FST2_RHO)) { in ComposeFstImpl()