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

  /nv-g11n/inputmethod/sunpinyin/ime/src/slm/
slm.cpp 175 unsigned int pos = history.getIdx();
256 const TLeaf* pn = ((const TLeaf *)m_Levels[m_N]) + st.getIdx();
259 const TNode *pn = ((const TNode *)m_Levels[st.getLevel()]) + st.getIdx();
262 unsigned int idx = st.getIdx();
264 const TNode *pn = ((const TNode *)m_Levels[st.getLevel()]) + st.getIdx();
275 TLeaf* pl = ((TLeaf *)m_Levels[m_N]) + st.getIdx();
278 TNode* pn = ((TNode *)m_Levels[st.getLevel()]) + st.getIdx();
290 TLeaf* pl = ((TLeaf *)m_Levels[m_N]) + st.getIdx();
294 TNode* pn = ((TNode *)m_Levels[st.getLevel()]) + st.getIdx();
slm.h 90 inline unsigned int getIdx() const { return anony.m_Idx; }
  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/
slm.cpp 177 unsigned int pos = history.getIdx();
258 const TLeaf* pn = ((const TLeaf *)m_Levels[m_N]) + st.getIdx();
261 const TNode *pn = ((const TNode *)m_Levels[st.getLevel()]) + st.getIdx();
264 unsigned int idx = st.getIdx();
266 const TNode *pn = ((const TNode *)m_Levels[st.getLevel()]) + st.getIdx();
277 TLeaf* pl = ((TLeaf *)m_Levels[m_N]) + st.getIdx();
280 TNode* pn = ((TNode *)m_Levels[st.getLevel()]) + st.getIdx();
292 TLeaf* pl = ((TLeaf *)m_Levels[m_N]) + st.getIdx();
296 TNode* pn = ((TNode *)m_Levels[st.getLevel()]) + st.getIdx();
slm.h 90 inline unsigned int getIdx() const { return anony.m_Idx; }
  /nv-g11n/inputmethod/sunpinyin2/src/slm/
slm.cpp 183 unsigned int pos = history.getIdx();
264 const TLeaf* pn = ((const TLeaf *)m_Levels[m_N]) + st.getIdx();
267 const TNode *pn = ((const TNode *)m_Levels[st.getLevel()]) + st.getIdx();
270 unsigned int idx = st.getIdx();
272 const TNode *pn = ((const TNode *)m_Levels[st.getLevel()]) + st.getIdx();
283 TLeaf* pl = ((TLeaf *)m_Levels[m_N]) + st.getIdx();
286 TNode* pn = ((TNode *)m_Levels[st.getLevel()]) + st.getIdx();
298 TLeaf* pl = ((TLeaf *)m_Levels[m_N]) + st.getIdx();
302 TNode* pn = ((TNode *)m_Levels[st.getLevel()]) + st.getIdx();
slm.h 90 inline unsigned int getIdx() const { return anony.m_Idx; }
  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/tslminfo/
tslminfo.cpp 78 isEnd(iterator& it) { return (((it.back().getIdx()) + 1) == getLevelSize(it.back().getLevel())); }
126 return (((TLeaf*)m_Levels[lvl]) + s.getIdx());
128 return (((TNode*)m_Levels[lvl]) + s.getIdx());
138 unsigned child = (it[lvl+1]).getIdx();
139 while ((it[lvl].getIdx() < (sz-1)) && ( (((TNode*)getNodePtr(it[lvl]))+1)->ch() <= child )) {
  /nv-g11n/inputmethod/sunpinyin2/src/slm/tslminfo/
tslminfo.cpp 78 isEnd(iterator& it) { return (((it.back().getIdx()) + 1) == getLevelSize(it.back().getLevel())); }
126 return (((TLeaf*)m_Levels[lvl]) + s.getIdx());
128 return (((TNode*)m_Levels[lvl]) + s.getIdx());
138 unsigned child = (it[lvl+1]).getIdx();
139 while ((it[lvl].getIdx() < (sz-1)) && ( (((TNode*)getNodePtr(it[lvl]))+1)->ch() <= child )) {
  /nv-g11n/inputmethod/sunpinyin/slm/python/
pyslm.pyx 42 unsigned int getIdx()
101 return pr, SlmState(ret.getLevel(), ret.getIdx())
107 return pr, SlmState(ret.getLevel(), ret.getIdx())
113 return SlmState(ret.getLevel(), ret.getIdx())
120 state.idx = int(st.getIdx())
  /nv-g11n/inputmethod/sunpinyin2/python/
pyslm.pyx 42 unsigned int getIdx()
101 return pr, SlmState(ret.getLevel(), ret.getIdx())
107 return pr, SlmState(ret.getLevel(), ret.getIdx())
113 return SlmState(ret.getLevel(), ret.getIdx())
120 state.idx = int(st.getIdx())
  /nv-g11n/inputmethod/sunpinyin/ime/src/
lattice_states.cpp 78 printf("<State(%d:%d), from word %d, score %s>", m_State.getLevel(), m_State.getIdx(), m_BackTraceWordId, valbuf);
80 printf("<State(%d:%d), from word %d, score %E>", m_State.getLevel(), m_State.getIdx(), m_BackTraceWordId, m_Score);
  /nv-g11n/inputmethod/sunpinyin2/src/ime-core/
lattice_states.cpp 87 printf("<State(%d:%d), from word %d, score %s>\n", m_slmState.getLevel(), m_slmState.getIdx(), m_backTraceWordId, valbuf);

Completed in 180 milliseconds