Searched refs:Int128 (Results 1 – 1 of 1) sorted by relevance
251 class Int128 class257 Int128(long64 _lo = 0) in Int128() function in QtClipperLib::Int128264 Int128(const Int128 &val): lo(val.lo), hi(val.hi){} in Int128() function in QtClipperLib::Int128266 Int128(const long64& _hi, const ulong64& _lo): lo(_lo), hi(_hi){} in Int128() function in QtClipperLib::Int128268 Int128& operator = (const long64 &val) in operator =()275 bool operator == (const Int128 &val) const in operator ==()278 bool operator != (const Int128 &val) const in operator !=()281 bool operator > (const Int128 &val) const in operator >()289 bool operator < (const Int128 &val) const in operator <()297 bool operator >= (const Int128 &val) const in operator >=()[all …]