Home
last modified time | relevance | path

Searched defs:fst (Results 151 – 175 of 2646) sorted by relevance

12345678910>>...106

/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/openfst/src/include/fst/
H A Dstate-map.h90 void StateMap(MutableFst<A> *fst, C* mapper) { in StateMap()
121 void StateMap(MutableFst<A> *fst, C mapper) { in StateMap()
208 StateMapFstImpl(const Fst<A> &fst, const C &mapper, in StateMapFstImpl()
217 StateMapFstImpl(const Fst<A> &fst, C *mapper, in StateMapFstImpl()
340 StateMapFst(const Fst<A> &fst, const C &mapper, in StateMapFst()
344 StateMapFst(const Fst<A> &fst, C* mapper, const StateMapFstOptions& opts) in StateMapFst()
347 StateMapFst(const Fst<A> &fst, const C &mapper) in StateMapFst()
350 StateMapFst(const Fst<A> &fst, C* mapper) in StateMapFst()
385 ArcIterator(const StateMapFst<A, B, C> &fst, StateId s) in ArcIterator()
450 explicit ArcSumMapper(const Fst<A> &fst) : fst_(fst), i_(0) {} in ArcSumMapper()
[all …]
H A Dstate-reachable.h54 IntervalReachVisitor(const Fst<A> &fst, in IntervalReachVisitor()
65 void InitVisit(const Fst<A> &fst) { error_ = false; } in InitVisit()
151 StateReachable(const Fst<A> &fst) in StateReachable()
193 void AcyclicStateReachable(const Fst<A> &fst) { in AcyclicStateReachable()
199 void CyclicStateReachable(const Fst<A> &fst) { in CyclicStateReachable()
H A Dlookahead-matcher.h148 bool LookAheadFst(const Fst<Arc> &fst, StateId s) { in LookAheadFst()
193 TrivialLookAheadMatcher(const FST &fst, MatchType match_type) in TrivialLookAheadMatcher()
238 bool LookAheadFst_(const Fst<Arc> &fst, StateId s) { in LookAheadFst_()
269 : matcher_(fst, match_type), in matcher_() argument
331 bool LookAheadFst_(const Fst<Arc> &fst, StateId s) { in LookAheadFst_()
445 : matcher_(fst, match_type), in matcher_() argument
579 bool LookAheadFst_(const Fst<Arc> &fst, StateId s) { in LookAheadFst_()
651 static void Relabel(MutableFst<A> *fst, const L &mfst, in Relabel()
677 Fst<A> &fst = (*impl)->GetFst(); in LabelLookAheadRelabeler() local
727 LookAheadMatcher(const F &fst, MatchType match_type) { in LookAheadMatcher()
[all …]
H A Dencode.h466 void Encode(MutableFst<A> *fst, EncodeMapper<A>* mapper) { in Encode()
473 void Decode(MutableFst<A>* fst, const EncodeMapper<A>& mapper) { in Decode()
495 EncodeFst(const Fst<A> &fst, EncodeMapper<A>* encoder) in EncodeFst()
501 EncodeFst(const Fst<A> &fst, const EncodeMapper<A>& encoder) in EncodeFst()
533 DecodeFst(const Fst<A> &fst, const EncodeMapper<A>& encoder) in DecodeFst()
557 explicit StateIterator(const EncodeFst<A> &fst) in StateIterator()
567 ArcIterator(const EncodeFst<A> &fst, typename A::StateId s) in ArcIterator()
577 explicit StateIterator(const DecodeFst<A> &fst) in StateIterator()
587 ArcIterator(const DecodeFst<A> &fst, typename A::StateId s) in ArcIterator()
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/include/fst/
H A Dstate-map.h90 void StateMap(MutableFst<A> *fst, C* mapper) { in StateMap()
121 void StateMap(MutableFst<A> *fst, C mapper) { in StateMap()
208 StateMapFstImpl(const Fst<A> &fst, const C &mapper, in StateMapFstImpl()
217 StateMapFstImpl(const Fst<A> &fst, C *mapper, in StateMapFstImpl()
340 StateMapFst(const Fst<A> &fst, const C &mapper, in StateMapFst()
344 StateMapFst(const Fst<A> &fst, C* mapper, const StateMapFstOptions& opts) in StateMapFst()
347 StateMapFst(const Fst<A> &fst, const C &mapper) in StateMapFst()
350 StateMapFst(const Fst<A> &fst, C* mapper) in StateMapFst()
385 ArcIterator(const StateMapFst<A, B, C> &fst, StateId s) in ArcIterator()
450 explicit ArcSumMapper(const Fst<A> &fst) : fst_(fst), i_(0) {} in ArcSumMapper()
[all …]
H A Dstate-reachable.h54 IntervalReachVisitor(const Fst<A> &fst, in IntervalReachVisitor()
65 void InitVisit(const Fst<A> &fst) { error_ = false; } in InitVisit()
151 StateReachable(const Fst<A> &fst) in StateReachable()
193 void AcyclicStateReachable(const Fst<A> &fst) { in AcyclicStateReachable()
199 void CyclicStateReachable(const Fst<A> &fst) { in CyclicStateReachable()
H A Dlookahead-matcher.h148 bool LookAheadFst(const Fst<Arc> &fst, StateId s) { in LookAheadFst()
193 TrivialLookAheadMatcher(const FST &fst, MatchType match_type) in TrivialLookAheadMatcher()
238 bool LookAheadFst_(const Fst<Arc> &fst, StateId s) { in LookAheadFst_()
269 : matcher_(fst, match_type), in matcher_() argument
331 bool LookAheadFst_(const Fst<Arc> &fst, StateId s) { in LookAheadFst_()
445 : matcher_(fst, match_type), in matcher_() argument
579 bool LookAheadFst_(const Fst<Arc> &fst, StateId s) { in LookAheadFst_()
651 static void Relabel(MutableFst<A> *fst, const L &mfst, in Relabel()
677 Fst<A> &fst = (*impl)->GetFst(); in LabelLookAheadRelabeler() local
727 LookAheadMatcher(const F &fst, MatchType match_type) { in LookAheadMatcher()
[all …]
H A Dencode.h466 void Encode(MutableFst<A> *fst, EncodeMapper<A>* mapper) { in Encode()
473 void Decode(MutableFst<A>* fst, const EncodeMapper<A>& mapper) { in Decode()
495 EncodeFst(const Fst<A> &fst, EncodeMapper<A>* encoder) in EncodeFst()
501 EncodeFst(const Fst<A> &fst, const EncodeMapper<A>& encoder) in EncodeFst()
533 DecodeFst(const Fst<A> &fst, const EncodeMapper<A>& encoder) in DecodeFst()
557 explicit StateIterator(const EncodeFst<A> &fst) in StateIterator()
567 ArcIterator(const EncodeFst<A> &fst, typename A::StateId s) in ArcIterator()
577 explicit StateIterator(const DecodeFst<A> &fst) in StateIterator()
587 ArcIterator(const DecodeFst<A> &fst, typename A::StateId s) in ArcIterator()
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/include/fst/
H A Dstate-map.h90 void StateMap(MutableFst<A> *fst, C* mapper) { in StateMap()
121 void StateMap(MutableFst<A> *fst, C mapper) { in StateMap()
208 StateMapFstImpl(const Fst<A> &fst, const C &mapper, in StateMapFstImpl()
217 StateMapFstImpl(const Fst<A> &fst, C *mapper, in StateMapFstImpl()
340 StateMapFst(const Fst<A> &fst, const C &mapper, in StateMapFst()
344 StateMapFst(const Fst<A> &fst, C* mapper, const StateMapFstOptions& opts) in StateMapFst()
347 StateMapFst(const Fst<A> &fst, const C &mapper) in StateMapFst()
350 StateMapFst(const Fst<A> &fst, C* mapper) in StateMapFst()
385 ArcIterator(const StateMapFst<A, B, C> &fst, StateId s) in ArcIterator()
450 explicit ArcSumMapper(const Fst<A> &fst) : fst_(fst), i_(0) {} in ArcSumMapper()
[all …]
H A Dstate-reachable.h54 IntervalReachVisitor(const Fst<A> &fst, in IntervalReachVisitor()
65 void InitVisit(const Fst<A> &fst) { error_ = false; } in InitVisit()
151 StateReachable(const Fst<A> &fst) in StateReachable()
193 void AcyclicStateReachable(const Fst<A> &fst) { in AcyclicStateReachable()
199 void CyclicStateReachable(const Fst<A> &fst) { in CyclicStateReachable()
H A Dlookahead-matcher.h148 bool LookAheadFst(const Fst<Arc> &fst, StateId s) { in LookAheadFst()
193 TrivialLookAheadMatcher(const FST &fst, MatchType match_type) in TrivialLookAheadMatcher()
238 bool LookAheadFst_(const Fst<Arc> &fst, StateId s) { in LookAheadFst_()
269 : matcher_(fst, match_type), in matcher_() argument
331 bool LookAheadFst_(const Fst<Arc> &fst, StateId s) { in LookAheadFst_()
445 : matcher_(fst, match_type), in matcher_() argument
579 bool LookAheadFst_(const Fst<Arc> &fst, StateId s) { in LookAheadFst_()
651 static void Relabel(MutableFst<A> *fst, const L &mfst, in Relabel()
677 Fst<A> &fst = (*impl)->GetFst(); in LabelLookAheadRelabeler() local
727 LookAheadMatcher(const F &fst, MatchType match_type) { in LookAheadMatcher()
[all …]
H A Dencode.h466 void Encode(MutableFst<A> *fst, EncodeMapper<A>* mapper) { in Encode()
473 void Decode(MutableFst<A>* fst, const EncodeMapper<A>& mapper) { in Decode()
495 EncodeFst(const Fst<A> &fst, EncodeMapper<A>* encoder) in EncodeFst()
501 EncodeFst(const Fst<A> &fst, const EncodeMapper<A>& encoder) in EncodeFst()
533 DecodeFst(const Fst<A> &fst, const EncodeMapper<A>& encoder) in DecodeFst()
557 explicit StateIterator(const EncodeFst<A> &fst) in StateIterator()
567 ArcIterator(const EncodeFst<A> &fst, typename A::StateId s) in ArcIterator()
577 explicit StateIterator(const DecodeFst<A> &fst) in StateIterator()
587 ArcIterator(const DecodeFst<A> &fst, typename A::StateId s) in ArcIterator()
/dports/math/openfst/openfst-1.8.1/src/script/
H A Dinfo.cc22 namespace fst { namespace
25 void Info(const FstClass &fst, bool test_properties, in Info()
/dports/math/openfst/openfst-1.8.1/src/include/fst/
H A Dfst.h411 explicit StateIterator(const FST &fst) : s_(0) { in StateIterator()
521 ArcIterator(const FST &fst, StateId s) : i_(0) { in ArcIterator()
620 inline ssize_t NumArcs(const F &fst, typename F::Arc::StateId s) { in NumArcs()
637 inline typename Arc::Weight Final(const Fst<Arc> &fst, in Final()
643 inline size_t NumArcs(const Fst<Arc> &fst, typename Arc::StateId s) { in NumArcs()
812 static void WriteFstHeader(const Fst<Arc> &fst, std::ostream &strm, in WriteFstHeader()
996 ImplToFst(const ImplToFst &fst, bool safe) { in ImplToFst()
1006 ImplToFst(const ImplToFst &fst) : impl_(fst.impl_) {} in ImplToFst()
1008 ImplToFst(ImplToFst &&fst) noexcept : impl_(std::move(fst.impl_)) { in ImplToFst() function
1070 void FstToString(const Fst<Arc> &fst, std::string *result) { in FstToString()
[all …]
H A Dencode.h472 inline void Encode(MutableFst<Arc> *fst, EncodeMapper<Arc> *mapper) { in Encode()
479 inline void Decode(MutableFst<Arc> *fst, const EncodeMapper<Arc> &mapper) { in Decode()
502 EncodeFst(const Fst<Arc> &fst, Mapper *encoder) in EncodeFst()
508 EncodeFst(const Fst<Arc> &fst, const Mapper &encoder) in EncodeFst()
544 DecodeFst(const Fst<Arc> &fst, const Mapper &encoder) in DecodeFst()
570 explicit StateIterator(const EncodeFst<Arc> &fst) in StateIterator()
579 ArcIterator(const EncodeFst<Arc> &fst, typename Arc::StateId s) in ArcIterator()
588 explicit StateIterator(const DecodeFst<Arc> &fst) in StateIterator()
597 ArcIterator(const DecodeFst<Arc> &fst, typename Arc::StateId s) in ArcIterator()
H A Drational.h165 void InitClosure(const Fst<Arc> &fst, ClosureType closure_type) { in InitClosure()
192 void AddUnion(const Fst<Arc> &fst) { in AddUnion()
209 void AddConcat(const Fst<Arc> &fst, bool append) { in AddConcat()
307 explicit StateIterator(const RationalFst<Arc> &fst) in StateIterator()
317 ArcIterator(const RationalFst<Arc> &fst, StateId s) in ArcIterator()
/dports/biology/iqtree/IQ-TREE-2.0.6/terraphast/lib/
H A Dvalidation.cpp44 bool is_isomorphic_unrooted(const tree& fst, const tree& snd) { in is_isomorphic_unrooted()
53 bool is_isomorphic_rooted_impl(const tree& fst, const tree& snd, index fst_idx, index snd_idx) { in is_isomorphic_rooted_impl()
68 bool is_isomorphic_rooted(const tree& fst, const tree& snd) { in is_isomorphic_rooted()
/dports/devel/mdds/mdds-1.7.0/quickcheck/
H A Dflat_segment_tree.cpp247 fst_type fst(*fst_); in holdsFor() local
263 fst_type fst(*fst_); in holdsFor() local
279 fst_type fst(*fst_); in holdsFor() local
292 fst_type fst(*fst_); in holdsFor() local
319 fst_type fst(orig); in holdsFor() local
336 fst_type& fst(orig); in holdsFor() local
353 fst_type fst(orig); in holdsFor() local
373 fst_type fst(orig); in holdsFor() local
420 fst_type fst(*fst_); in holdsFor() local
430 fst_type fst(*fst_); in isTrivialFor() local
[all …]
/dports/java/jflex/jflex-1.8.1/src/main/java/jflex/base/
H A DPair.java21 public final A fst; field in Pair
24 public Pair(A fst, B snd) { in Pair()
/dports/math/openfst/openfst-1.8.1/src/include/fst/script/
H A Drmepsilon.h54 void RmEpsilon(MutableFst<Arc> *fst, in RmEpsilon()
65 void RmEpsilon(MutableFst<Arc> *fst, const RmEpsilonOptions &opts) { in RmEpsilon()
120 MutableFst<Arc> *fst = std::get<0>(*args)->GetMutableFst<Arc>(); in RmEpsilon() local
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/openfst/src/script/
H A Dprint.cc23 namespace fst { namespace
26 void PrintFst(const FstClass &fst, ostream &ostrm, const string &dest, in PrintFst()
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/script/
H A Dprint.cc23 namespace fst { namespace
26 void PrintFst(const FstClass &fst, ostream &ostrm, const string &dest, in PrintFst()
/dports/math/openfst/openfst-1.8.1/src/include/fst/extensions/compress/
H A Dcompressscript.h37 const Fst<Arc> &fst = *std::get<0>(args->args).GetFst<Arc>(); in Compress() local
51 MutableFst<Arc> *fst = std::get<1>(args->args)->GetMutableFst<Arc>(); in Decompress() local
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/script/
H A Dprint.cc23 namespace fst { namespace
26 void PrintFst(const FstClass &fst, ostream &ostrm, const string &dest, in PrintFst()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/petgraph-0.5.1/benches/
H A Dograph.rs11 let fst = og.add_node(0i32); in bench_inser() localVariable
39 let fst = og.add_node(0i32); in bench_remove() localVariable

12345678910>>...106