Home | History | Annotate | Download | only in input

Lines Matching refs:age

575         nsecs_t age = newestMovement.eventTime - movement.eventTime;
576 if (age > HORIZON) {
584 time[m] = -age * 0.000000001f;
648 // Weight points based on their age, weighing very recent and very old points less.
649 // age 0ms: 0.5
650 // age 10ms: 1.0
651 // age 50ms: 1.0
652 // age 60ms: 0.5
671 // Weight points based on their age, weighing older points less.
672 // age 0ms: 1.0
673 // age 50ms: 1.0
674 // age 100ms: 0.5