Home
last modified time | relevance | path

Searched defs:kHiddenBit (Results 1 – 6 of 6) sorted by relevance

/third_party/json/tests/src/
Dunit-to_chars.cpp38 constexpr uint64_t kHiddenBit = 0x00800000; in make_float() local
90 constexpr uint64_t kHiddenBit = 0x0010000000000000; in make_double() local
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-ieee.h61 static const uint64_t kHiddenBit = DOUBLE_CONVERSION_UINT64_2PART_C(0x00100000, 00000000); variable
292 static const uint32_t kHiddenBit = 0x00800000; variable
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-ieee.h61 static const uint64_t kHiddenBit = DOUBLE_CONVERSION_UINT64_2PART_C(0x00100000, 00000000); variable
305 static const uint32_t kHiddenBit = 0x00800000; variable
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dieee.h47 static const uint64_t kHiddenBit = DOUBLE_CONVERSION_UINT64_2PART_C(0x00100000, 00000000); variable
291 static const uint32_t kHiddenBit = 0x00800000; variable
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-ieee.h61 static const uint64_t kHiddenBit = DOUBLE_CONVERSION_UINT64_2PART_C(0x00100000, 00000000); variable
305 static const uint32_t kHiddenBit = 0x00800000; variable
/third_party/node/deps/v8/src/base/numbers/
Ddouble.h24 static constexpr uint64_t kHiddenBit = 0x0010'0000'0000'0000; variable