Searched defs:RandGen (Results 1 - 5 of 5) sorted by relevance

/external/openfst/src/script/
H A Drandgen.cc24 void RandGen(const FstClass &ifst, MutableFstClass *ofst, int32 seed, function in namespace:fst::script
26 if (!ArcTypesMatch(ifst, *ofst, "RandGen")) return;
29 Apply<Operation<RandGenArgs> >("RandGen", ifst.ArcType(), &args);
32 REGISTER_FST_OPERATION(RandGen, StdArc, RandGenArgs);
33 REGISTER_FST_OPERATION(RandGen, LogArc, RandGenArgs);
34 REGISTER_FST_OPERATION(RandGen, Log64Arc, RandGenArgs);
/external/openfst/src/include/fst/script/
H A Drandgen.h37 void RandGen(RandGenArgs *args) { function in namespace:fst::script
48 RandGen(ifst, ofst, ropts);
54 RandGen(ifst, ofst, ropts);
60 RandGen(ifst, ofst, ropts);
66 void RandGen(const FstClass &ifst, MutableFstClass *ofst, int32 seed = time(0),
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drandgen.h104 // These are used internally by RandGen
117 void RandGen(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, function in namespace:fst
133 RandGen(ifst, ofst, nopts);
153 RandGen(ifst, ofst, nopts);
161 void RandGen(const Fst<Arc> &ifst, MutableFst<Arc> *ofst) { function in namespace:fst
164 RandGen(ifst, ofst, opts);
/external/openfst/src/include/fst/
H A Drandgen.h681 void RandGen(const Fst<IArc> &ifst, MutableFst<OArc> *ofst, function in namespace:fst
704 void RandGen(const Fst<IArc> &ifst, MutableFst<OArc> *ofst) { function in namespace:fst
707 RandGen(ifst, ofst, opts);
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp933 static void RandGen(Byte *buf, UInt32 size, CBaseRandomGenerator &RG) function
941 RandGen(buf, size, RG);
961 RandGen(buf + kBufferSize0, kBufferSize1, RG);

Completed in 4168 milliseconds