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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
map.h 688 typedef typename GallicArc<A, S>::Weight GW;
693 return ToArc(0, 0, GW(SW::One(), arc.weight), kNoStateId);
696 return ToArc(0, 0, GW(SW::Zero(), arc.weight), kNoStateId);
700 GW(SW::One(), arc.weight), arc.nextstate);
704 GW(SW(arc.olabel), arc.weight), arc.nextstate);
724 typedef typename GallicArc<A, S>::Weight GW;
728 if (arc.nextstate == kNoStateId && arc.weight == GW::Zero())
764 typedef typename GallicArc<A, S>::Weight GW;
782 if (arc.nextstate == kNoStateId && arc.weight == GW::Zero())
  /external/openfst/src/include/fst/
arc-map.h 774 typedef typename GallicArc<A, S>::Weight GW;
779 return ToArc(0, 0, GW(SW::One(), arc.weight), kNoStateId);
782 return ToArc(0, 0, GW(SW::Zero(), arc.weight), kNoStateId);
786 GW(SW::One(), arc.weight), arc.nextstate);
790 GW(SW(arc.olabel), arc.weight), arc.nextstate);
814 typedef typename GallicArc<A, S>::Weight GW;
821 if (arc.nextstate == kNoStateId && arc.weight == GW::Zero())
872 typedef typename GallicArc<A, S>::Weight GW;
893 if (arc.nextstate == kNoStateId && arc.weight == GW::Zero())
    [all...]

Completed in 7540 milliseconds