HomeSort by relevance Sort by last modified time
    Searched defs:ifst2 (Results 1 - 4 of 4) sorted by null

  /external/openfst/src/include/fst/script/
compose.h 33 const Fst<Arc> &ifst2 = *(args->arg2.GetFst<Arc>()); local
36 Compose(ifst1, ifst2, ofst, args->arg4);
47 const Fst<Arc> &ifst2 = *(args->arg2.GetFst<Arc>()); local
50 Compose(ifst1, ifst2, ofst, args->arg4);
53 void Compose(const FstClass &ifst1, const FstClass &ifst2,
57 void Compose(const FstClass &ifst1, const FstClass &ifst2,
difference.h 34 const Fst<Arc> &ifst2 = *(args->arg2.GetFst<Arc>()); local
37 Difference(ifst1, ifst2, ofst, args->arg4);
46 const Fst<Arc> &ifst2 = *(args->arg2.GetFst<Arc>()); local
49 Difference(ifst1, ifst2, ofst, args->arg4);
53 void Difference(const FstClass &ifst1, const FstClass &ifst2,
57 void Difference(const FstClass &ifst1, const FstClass &ifst2,
intersect.h 34 const Fst<Arc> &ifst2 = *(args->arg2.GetFst<Arc>()); local
37 Intersect(ifst1, ifst2, ofst, args->arg4);
46 const Fst<Arc> &ifst2 = *(args->arg2.GetFst<Arc>()); local
49 Intersect(ifst1, ifst2, ofst, args->arg4);
52 void Intersect(const FstClass &ifst1, const FstClass &ifst2,
56 void Intersect(const FstClass &ifst, const FstClass &ifst2,
  /external/openfst/src/include/fst/extensions/pdt/
pdtscript.h 57 const Fst<Arc> &ifst2 = *(args->arg2.GetFst<Arc>()); local
69 Compose(ifst1, parens, ifst2, ofst, args->arg5);
71 Compose(ifst1, ifst2, parens, ofst, args->arg5);
76 const FstClass & ifst2,

Completed in 29 milliseconds