Searched refs:kInt16Max (Results 1 – 1 of 1) sorted by relevance
22 const int16_t kInt16Max = 0x7fff; variable250 ASSERT_GT(kInputValue * 3, kInt16Max); in TEST_F()251 ASSERT_LT(1.1 * kExpectedOutput, kInt16Max); in TEST_F()257 const int16_t kInputValue = kInt16Max; in TEST_F()258 const int16_t kExpectedOutput = kInt16Max; in TEST_F()