Home
last modified time | relevance | path

Searched refs:DOUBLE_ZERO (Results 1 - 1 of 1) sorted by relevance

/foundation/multimodalinput/input/service/rust/src/
H A Dlib.rs27 static DOUBLE_ZERO: f64 = 1e-6; consts
631 if fabs(vin) < DOUBLE_ZERO { in get_speed_gain_mouse()
632 error!(LOG_LABEL, "{} less that the limit", DOUBLE_ZERO); in get_speed_gain_mouse()
668 if fabs(vin) < DOUBLE_ZERO { in get_speed_gain_touchpad()
669 error!(LOG_LABEL, "{} less that the limit", DOUBLE_ZERO); in get_speed_gain_touchpad()

Completed in 2 milliseconds