Searched refs:up_bound (Results 1 – 1 of 1) sorted by relevance
53 int64_t up_bound = ((int64_t)1 << u); in rvalue_checkup() local54 return ((low_bound <= x && x < up_bound) in rvalue_checkup()