Searched defs:DOUBLE_CONVERSION_UINT64_2PART_C (Results 1 – 2 of 2) sorted by relevance
170 #define DOUBLE_CONVERSION_UINT64_2PART_C(a, b) (((static_cast<uint64_t>(a) << 32) + 0x##b##u)) macro