Home
last modified time | relevance | path

Searched refs:Fst (Results 1 – 25 of 913) sorted by relevance

12345678910>>...37

/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/openfst/src/include/fst/extensions/far/
H A Dfar.h146 virtual const Fst<A> &GetFst() const = 0;
177 STTableWriter<Fst<A>, FstWriter<A> > *writer = in Create()
195 STTableWriter<Fst<A>, FstWriter<A> > *writer_;
207 STListWriter<Fst<A>, FstWriter<A> > *writer = in Create()
225 STListWriter<Fst<A>, FstWriter<A> > *writer_;
290 Fst<A> *operator()(istream &strm) const { in operator()
291 return Fst<A>::Read(strm, FstReadOptions()); in operator()
338 STTableReader<Fst<A>, FstReader<A> > *reader_;
386 STListReader<Fst<A>, FstReader<A> > *reader_;
463 const Fst<A> &GetFst() const { in GetFst()
[all …]
/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/extensions/far/
H A Dfar.h146 virtual const Fst<A> &GetFst() const = 0;
177 STTableWriter<Fst<A>, FstWriter<A> > *writer = in Create()
195 STTableWriter<Fst<A>, FstWriter<A> > *writer_;
207 STListWriter<Fst<A>, FstWriter<A> > *writer = in Create()
225 STListWriter<Fst<A>, FstWriter<A> > *writer_;
290 Fst<A> *operator()(istream &strm) const { in operator()
291 return Fst<A>::Read(strm, FstReadOptions()); in operator()
338 STTableReader<Fst<A>, FstReader<A> > *reader_;
386 STListReader<Fst<A>, FstReader<A> > *reader_;
463 const Fst<A> &GetFst() const { in GetFst()
[all …]
/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/extensions/far/
H A Dfar.h146 virtual const Fst<A> &GetFst() const = 0;
177 STTableWriter<Fst<A>, FstWriter<A> > *writer = in Create()
195 STTableWriter<Fst<A>, FstWriter<A> > *writer_;
207 STListWriter<Fst<A>, FstWriter<A> > *writer = in Create()
225 STListWriter<Fst<A>, FstWriter<A> > *writer_;
290 Fst<A> *operator()(istream &strm) const { in operator()
291 return Fst<A>::Read(strm, FstReadOptions()); in operator()
338 STTableReader<Fst<A>, FstReader<A> > *reader_;
386 STListReader<Fst<A>, FstReader<A> > *reader_;
463 const Fst<A> &GetFst() const { in GetFst()
[all …]
/dports/math/openfst/openfst-1.8.1/src/extensions/python/
H A Dpywrapfst.pxd238 # Fst.
247 cdef class Fst: class
258 cpdef Fst copy(self)
489 cdef Fst _map(Fst ifst, float delta=?, map_type=?, double power=?, weight=?)
491 cpdef Fst arcmap(Fst ifst, float delta=?, map_type=?, double power=?, weight=?)
498 cpdef Fst convert(Fst ifst, fst_type=?)
521 cpdef bool equal(Fst ifst1, Fst ifst2, float delta=?)
523 cpdef bool equivalent(Fst ifst1, Fst ifst2, float delta=?) except *
530 cpdef bool isomorphic(Fst ifst1, Fst ifst2, float delta=?)
584 cpdef Fst statemap(Fst ifst, map_type)
[all …]
/dports/math/openfst/openfst-1.8.1/src/include/fst/extensions/far/
H A Dfar.h155 virtual const Fst<Arc> *GetFst() const = 0;
170 void operator()(std::ostream &strm, const Fst<Arc> &fst) const { in operator()
185 void Add(const std::string &key, const Fst<Arc> &fst) final { in Add()
210 void Add(const std::string &key, const Fst<Arc> &fst) final { in Add()
222 std::unique_ptr<STListWriter<Fst<Arc>, FstWriter<Arc>>> writer_;
237 void Add(const std::string &key, const Fst<A> &fst) final { in Add()
280 Fst<Arc> *operator()(std::istream &strm, in operator()
282 return Fst<Arc>::Read(strm, options); in operator()
300 STTableReader<Fst<Arc>, FstReader<Arc>>::Open(sources)); in Open()
449 const Fst<Arc> *GetFst() const final { return fst_.get(); } in GetFst()
[all …]
/dports/math/openfst/openfst-1.8.1/src/include/fst/
H A Dregister.h37 class Fst; variable
44 using Reader = Fst<Arc> *(*)(std::istream &istrm, const FstReadOptions &opts);
45 using Converter = Fst<Arc> *(*)(const Fst<Arc> &fst);
95 static Fst<Arc> *ReadGeneric(std::istream &strm, const FstReadOptions &opts) { in ReadGeneric()
96 static_assert(std::is_base_of<Fst<Arc>, FST>::value, in ReadGeneric()
105 static Fst<Arc> *Convert(const Fst<Arc> &fst) { return new FST(fst); } in Convert()
121 Fst<Arc> *Convert(const Fst<Arc> &fst, const std::string &fst_type) { in Convert()
H A Ddifference.h33 template <class Arc, class M = Matcher<Fst<Arc>>,
68 DifferenceFst(const Fst<Arc> &fst1, const Fst<Arc> &fst2,
79 const Fst<Arc> &fst1, const Fst<Arc> &fst2, in DifferenceFst()
103 const Fst<Arc> &fst1, const Fst<Arc> &fst2, const CacheOptions &opts) { in CreateDifferenceImplWithCacheOpts()
104 using RM = RhoMatcher<Matcher<Fst<A>>>; in CreateDifferenceImplWithCacheOpts()
114 const Fst<Arc> &fst1, const Fst<Arc> &fst2, in CreateDifferenceImplWithDifferenceOpts()
165 void Difference(const Fst<Arc> &ifst1, const Fst<Arc> &ifst2,
168 using M = Matcher<Fst<Arc>>;
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dgtest-065.cs12 public readonly T Fst; field
16 Fst = fst; Snd = snd; in ComparablePair()
21 int firstCmp = this.Fst.CompareTo(that.Fst); in CompareTo()
26 return this.Fst.Equals(that.Fst) && this.Snd.Equals(that.Snd); in Equals()
30 return "(" + Fst + ", " + Snd + ")"; in ToString()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Da-cofuve.ads136 Fst : Index_Type;
151 Fst : Index_Type;
162 (for all I in Fst .. Lst => Get (Container, I) = Item);
202 Fst : Index_Type;
218 Fst : Index_Type;
233 (if Fst <= Lst then
240 ((for all I in Fst .. Lst =>
305 Fst => Index_Type'First,
310 Fst => Position,
328 Fst => Index_Type'First,
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/libgnat/
H A Da-cofuve.ads136 Fst : Index_Type;
151 Fst : Index_Type;
162 (for all I in Fst .. Lst => Get (Container, I) = Item);
202 Fst : Index_Type;
218 Fst : Index_Type;
233 (if Fst <= Lst then
240 ((for all I in Fst .. Lst =>
305 Fst => Index_Type'First,
310 Fst => Position,
328 Fst => Index_Type'First,
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Da-cofuve.ads136 Fst : Index_Type;
151 Fst : Index_Type;
162 (for all I in Fst .. Lst => Get (Container, I) = Item);
202 Fst : Index_Type;
218 Fst : Index_Type;
233 (if Fst <= Lst then
240 ((for all I in Fst .. Lst =>
305 Fst => Index_Type'First,
310 Fst => Position,
328 Fst => Index_Type'First,
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/libgnat/
H A Da-cofuve.ads137 Fst : Index_Type;
152 Fst : Index_Type;
163 (for all I in Fst .. Lst => Get (Container, I) = Item);
203 Fst : Index_Type;
219 Fst : Index_Type;
234 (if Fst <= Lst then
241 ((for all I in Fst .. Lst =>
306 Fst => Index_Type'First,
311 Fst => Position,
329 Fst => Index_Type'First,
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/libgnat/
H A Da-cofuve.ads138 Fst : Index_Type;
153 Fst : Index_Type;
164 (for all I in Fst .. Lst => Get (Container, I) = Item);
204 Fst : Index_Type;
220 Fst : Index_Type;
235 (if Fst <= Lst then
242 ((for all I in Fst .. Lst =>
307 Fst => Index_Type'First,
312 Fst => Position,
330 Fst => Index_Type'First,
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/libgnat/
H A Da-cofuve.ads137 Fst : Index_Type;
152 Fst : Index_Type;
163 (for all I in Fst .. Lst => Get (Container, I) = Item);
203 Fst : Index_Type;
219 Fst : Index_Type;
234 (if Fst <= Lst then
241 ((for all I in Fst .. Lst =>
306 Fst => Index_Type'First,
311 Fst => Position,
329 Fst => Index_Type'First,
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/libgnat/
H A Da-cofuve.ads138 Fst : Index_Type;
153 Fst : Index_Type;
164 (for all I in Fst .. Lst => Get (Container, I) = Item);
204 Fst : Index_Type;
220 Fst : Index_Type;
235 (if Fst <= Lst then
242 ((for all I in Fst .. Lst =>
307 Fst => Index_Type'First,
312 Fst => Position,
330 Fst => Index_Type'First,
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Da-cofuve.ads136 Fst : Index_Type;
151 Fst : Index_Type;
162 (for all I in Fst .. Lst => Get (Container, I) = Item);
202 Fst : Index_Type;
218 Fst : Index_Type;
233 (if Fst <= Lst then
240 ((for all I in Fst .. Lst =>
305 Fst => Index_Type'First,
310 Fst => Position,
328 Fst => Index_Type'First,
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Da-cofuve.ads136 Fst : Index_Type;
151 Fst : Index_Type;
162 (for all I in Fst .. Lst => Get (Container, I) = Item);
202 Fst : Index_Type;
218 Fst : Index_Type;
233 (if Fst <= Lst then
240 ((for all I in Fst .. Lst =>
305 Fst => Index_Type'First,
310 Fst => Position,
328 Fst => Index_Type'First,
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/libgnat/
H A Da-cofuve.ads136 Fst : Index_Type;
151 Fst : Index_Type;
162 (for all I in Fst .. Lst => Get (Container, I) = Item);
202 Fst : Index_Type;
218 Fst : Index_Type;
233 (if Fst <= Lst then
240 ((for all I in Fst .. Lst =>
305 Fst => Index_Type'First,
310 Fst => Position,
328 Fst => Index_Type'First,
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/libgnat/
H A Da-cofuve.ads138 Fst : Index_Type;
153 Fst : Index_Type;
164 (for all I in Fst .. Lst => Get (Container, I) = Item);
204 Fst : Index_Type;
220 Fst : Index_Type;
235 (if Fst <= Lst then
242 ((for all I in Fst .. Lst =>
307 Fst => Index_Type'First,
312 Fst => Position,
330 Fst => Index_Type'First,
[all …]
/dports/lang/gcc9-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly5.5/9.1.0/adainclude/
H A Da-cofuve.ads136 Fst : Index_Type;
151 Fst : Index_Type;
162 (for all I in Fst .. Lst => Get (Container, I) = Item);
202 Fst : Index_Type;
218 Fst : Index_Type;
233 (if Fst <= Lst then
240 ((for all I in Fst .. Lst =>
305 Fst => Index_Type'First,
310 Fst => Position,
328 Fst => Index_Type'First,
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/libgnat/
H A Da-cofuve.ads137 Fst : Index_Type;
152 Fst : Index_Type;
163 (for all I in Fst .. Lst => Get (Container, I) = Item);
203 Fst : Index_Type;
219 Fst : Index_Type;
234 (if Fst <= Lst then
241 ((for all I in Fst .. Lst =>
306 Fst => Index_Type'First,
311 Fst => Position,
329 Fst => Index_Type'First,
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/libgnat/
H A Da-cofuve.ads136 Fst : Index_Type;
151 Fst : Index_Type;
162 (for all I in Fst .. Lst => Get (Container, I) = Item);
202 Fst : Index_Type;
218 Fst : Index_Type;
233 (if Fst <= Lst then
240 ((for all I in Fst .. Lst =>
305 Fst => Index_Type'First,
310 Fst => Position,
328 Fst => Index_Type'First,
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/libgnat/
H A Da-cofuve.ads138 Fst : Index_Type;
153 Fst : Index_Type;
164 (for all I in Fst .. Lst => Get (Container, I) = Item);
204 Fst : Index_Type;
220 Fst : Index_Type;
235 (if Fst <= Lst then
242 ((for all I in Fst .. Lst =>
307 Fst => Index_Type'First,
312 Fst => Position,
330 Fst => Index_Type'First,
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/libgnat/
H A Da-cofuve.ads136 Fst : Index_Type;
151 Fst : Index_Type;
162 (for all I in Fst .. Lst => Get (Container, I) = Item);
202 Fst : Index_Type;
218 Fst : Index_Type;
233 (if Fst <= Lst then
240 ((for all I in Fst .. Lst =>
305 Fst => Index_Type'First,
310 Fst => Position,
328 Fst => Index_Type'First,
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/libgnat/
H A Da-cofuve.ads136 Fst : Index_Type;
151 Fst : Index_Type;
162 (for all I in Fst .. Lst => Get (Container, I) = Item);
202 Fst : Index_Type;
218 Fst : Index_Type;
233 (if Fst <= Lst then
240 ((for all I in Fst .. Lst =>
305 Fst => Index_Type'First,
310 Fst => Position,
328 Fst => Index_Type'First,
[all …]

12345678910>>...37