HomeSort by relevance Sort by last modified time
    Searched defs:GW (Results 1 - 3 of 3) 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 772 typedef typename GallicArc<A, S>::Weight GW;
777 return ToArc(0, 0, GW(SW::One(), arc.weight), kNoStateId);
780 return ToArc(0, 0, GW(SW::Zero(), arc.weight), kNoStateId);
784 GW(SW::One(), arc.weight), arc.nextstate);
788 GW(SW(arc.olabel), arc.weight), arc.nextstate);
812 typedef typename GallicArc<A, S>::Weight GW;
819 if (arc.nextstate == kNoStateId && arc.weight == GW::Zero())
870 typedef typename GallicArc<A, S>::Weight GW;
891 if (arc.nextstate == kNoStateId && arc.weight == GW::Zero())
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 473 GW(new String[]{
    [all...]

Completed in 2979 milliseconds