| /src/external/gpl3/gcc/dist/gcc/ |
| range-op-float.cc | 1499 REAL_VALUE_TYPE lh_ub = op1.upper_bound (); local 1501 lh_ub = real_value_negate (&lh_ub); 1502 r.set (type, lh_ub, lh_lb); 1538 const REAL_VALUE_TYPE lh_ub = op1.upper_bound (); local 1549 REAL_VALUE_TYPE max = real_value_abs (&lh_ub); 1553 && real_compare (GE_EXPR, &lh_ub, &dconst0)) 2292 signbit_known_p (const REAL_VALUE_TYPE &lh_lb, const REAL_VALUE_TYPE &lh_ub, 2295 if (real_isneg (&lh_lb) == real_isneg (&lh_ub) 2449 const REAL_VALUE_TYPE &lh_ub, [all...] |
| range-op.cc | 509 const wide_int &lh_ub ATTRIBUTE_UNUSED, 527 const wide_int &lh_ub, 531 widest_int lh_range = wi::sub (widest_int::from (lh_ub, TYPE_SIGN (type)), 546 wi_fold (r, type, lh_lb, lh_ub, lh_lb, lh_ub); 556 const wide_int &lh_ub, 563 widest_int lh_range = wi::sub (widest_int::from (lh_ub, 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); 576 wi_fold_in_parts (tmp, type, lh_lb, lh_ub, rh_lb + 2, rh_lb + 2) 634 wide_int lh_ub = lh.upper_bound (x); local 663 wide_int lh_ub = lh.upper_bound (x); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| range-op.cc | 128 const wide_int &lh_ub ATTRIBUTE_UNUSED, 143 const wide_int &lh_ub, 150 widest_int lh_range = wi::sub (widest_int::from (lh_ub, 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); 185 wi_fold (tmp, type, lh_ub, lh_ub, rh_lb, rh_ub); 190 wi_fold (r, type, lh_lb, lh_ub, rh_lb, rh_ub) 226 wide_int lh_ub = lh.upper_bound (x); local [all...] |