Searched refs:as64 (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystemCursorHelper.cpp136 location.xValue().as64(), (location.xValue().asFixed64() & 0xffff) / 656,
137 location.yValue().as64(), (location.yValue().asFixed64() & 0xffff) / 656,
138 locationDelta.xValue().as64(), (locationDelta.xValue().asFixed64() & 0xffff) / 656,
139 locationDelta.yValue().as64(), (locationDelta.yValue().asFixed64() & 0xffff) / 656,
140 locationDeltaPosting.xValue().as64(), (locationDeltaPosting.xValue().asFixed64() & 0xffff) / 656,
141 locationDeltaPosting.yValue().as64(), (locationDeltaPosting.yValue().asFixed64() & 0xffff) / 656,
142 locationDeltaAccumulated.xValue().as64(), (locationDeltaAccumulated.xValue().asFixed64() & 0xffff) / 656,
143 locationDeltaAccumulated.yValue().as64(), (locationDeltaAccumulated.yValue().asFixed64() & 0xffff) / 656,
144 screenLocation.xValue().as64(), (screenLocation.xValue().asFixed64() & 0xffff) / 656,
145 screenLocation.yValue().as64(), (screenLocatio
[all...]
H A DIOFixed64.h45 SInt64 as64() const { function in class:IOFixed64
67 SInt64 result = as64();
H A DIOHIDSystem.cpp2368 theLast->event.location.x = location->xValue().as64();
2369 theLast->event.location.y = location->yValue().as64();
2400 theTail->event.location.x = location->xValue().as64();
2401 theTail->event.location.y = location->yValue().as64();
2442 && (myAbs(location->xValue().as64() - clickLoc.x) <= clickSpaceThresh.x)
2443 && (myAbs(location->yValue().as64() - clickLoc.y) <= clickSpaceThresh.y)) {
5311 _cursorHelper.desktopLocation().xValue().as64(),
5312 _cursorHelper.desktopLocation().yValue().as64(), 0);
5403 dx = (pinnedLoc.xValue() - aimLoc.xValue()).as64();
5404 dy = (pinnedLoc.yValue() - aimLoc.yValue()).as64();
[all...]
H A DIOHIPointing.cpp698 mag.fromIntFloor(llsqrt((deltaX * deltaX + deltaY * deltaY).as64()));
2086 OSNumber *value = OSNumber::withNumber(X.as64(), 64); \
2135 accelerated_speed.fromIntFloor(llsqrt(((secondaryParams.m_root * standardized_speed) + secondaryParams.b_root).as64()));
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/i386/
H A Dthread_status.h272 x86_avx_state64_t as64; member in union:x86_avx_state::__anon15243
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dpcb.c1009 (thread_state_t)&state->ufs.as64,
1332 (thread_state_t)&state->ufs.as64,

Completed in 144 milliseconds