Home
last modified time | relevance | path

Searched refs:small_negative (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/numerics/
Dsafe_numerics_unittest.cc617 int small_negative = -1; in TEST() local
656 EXPECT_EQ(saturated_cast<int>(small_negative), in TEST()
657 static_cast<int>(small_negative)); in TEST()
660 EXPECT_EQ(saturated_cast<unsigned>(small_negative), in TEST()
/external/libweave/third_party/chromium/base/numerics/
Dsafe_numerics_unittest.cc613 int small_negative = -1; in TEST() local
652 EXPECT_EQ(saturated_cast<int>(small_negative), in TEST()
653 static_cast<int>(small_negative)); in TEST()
656 EXPECT_EQ(saturated_cast<unsigned>(small_negative), in TEST()