Searched refs:to_range (Results 1 – 3 of 3) sorted by relevance
366 scale_axis(const struct input_absinfo *absinfo, double val, double to_range) in scale_axis() argument368 return (val - absinfo->minimum) * to_range / in scale_axis()
2295 TopLevelLiveRange* to_range = in ProcessInstructions() local2297 if (to_range->is_phi()) { in ProcessInstructions()2299 if (to_range->is_non_loop_phi()) { in ProcessInstructions()2300 hint = to_range->current_hint_position(); in ProcessInstructions()
4169 scale_axis(const struct input_absinfo *absinfo, double val, double to_range)4174 return (val - absinfo->minimum) * to_range /