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

/inkscape/src/2geom/
H A Dcoord.cpp84 #define UINT64_2PART_C(a, b) (((static_cast<uint64_t>(a) << 32) + 0x##b##u)) macro
213 const uint64_t k10MSBits = UINT64_2PART_C(0xFFC00000, 00000000);
239 static const uint64_t kUint64MSB = UINT64_2PART_C(0x80000000, 00000000);
247 static const uint64_t kSignMask = UINT64_2PART_C(0x80000000, 00000000);
248 static const uint64_t kExponentMask = UINT64_2PART_C(0x7FF00000, 00000000);
249 static const uint64_t kSignificandMask = UINT64_2PART_C(0x000FFFFF, FFFFFFFF);
250 static const uint64_t kHiddenBit = UINT64_2PART_C(0x00100000, 00000000);
405 static const uint64_t kInfinity = UINT64_2PART_C(0x7FF00000, 00000000);
406 static const uint64_t kNaN = UINT64_2PART_C(0x7FF80000, 00000000);
788 const uint64_t kFive27 = UINT64_2PART_C(
[all...]

Completed in 1227 milliseconds