Searched refs:S_INT_MIN (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/
H A Ddefines.h286 #ifndef S_INT_MIN
290 #define S_INT_MIN (-2147483647 - 1) // -(1 << 31) macro
301 #define NOT_A_DICT_POS (S_INT_MIN)
307 #define NOT_A_FIRST_WORD_CONFIDENCE (S_INT_MIN)
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
H A Dsuggestions_output_utils.cpp221 shortcutScore = std::max(S_INT_MIN + 1, shortcutScore) - 1;
225 std::max(S_INT_MIN + 1, shortcutScore) - 1, kind, NOT_AN_INDEX,
/packages/inputmethods/LatinIME/native/jni/tests/suggest/policyimpl/dictionary/utils/
H A Dtrie_map_test.cpp66 // Use the uniform integer distribution [S_INT_MIN, S_INT_MAX].
67 std::uniform_int_distribution<int> keyDistribution(S_INT_MIN, S_INT_MAX);
202 // Use the uniform integer distribution [S_INT_MIN, S_INT_MAX].
203 std::uniform_int_distribution<int> keyDistribution(S_INT_MIN, S_INT_MAX);

Completed in 109 milliseconds