Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Duatp.c2612 unsigned int x_squared, y_squared; in motion_below_threshold() local
2622 y_squared = (y * y); in motion_below_threshold()
2624 return (x_squared + y_squared) < threshold; in motion_below_threshold()