Home
last modified time | relevance | path

Searched refs:to_range (Results 1 – 3 of 3) sorted by relevance

/third_party/libinput/src/
Devdev.c366 scale_axis(const struct input_absinfo *absinfo, double val, double to_range) in scale_axis() argument
368 return (val - absinfo->minimum) * to_range / in scale_axis()
/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc2295 TopLevelLiveRange* to_range = in ProcessInstructions() local
2297 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()
/third_party/libinput/patch/diff_libinput_mmi/libinput/
Dlibinput_0000.diff4169 scale_axis(const struct input_absinfo *absinfo, double val, double to_range)
4174 return (val - absinfo->minimum) * to_range /