Home | History | Annotate | Download | only in tests

Lines Matching full:s2_max

3856   const unsigned S2_max = (1 << 15) - 1;
3858 S2_max + 100, 4};
3859 V4x32 b = {Poisoned<U4>(0, 0xFF), S2_max + 10000, Poisoned<U4>(0, 0xFF00),
3860 S2_max};
3873 EXPECT_EQ(c[2], S2_max);
3875 EXPECT_EQ(c[5], S2_max);
3876 EXPECT_EQ(c[7], S2_max);