| /src/external/gpl3/gcc/dist/gcc/ |
| range-op-float.cc | 1498 REAL_VALUE_TYPE lh_lb = op1.lower_bound (); local 1500 lh_lb = real_value_negate (&lh_lb); 1502 r.set (type, lh_ub, lh_lb); 1537 const REAL_VALUE_TYPE lh_lb = op1.lower_bound (); local 1540 if (real_compare (GE_EXPR, &lh_lb, &dconst0) 1541 && !real_iszero (&lh_lb, /*sign=*/true) 1548 REAL_VALUE_TYPE min = real_value_abs (&lh_lb); 1552 if (real_compare (LE_EXPR, &lh_lb, &dconst0) 2292 signbit_known_p (const REAL_VALUE_TYPE &lh_lb, const REAL_VALUE_TYPE &lh_ub [all...] |
| range-op.cc | 508 const wide_int &lh_lb ATTRIBUTE_UNUSED, 526 const wide_int &lh_lb, 532 widest_int::from (lh_lb, TYPE_SIGN (type))); 539 wide_int val = lh_lb + x; 546 wi_fold (r, type, lh_lb, lh_ub, lh_lb, lh_ub); 555 const wide_int &lh_lb, 564 widest_int::from (lh_lb, TYPE_SIGN (type))); 569 wi_fold_in_parts (r, type, lh_lb, lh_ub, rh_lb, rh_lb); 572 wi_fold_in_parts (tmp, type, lh_lb, lh_ub, rh_lb + 1, rh_lb + 1) 633 wide_int lh_lb = lh.lower_bound (x); local 662 wide_int lh_lb = lh.lower_bound (x); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| range-op.cc | 127 const wide_int &lh_lb ATTRIBUTE_UNUSED, 142 const wide_int &lh_lb, 151 widest_int::from (lh_lb, TYPE_SIGN (type))); 156 wi_fold_in_parts (r, type, lh_lb, lh_ub, rh_lb, rh_lb); 159 wi_fold_in_parts (tmp, type, lh_lb, lh_ub, rh_lb + 1, rh_lb + 1); 163 wi_fold_in_parts (tmp, type, lh_lb, lh_ub, rh_lb + 2, rh_lb + 2); 167 wi_fold_in_parts (tmp, type, lh_lb, lh_ub, rh_ub, rh_ub); 174 wi_fold (r, type, lh_lb, lh_lb, rh_lb, rh_ub); 177 wi_fold (tmp, type, lh_lb + 1, lh_lb + 1, rh_lb, rh_ub) 225 wide_int lh_lb = lh.lower_bound (x); local [all...] |