Searched refs:fromFixed (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOFixedPoint64.h79 IOFixedPoint64& fromFixed(IOFixed x_in, IOFixed y_in) { function in class:IOFixedPoint64
80 x.fromFixed(x_in);
81 y.fromFixed(y_in);
H A DIOFixed64.h103 IOFixed64& fromFixed(IOFixed x) { function in class:IOFixed64
110 return result.fromFixed(x);
H A DIOHIPointing.cpp696 fractX.fromFixed(_fractX);
697 fractY.fromFixed(_fractY);
790 desired64.fromFixed(desired),
791 devScale64.fromFixed(devScale),
792 crsrScale64.fromFixed(crsrScale),
897 desired64.fromFixed(desired);
899 devScale64.fromFixed(res);
900 devScale64 /= temp.fromFixed(reportRate);
902 scrScale64.fromFixed(SCREEN_RESOLUTION);
903 scrScale64 /= temp.fromFixed(FRAME_RAT
[all...]
H A DIOHIDSystem.cpp6918 _scAccelerationFactor.fromFixed(number->unsigned32BitValue());

Completed in 144 milliseconds