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

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOFixed64.h108 static IOFixed64 withFixed(IOFixed x) { function in class:IOFixed64
H A DIOHIPointing.cpp620 IOFixed64 timedDelta = IOFixed64::withFixed(avgTimeDeltaMS);
621 IOFixed64 axisValue = IOFixed64::withFixed(*axisp);
622 IOFixed64 minimumMultiplier = IOFixed64::withFixed(kIOFixedOne >> 4);
624 scrollMultiplier = IOFixed64::withFixed(SCROLL_MULTIPLIER_A) * timedDelta * timedDelta;
625 scrollMultiplier -= IOFixed64::withFixed(SCROLL_MULTIPLIER_B) * timedDelta;
626 scrollMultiplier += IOFixed64::withFixed(SCROLL_MULTIPLIER_C);
627 scrollMultiplier *= IOFixed64::withFixed(rateMultiplier);
628 scrollMultiplier *= IOFixed64::withFixed(avgAxis);
641 scrollMultiplier > IOFixed64::withFixed(segment->devUnits);
651 scrollMultiplier = (IOFixed64::withFixed(segmen
[all...]

Completed in 84 milliseconds