HomeSort by relevance Sort by last modified time
    Searched refs:RandGen (Results 1 - 12 of 12) sorted by null

  /external/openfst/src/script/
randgen.cc 19 #include <fst/script/randgen.h>
24 void RandGen(const FstClass &ifst, MutableFstClass *ofst, int32 seed,
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/
randgen.h 22 #include <fst/randgen.h>
37 void RandGen(RandGenArgs *args) {
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),
fstscript.h 56 #include <fst/script/randgen.h>
126 REGISTER_FST_OPERATION(RandGen, Arc, RandGenArgs);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
randgen.h 0 // randgen.h
104 // These are used internally by RandGen
117 void RandGen(const Fst<Arc> &ifst, MutableFst<Arc> *ofst,
133 RandGen(ifst, ofst, nopts);
153 RandGen(ifst, ofst, nopts);
161 void RandGen(const Fst<Arc> &ifst, MutableFst<Arc> *ofst) {
164 RandGen(ifst, ofst, opts);
  /art/runtime/
monitor_pool_test.cc 27 class RandGen {
29 explicit RandGen(uint32_t seed) : val_(seed) {}
50 RandGen r(0x1234);
  /art/runtime/arch/
memcmp16_test.cc 20 class RandGen {
22 explicit RandGen(uint32_t seed) : val_(seed) {}
49 RandGen r(0x1234);
stub_test.cc 658 class RandGen {
660 explicit RandGen(uint32_t seed) : val_(seed) {}
716 RandGen r(0x1234);
    [all...]
  /art/runtime/gc/accounting/
space_bitmap_test.cc 101 class RandGen {
103 explicit RandGen(uint32_t seed) : val_(seed) {}
119 RandGen r(0x1234);
  /external/openfst/src/bin/
fstrandgen.cc 22 #include <fst/script/randgen.h>
75 s::RandGen(*ifst, &ofst, FLAGS_seed,
  /external/openfst/src/include/fst/
randequivalent.h 28 #include <fst/randgen.h>
74 RandGen(fst, &path, opts);
randgen.h 0 // randgen.h
356 SetType("randgen");
372 SetType("randgen");
681 void RandGen(const Fst<IArc> &ifst, MutableFst<OArc> *ofst,
704 void RandGen(const Fst<IArc> &ifst, MutableFst<OArc> *ofst) {
707 RandGen(ifst, ofst, opts);
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 933 static void RandGen(Byte *buf, UInt32 size, CBaseRandomGenerator &RG)
941 RandGen(buf, size, RG);
961 RandGen(buf + kBufferSize0, kBufferSize1, RG);

Completed in 548 milliseconds