OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:S_INT_MAX
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/utils/
autocorrection_threshold_utils.cpp
99
const float maxScore = score >=
S_INT_MAX
? static_cast<float>(
S_INT_MAX
)
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
shortcut_utils.h
40
shortcutScore =
S_INT_MAX
;
/packages/inputmethods/LatinIME/native/jni/src/
defines.h
275
#ifndef
S_INT_MAX
276
#define
S_INT_MAX
2147483647 // ((1 << 31) - 1)
304
#define NOT_A_FIRST_WORD_CONFIDENCE (
S_INT_MAX
)
Completed in 282 milliseconds