Searched defs:kHiddenBit (Results 1 – 6 of 6) sorted by relevance
38 constexpr uint64_t kHiddenBit = 0x00800000; in make_float() local90 constexpr uint64_t kHiddenBit = 0x0010000000000000; in make_double() local
61 static const uint64_t kHiddenBit = DOUBLE_CONVERSION_UINT64_2PART_C(0x00100000, 00000000); variable292 static const uint32_t kHiddenBit = 0x00800000; variable
61 static const uint64_t kHiddenBit = DOUBLE_CONVERSION_UINT64_2PART_C(0x00100000, 00000000); variable305 static const uint32_t kHiddenBit = 0x00800000; variable
47 static const uint64_t kHiddenBit = DOUBLE_CONVERSION_UINT64_2PART_C(0x00100000, 00000000); variable291 static const uint32_t kHiddenBit = 0x00800000; variable
24 static constexpr uint64_t kHiddenBit = 0x0010'0000'0000'0000; variable