Home
last modified time | relevance | path

Searched refs:OVF_NONE (Results 1 – 25 of 125) sorted by relevance

12345

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dwide-int.cc1194 *overflow = wi::OVF_NONE; in add_large()
1197 *overflow = wi::OVF_NONE; in add_large()
1327 *overflow = wi::OVF_NONE; in mul_internal()
1604 *overflow = OVF_NONE; in sub_large()
1607 *overflow = OVF_NONE; in sub_large()
1617 *overflow = (x > o0) ? OVF_UNDERFLOW : OVF_NONE; in sub_large()
1806 *oflow = OVF_NONE; in divmod_internal()
2508 ASSERT_EQ (overflow != wi::OVF_NONE, offset == 0); in test_overflow()
2513 ASSERT_EQ (overflow != wi::OVF_NONE, offset == 0); in test_overflow()
2519 ASSERT_EQ (overflow != wi::OVF_NONE, offset != 0); in test_overflow()
[all …]
H A Drange-op.cc155 && ov_rh == wi::OVF_NONE) in wi_fold_in_parts()
174 && ov_lh == wi::OVF_NONE) in wi_fold_in_parts()
344 wi::overflow_type min_ovf = wi::OVF_NONE, in value_range_with_overflow()
345 wi::overflow_type max_ovf = wi::OVF_NONE) in value_range_with_overflow()
363 if ((min_ovf != wi::OVF_NONE) == (max_ovf != wi::OVF_NONE)) in value_range_with_overflow()
380 || (max_ovf == wi::OVF_OVERFLOW && min_ovf == wi::OVF_NONE)) in value_range_with_overflow()
1258 ovf1 = ovf2 = wi::OVF_NONE; in lhs_op1_relation()
1661 wi::overflow_type overflow = wi::OVF_NONE; in wi_op_overflows()
1779 wi::overflow_type overflow = wi::OVF_NONE; in wi_op_overflows()
3280 wi::overflow_type ov = wi::OVF_NONE; in wi_fold()
[all …]
H A Dwide-int.h359 OVF_NONE = 0, enumerator
2165 *overflow = only_sign_bit_p (x) ? OVF_OVERFLOW : OVF_NONE;
2486 *overflow = OVF_NONE;
2489 *overflow = OVF_NONE;
2494 ? OVF_OVERFLOW : OVF_NONE;
2571 *overflow = OVF_NONE;
2574 *overflow = OVF_NONE;
2579 ? OVF_UNDERFLOW : OVF_NONE;
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dwide-int.cc1194 *overflow = wi::OVF_NONE; in add_large()
1197 *overflow = wi::OVF_NONE; in add_large()
1327 *overflow = wi::OVF_NONE; in mul_internal()
1604 *overflow = OVF_NONE; in sub_large()
1607 *overflow = OVF_NONE; in sub_large()
1617 *overflow = (x > o0) ? OVF_UNDERFLOW : OVF_NONE; in sub_large()
1806 *oflow = OVF_NONE; in divmod_internal()
2474 ASSERT_EQ (overflow != wi::OVF_NONE, offset == 0); in test_overflow()
2479 ASSERT_EQ (overflow != wi::OVF_NONE, offset == 0); in test_overflow()
2485 ASSERT_EQ (overflow != wi::OVF_NONE, offset != 0); in test_overflow()
[all …]
H A Drange-op.cc229 wi::overflow_type min_ovf = wi::OVF_NONE, in value_range_with_overflow()
230 wi::overflow_type max_ovf = wi::OVF_NONE) in value_range_with_overflow()
248 if ((min_ovf != wi::OVF_NONE) == (max_ovf != wi::OVF_NONE)) in value_range_with_overflow()
263 if ((min_ovf == wi::OVF_UNDERFLOW && max_ovf == wi::OVF_NONE) in value_range_with_overflow()
264 || (max_ovf == wi::OVF_OVERFLOW && min_ovf == wi::OVF_NONE)) in value_range_with_overflow()
1112 wi::overflow_type overflow = wi::OVF_NONE; in wi_op_overflows()
1230 wi::overflow_type overflow = wi::OVF_NONE; in wi_op_overflows()
H A Dwide-int.h359 OVF_NONE = 0, enumerator
2163 *overflow = only_sign_bit_p (x) ? OVF_OVERFLOW : OVF_NONE;
2484 *overflow = OVF_NONE;
2487 *overflow = OVF_NONE;
2492 ? OVF_OVERFLOW : OVF_NONE;
2569 *overflow = OVF_NONE;
2572 *overflow = OVF_NONE;
2577 ? OVF_UNDERFLOW : OVF_NONE;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dwide-int.cc1194 *overflow = wi::OVF_NONE; in add_large()
1197 *overflow = wi::OVF_NONE; in add_large()
1327 *overflow = wi::OVF_NONE; in mul_internal()
1604 *overflow = OVF_NONE; in sub_large()
1607 *overflow = OVF_NONE; in sub_large()
1617 *overflow = (x > o0) ? OVF_UNDERFLOW : OVF_NONE; in sub_large()
1806 *oflow = OVF_NONE; in divmod_internal()
2507 ASSERT_EQ (overflow != wi::OVF_NONE, offset == 0); in test_overflow()
2512 ASSERT_EQ (overflow != wi::OVF_NONE, offset == 0); in test_overflow()
2518 ASSERT_EQ (overflow != wi::OVF_NONE, offset != 0); in test_overflow()
[all …]
H A Dwide-int.h359 OVF_NONE = 0, enumerator
2165 *overflow = only_sign_bit_p (x) ? OVF_OVERFLOW : OVF_NONE;
2486 *overflow = OVF_NONE;
2489 *overflow = OVF_NONE;
2494 ? OVF_OVERFLOW : OVF_NONE;
2571 *overflow = OVF_NONE;
2574 *overflow = OVF_NONE;
2579 ? OVF_UNDERFLOW : OVF_NONE;
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dwide-int.cc1194 *overflow = wi::OVF_NONE; in add_large()
1197 *overflow = wi::OVF_NONE; in add_large()
1327 *overflow = wi::OVF_NONE; in mul_internal()
1604 *overflow = OVF_NONE; in sub_large()
1607 *overflow = OVF_NONE; in sub_large()
1617 *overflow = (x > o0) ? OVF_UNDERFLOW : OVF_NONE; in sub_large()
1806 *oflow = OVF_NONE; in divmod_internal()
2474 ASSERT_EQ (overflow != wi::OVF_NONE, offset == 0); in test_overflow()
2479 ASSERT_EQ (overflow != wi::OVF_NONE, offset == 0); in test_overflow()
2485 ASSERT_EQ (overflow != wi::OVF_NONE, offset != 0); in test_overflow()
[all …]
H A Dwide-int.h359 OVF_NONE = 0, enumerator
2141 *overflow = only_sign_bit_p (x) ? OVF_OVERFLOW : OVF_NONE;
2462 *overflow = OVF_NONE;
2465 *overflow = OVF_NONE;
2470 ? OVF_OVERFLOW : OVF_NONE;
2547 *overflow = OVF_NONE;
2550 *overflow = OVF_NONE;
2555 ? OVF_UNDERFLOW : OVF_NONE;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dwide-int.cc1194 *overflow = wi::OVF_NONE; in add_large()
1197 *overflow = wi::OVF_NONE; in add_large()
1327 *overflow = wi::OVF_NONE; in mul_internal()
1604 *overflow = OVF_NONE; in sub_large()
1607 *overflow = OVF_NONE; in sub_large()
1617 *overflow = (x > o0) ? OVF_UNDERFLOW : OVF_NONE; in sub_large()
1806 *oflow = OVF_NONE; in divmod_internal()
2507 ASSERT_EQ (overflow != wi::OVF_NONE, offset == 0); in test_overflow()
2512 ASSERT_EQ (overflow != wi::OVF_NONE, offset == 0); in test_overflow()
2518 ASSERT_EQ (overflow != wi::OVF_NONE, offset != 0); in test_overflow()
[all …]
H A Dwide-int.h359 OVF_NONE = 0, enumerator
2165 *overflow = only_sign_bit_p (x) ? OVF_OVERFLOW : OVF_NONE;
2486 *overflow = OVF_NONE;
2489 *overflow = OVF_NONE;
2494 ? OVF_OVERFLOW : OVF_NONE;
2571 *overflow = OVF_NONE;
2574 *overflow = OVF_NONE;
2579 ? OVF_UNDERFLOW : OVF_NONE;
H A Drange-op.cc241 wi::overflow_type min_ovf = wi::OVF_NONE, in value_range_with_overflow()
242 wi::overflow_type max_ovf = wi::OVF_NONE) in value_range_with_overflow()
260 if ((min_ovf != wi::OVF_NONE) == (max_ovf != wi::OVF_NONE)) in value_range_with_overflow()
276 if ((min_ovf == wi::OVF_UNDERFLOW && max_ovf == wi::OVF_NONE) in value_range_with_overflow()
277 || (max_ovf == wi::OVF_OVERFLOW && min_ovf == wi::OVF_NONE)) in value_range_with_overflow()
1179 wi::overflow_type overflow = wi::OVF_NONE; in wi_op_overflows()
1297 wi::overflow_type overflow = wi::OVF_NONE; in wi_op_overflows()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dwide-int.cc1177 *overflow = wi::OVF_NONE; in add_large()
1180 *overflow = wi::OVF_NONE; in add_large()
1310 *overflow = wi::OVF_NONE; in mul_internal()
1587 *overflow = OVF_NONE; in sub_large()
1590 *overflow = OVF_NONE; in sub_large()
1600 *overflow = (x > o0) ? OVF_UNDERFLOW : OVF_NONE; in sub_large()
1789 *oflow = OVF_NONE; in divmod_internal()
2457 ASSERT_EQ (overflow != wi::OVF_NONE, offset == 0); in test_overflow()
2462 ASSERT_EQ (overflow != wi::OVF_NONE, offset == 0); in test_overflow()
2468 ASSERT_EQ (overflow != wi::OVF_NONE, offset != 0); in test_overflow()
[all …]
H A Drange-op.cc229 wi::overflow_type min_ovf = wi::OVF_NONE, in value_range_with_overflow()
230 wi::overflow_type max_ovf = wi::OVF_NONE) in value_range_with_overflow()
248 if ((min_ovf != wi::OVF_NONE) == (max_ovf != wi::OVF_NONE)) in value_range_with_overflow()
263 if ((min_ovf == wi::OVF_UNDERFLOW && max_ovf == wi::OVF_NONE) in value_range_with_overflow()
264 || (max_ovf == wi::OVF_OVERFLOW && min_ovf == wi::OVF_NONE)) in value_range_with_overflow()
1112 wi::overflow_type overflow = wi::OVF_NONE; in wi_op_overflows()
1230 wi::overflow_type overflow = wi::OVF_NONE; in wi_op_overflows()
H A Dwide-int.h359 OVF_NONE = 0, enumerator
2163 *overflow = only_sign_bit_p (x) ? OVF_OVERFLOW : OVF_NONE;
2484 *overflow = OVF_NONE;
2487 *overflow = OVF_NONE;
2492 ? OVF_OVERFLOW : OVF_NONE;
2569 *overflow = OVF_NONE;
2572 *overflow = OVF_NONE;
2577 ? OVF_UNDERFLOW : OVF_NONE;
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dwide-int.cc1194 *overflow = wi::OVF_NONE; in add_large()
1197 *overflow = wi::OVF_NONE; in add_large()
1327 *overflow = wi::OVF_NONE; in mul_internal()
1604 *overflow = OVF_NONE; in sub_large()
1607 *overflow = OVF_NONE; in sub_large()
1617 *overflow = (x > o0) ? OVF_UNDERFLOW : OVF_NONE; in sub_large()
1806 *oflow = OVF_NONE; in divmod_internal()
2507 ASSERT_EQ (overflow != wi::OVF_NONE, offset == 0); in test_overflow()
2512 ASSERT_EQ (overflow != wi::OVF_NONE, offset == 0); in test_overflow()
2518 ASSERT_EQ (overflow != wi::OVF_NONE, offset != 0); in test_overflow()
[all …]
H A Dwide-int.h359 OVF_NONE = 0, enumerator
2165 *overflow = only_sign_bit_p (x) ? OVF_OVERFLOW : OVF_NONE;
2486 *overflow = OVF_NONE;
2489 *overflow = OVF_NONE;
2494 ? OVF_OVERFLOW : OVF_NONE;
2571 *overflow = OVF_NONE;
2574 *overflow = OVF_NONE;
2579 ? OVF_UNDERFLOW : OVF_NONE;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dwide-int.cc1194 *overflow = wi::OVF_NONE; in add_large()
1197 *overflow = wi::OVF_NONE; in add_large()
1327 *overflow = wi::OVF_NONE; in mul_internal()
1604 *overflow = OVF_NONE; in sub_large()
1607 *overflow = OVF_NONE; in sub_large()
1617 *overflow = (x > o0) ? OVF_UNDERFLOW : OVF_NONE; in sub_large()
1806 *oflow = OVF_NONE; in divmod_internal()
2474 ASSERT_EQ (overflow != wi::OVF_NONE, offset == 0); in test_overflow()
2479 ASSERT_EQ (overflow != wi::OVF_NONE, offset == 0); in test_overflow()
2485 ASSERT_EQ (overflow != wi::OVF_NONE, offset != 0); in test_overflow()
[all …]
H A Drange-op.cc229 wi::overflow_type min_ovf = wi::OVF_NONE, in value_range_with_overflow()
230 wi::overflow_type max_ovf = wi::OVF_NONE) in value_range_with_overflow()
248 if ((min_ovf != wi::OVF_NONE) == (max_ovf != wi::OVF_NONE)) in value_range_with_overflow()
263 if ((min_ovf == wi::OVF_UNDERFLOW && max_ovf == wi::OVF_NONE) in value_range_with_overflow()
264 || (max_ovf == wi::OVF_OVERFLOW && min_ovf == wi::OVF_NONE)) in value_range_with_overflow()
1112 wi::overflow_type overflow = wi::OVF_NONE; in wi_op_overflows()
1230 wi::overflow_type overflow = wi::OVF_NONE; in wi_op_overflows()
H A Dwide-int.h359 OVF_NONE = 0, enumerator
2163 *overflow = only_sign_bit_p (x) ? OVF_OVERFLOW : OVF_NONE;
2484 *overflow = OVF_NONE;
2487 *overflow = OVF_NONE;
2492 ? OVF_OVERFLOW : OVF_NONE;
2569 *overflow = OVF_NONE;
2572 *overflow = OVF_NONE;
2577 ? OVF_UNDERFLOW : OVF_NONE;
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dwide-int.cc1194 *overflow = wi::OVF_NONE; in add_large()
1197 *overflow = wi::OVF_NONE; in add_large()
1327 *overflow = wi::OVF_NONE; in mul_internal()
1604 *overflow = OVF_NONE; in sub_large()
1607 *overflow = OVF_NONE; in sub_large()
1617 *overflow = (x > o0) ? OVF_UNDERFLOW : OVF_NONE; in sub_large()
1806 *oflow = OVF_NONE; in divmod_internal()
2474 ASSERT_EQ (overflow != wi::OVF_NONE, offset == 0); in test_overflow()
2479 ASSERT_EQ (overflow != wi::OVF_NONE, offset == 0); in test_overflow()
2485 ASSERT_EQ (overflow != wi::OVF_NONE, offset != 0); in test_overflow()
[all …]
H A Dwide-int.h359 OVF_NONE = 0, enumerator
2141 *overflow = only_sign_bit_p (x) ? OVF_OVERFLOW : OVF_NONE;
2462 *overflow = OVF_NONE;
2465 *overflow = OVF_NONE;
2470 ? OVF_OVERFLOW : OVF_NONE;
2547 *overflow = OVF_NONE;
2550 *overflow = OVF_NONE;
2555 ? OVF_UNDERFLOW : OVF_NONE;
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dwide-int.cc1177 *overflow = wi::OVF_NONE; in add_large()
1180 *overflow = wi::OVF_NONE; in add_large()
1310 *overflow = wi::OVF_NONE; in mul_internal()
1587 *overflow = OVF_NONE; in sub_large()
1590 *overflow = OVF_NONE; in sub_large()
1600 *overflow = (x > o0) ? OVF_UNDERFLOW : OVF_NONE; in sub_large()
1789 *oflow = OVF_NONE; in divmod_internal()
2457 ASSERT_EQ (overflow != wi::OVF_NONE, offset == 0); in test_overflow()
2462 ASSERT_EQ (overflow != wi::OVF_NONE, offset == 0); in test_overflow()
2468 ASSERT_EQ (overflow != wi::OVF_NONE, offset != 0); in test_overflow()
[all …]
H A Dwide-int.h359 OVF_NONE = 0, enumerator
2141 *overflow = only_sign_bit_p (x) ? OVF_OVERFLOW : OVF_NONE;
2462 *overflow = OVF_NONE;
2465 *overflow = OVF_NONE;
2470 ? OVF_OVERFLOW : OVF_NONE;
2547 *overflow = OVF_NONE;
2550 *overflow = OVF_NONE;
2555 ? OVF_UNDERFLOW : OVF_NONE;

12345