Home
last modified time | relevance | path

Searched refs:long64 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp255 long64 hi;
257 Int128(long64 _lo = 0) in Int128()
266 Int128(const long64& _hi, const ulong64& _lo): lo(_lo), hi(_hi){} in Int128()
268 Int128& operator = (const long64 &val) in operator =()
354 Int128 Int128Mul (long64 lhs, long64 rhs) in Int128Mul()
372 tmp.hi = long64(a + (c >> 32)); in Int128Mul()
373 tmp.lo = long64(c << 32); in Int128Mul()
374 tmp.lo += long64(b); in Int128Mul()
H A Dclipper.h80 typedef signed long long long64; //used by Int128 class typedef