Searched refs:S_INT_MIN (Results 1 – 3 of 3) sorted by relevance
225 #ifndef S_INT_MIN229 #define S_INT_MIN (-2147483647 - 1) // -(1 << 31) macro240 #define NOT_A_DICT_POS (S_INT_MIN)241 #define NOT_A_WORD_ID (S_INT_MIN)247 #define NOT_A_FIRST_WORD_CONFIDENCE (S_INT_MIN)
268 shortcutScore = std::max(S_INT_MIN + 1, shortcutScore) - 1; in outputShortcuts()272 std::max(S_INT_MIN + 1, shortcutScore) - 1, kind, NOT_AN_INDEX, in outputShortcuts()
96 std::uniform_int_distribution<int> keyDistribution(S_INT_MIN, S_INT_MAX); in TEST()232 std::uniform_int_distribution<int> keyDistribution(S_INT_MIN, S_INT_MAX); in TEST()