Searched refs:n64 (Results 1 – 3 of 3) sorted by relevance
398 sal_Int64 n64 = n; in ImplLogicToPixel() local399 n64 *= nMapNum; in ImplLogicToPixel()400 n64 *= nDPI; in ImplLogicToPixel()402 n = (long)n64; in ImplLogicToPixel()405 n = (long)(2 * n64 / nMapDenom); in ImplLogicToPixel()455 sal_Int64 n64 = n; in ImplPixelToLogic() local456 n64 *= nMapDenom; in ImplPixelToLogic()458 n = (long)(2 * n64 / nDenom); in ImplPixelToLogic()
748 sal_Int64 n64 = aOStr.toInt64(); in ImpGetUInt64() local749 if( n64 == 0 ) in ImpGetUInt64()767 else if( n64 < 0 ) in ImpGetUInt64()773 nRes = n64; in ImpGetUInt64()
65 sal_Int64 n64 = n >> 32; in t_print64() local66 sal_uInt32 n32 = n64 & 0xffffffff; in t_print64()
Completed in 26 milliseconds