Lines Matching refs:distance
28 int distance;
41 "the distance covered and maximum frequency of the incoming events.\n"
86 printf("\rCovered distance in device units: %8d at frequency %3.1fHz %c",
87 abs(m->distance), m->max_frequency, status);
104 m->distance = 0;
120 m->distance += ev->value;
217 printf("To calculate resolution, measure physical distance covered\n"
220 m->distance = abs(m->distance);
225 double inch = m->distance/(double)res;
231 "\tresolution=%d * 25.4/mm\n", m->distance, m->distance);