Home
last modified time | relevance | path

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

/freebsd/sys/dev/evdev/
H A Devdev_mt.c572 evdev_mt_normalize(int32_t value, int32_t mtmin, int32_t mtmax, int32_t stmax) in evdev_mt_normalize() argument
574 if (stmax != 0 && mtmax != mtmin) { in evdev_mt_normalize()
575 value = (value - mtmin) * stmax / (mtmax - mtmin); in evdev_mt_normalize()