Lines Matching refs:S8_MIN

155 	{0, S8_MIN, S8_MIN, S8_MIN, 0, false, true, false},
156 {S8_MIN, 0, S8_MIN, S8_MIN, 0, false, false, false},
158 {-1, S8_MIN, S8_MAX, S8_MAX, S8_MIN, true, false, true},
159 {S8_MIN, -1, S8_MAX, -S8_MAX, S8_MIN, true, false, true},
160 {-1, S8_MAX, S8_MAX-1, S8_MIN, -S8_MAX, false, false, false},
161 {S8_MAX, -1, S8_MAX-1, S8_MIN, -S8_MAX, false, true, false},
162 {-1, -S8_MAX, S8_MIN, S8_MAX-1, S8_MAX, false, false, false},
163 {-S8_MAX, -1, S8_MIN, S8_MIN+2, S8_MAX, false, false, false},
165 {1, S8_MIN, -S8_MAX, -S8_MAX, S8_MIN, false, true, false},
166 {S8_MIN, 1, -S8_MAX, S8_MAX, S8_MIN, false, true, false},
167 {1, S8_MAX, S8_MIN, S8_MIN+2, S8_MAX, true, false, false},
168 {S8_MAX, 1, S8_MIN, S8_MAX-1, S8_MAX, true, false, false},
170 {S8_MIN, S8_MIN, 0, 0, 0, true, false, true},
827 TEST_OVERFLOWS_TYPE(s8, u8, S8_MIN, true); in overflows_type_test()
830 TEST_OVERFLOWS_TYPE(s8, u16, S8_MIN, true); in overflows_type_test()
833 TEST_OVERFLOWS_TYPE(s8, u32, S8_MIN, true); in overflows_type_test()
837 TEST_OVERFLOWS_TYPE(s8, u64, S8_MIN, true); in overflows_type_test()
840 TEST_OVERFLOWS_TYPE(s8, s8, S8_MIN, false); in overflows_type_test()
842 TEST_OVERFLOWS_TYPE(s8, s16, S8_MIN, false); in overflows_type_test()
870 TEST_OVERFLOWS_TYPE(s16, s8, S8_MIN, false); in overflows_type_test()
872 TEST_OVERFLOWS_TYPE(s16, s8, (s16)S8_MIN - 1, true); in overflows_type_test()
918 TEST_OVERFLOWS_TYPE(s32, s8, S8_MIN, false); in overflows_type_test()
920 TEST_OVERFLOWS_TYPE(s32, s8, (s32)S8_MIN - 1, true); in overflows_type_test()
975 TEST_OVERFLOWS_TYPE(s64, s8, S8_MIN, false); in overflows_type_test()
977 TEST_OVERFLOWS_TYPE(s64, s8, (s64)S8_MIN - 1, true); in overflows_type_test()