OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:idx_now
(Results
1 - 1
of
1
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
ngram.cpp
256
LemmaIdType
idx_now
= 0;
local
258
if (lemma_arr[pos].idx_by_hz ==
idx_now
)
260
idx_now
++;
262
assert(lemma_arr[pos].idx_by_hz ==
idx_now
);
264
freqs[
idx_now
] = lemma_arr[pos].freq;
265
if (freqs[
idx_now
] <= 0)
266
freqs[
idx_now
] = 0.3;
268
total_freq += freqs[
idx_now
];
272
idx_num_ =
idx_now
+ 1;
273
assert(
idx_now
+ 1 == next_idx_unused)
[
all
...]
Completed in 1345 milliseconds