Lines Matching refs:low
3510 for low, high, cond in sym.ranges:
3511 depend_on(sym, low)
3697 cur.ranges = [(low, high, self._make_and(cond, dep))
3698 for low, high, cond in cur.ranges]
3842 for low, high, _ in sym.ranges:
3843 if not num_ok(low, sym.orig_type) or \
3850 low.name_and_loc,
4366 low = int(low_expr.str_value, base) if \
4381 if has_active_range and not low <= user_val <= high:
4389 num2str(low), num2str(high)))
4421 if val_num < low:
4422 clamp = low
4439 num2str(clamp), num2str(low),
5719 return [(low, high, self._strip_dep(cond))
5720 for low, high, cond in self.ranges]
5749 for low, high, cond in self.ranges:
5750 res.add(low)
5895 for low, high, cond in self.orig_ranges:
5897 "range {} {}".format(sc_expr_str_fn(low),