Searched refs:small_negative (Results 1 – 2 of 2) sorted by relevance
617 int small_negative = -1; in TEST() local656 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()
613 int small_negative = -1; in TEST() local652 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()