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

  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/
sim_slm.h 52 struct TLeaf {
59 TLeaf(TSIMWordId theId=0, FREQ_TYPE fr=0) : id(theId), freq(fr)
61 bool operator< (const TLeaf & r) const
63 bool operator> (const TLeaf & r) const
65 bool operator==(const TLeaf & r) const
69 struct TNode : public TLeaf {
74 : TLeaf(theId, fr), child(ch), bow(theBOW)
sim_slmbuilder.h 53 typedef CSIMSlm::TLeaf TLeaf;
81 typedef std::vector<TLeaf> TLeafLevel;
slm.h 234 struct TLeaf {
  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/tslmpack/
arpa_slm.h 49 struct TLeaf {
58 TLeaf() : wid(0), pr(.0), ch(0), bon(0), bol(0) {}
61 struct TNode : public TLeaf {
68 typedef std::vector<TLeaf> TLeafLevel;
  /nv-g11n/inputmethod/sunpinyin2/src/slm/
sim_slm.h 52 struct TLeaf {
59 TLeaf(TSIMWordId theId=0, FREQ_TYPE fr=0) : id(theId), freq(fr)
61 bool operator< (const TLeaf & r) const
63 bool operator> (const TLeaf & r) const
65 bool operator==(const TLeaf & r) const
69 struct TNode : public TLeaf {
74 : TLeaf(theId, fr), child(ch), bow(theBOW)
sim_slmbuilder.h 53 typedef CSIMSlm::TLeaf TLeaf;
81 typedef std::vector<TLeaf> TLeafLevel;
slm.h 234 struct TLeaf {
  /nv-g11n/inputmethod/sunpinyin2/src/slm/tslmpack/
arpa_slm.h 49 struct TLeaf {
58 TLeaf() : wid(0), pr(.0), ch(0), bon(0), bol(0) {}
61 struct TNode : public TLeaf {
68 typedef std::vector<TLeaf> TLeafLevel;
  /nv-g11n/inputmethod/sunpinyin/ime/src/slm/
slm.h 234 struct TLeaf {
  /nv-g11n/inputmethod/sunpinyin2/src/slm/tslmendian/
slm_file.cpp 47 * - leaf[N-1][] : CThreadSlm::TLeaf * slm.getLevelSize(N)
67 typedef CThreadSlm::TLeaf TLeaf;
83 // byte order reversed CThreadSlm::TLeaf small-endian presentation on big-endian machine
97 CThreadSlm::TLeaf leaf_betole(const CThreadSlm::TLeaf& v)
99 // since the CThreadSlm::TLeaf `protects' its bits, we duplicated a `public' one
112 TLeaf leaf;
134 TLeaf leaf_letobe(const TLeaf& v
    [all...]
  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/tslmendian/
slm_file.cpp 47 * - leaf[] : CThreadSlm::TLeaf * slm.getLevelSize(N)
67 typedef CThreadSlm::TLeaf TLeaf;
83 // byte order reversed CThreadSlm::TLeaf small-endian presentation on big-endian machine
97 CThreadSlm::TLeaf leaf_betole(const CThreadSlm::TLeaf& v)
99 // since the CThreadSlm::TLeaf `protects' its bits, we duplicated a `public' one
112 TLeaf leaf;
134 TLeaf leaf_letobe(const TLeaf& v
    [all...]

Completed in 4439 milliseconds