Lines Matching refs:low
3498 for low, high, cond in sym.ranges:
3499 depend_on(sym, low)
3668 cur.ranges = [(low, high, self._make_and(cond, dep))
3669 for low, high, cond in cur.ranges]
3805 for low, high, _ in sym.ranges:
3806 if not num_ok(low, sym.orig_type) or \
3813 low.name_and_loc,
4328 low = int(low_expr.str_value, base) if \
4343 if has_active_range and not low <= user_val <= high:
4351 num2str(low), num2str(high)))
4383 if val_num < low:
4384 clamp = low
4401 num2str(clamp), num2str(low),
5680 return [(low, high, self._strip_dep(cond))
5681 for low, high, cond in self.ranges]
5710 for low, high, cond in self.ranges:
5711 res.add(low)
5851 for low, high, cond in self.orig_ranges:
5853 "range {} {}".format(sc_expr_str_fn(low),