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

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dptrveloc.c771 float vel_dist; local in function:PowerProfile
777 vel_dist = velocity - threshold;
778 return (pow(acc, vel_dist)) * vel->min_acceleration;
/xsrc/external/mit/xorg-server/dist/dix/
H A Dptrveloc.c862 double vel_dist; local in function:PowerProfile
868 vel_dist = velocity - threshold;
869 return (pow(acc, vel_dist)) * vel->min_acceleration;

Completed in 4 milliseconds