OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_score
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
spellingtable.cpp
236
double
max_score
= 0;
local
244
max_score
= raw_spellings_[0].freq;
245
min_score =
max_score
;
247
if (raw_spellings_[pos].freq >
max_score
)
248
max_score
= raw_spellings_[pos].freq;
256
printf("-----max psb: %f, min psb: %f\n",
max_score
, min_score);
258
max_score
= log(
max_score
);
263
max_score
, min_score);
265
// The absolute value of min_score is bigger than that of
max_score
becaus
[
all
...]
/external/ipsec-tools/src/racoon/
rsalist.c
129
int
max_score
;
member in struct:lookup_result
148
if (local_score + remote_score > req->
max_score
) {
149
req->
max_score
= local_score + remote_score;
153
if (local_score + remote_score >= req->
max_score
) {
172
r.
max_score
= -1;
Completed in 118 milliseconds