Searched refs:old_lower_bound (Results 1 – 2 of 2) sorted by relevance
146 let old_lower_bound = self.lower_bound.get(); in split_off_left() localVariable147 let median = old_lower_bound + ((self.upper_bound - old_lower_bound) / 2); in split_off_left()152 lower_bound: Cell::new(old_lower_bound), in split_off_left()
91 RealScalar old_lower_bound = lower_bound;113 if (lower_bound <= old_lower_bound) {121 old_lower_bound = lower_bound;