Home
last modified time | relevance | path

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

/third_party/json/tests/src/
Dunit-to_chars.cpp40 constexpr int kPhysicalSignificandSize = 23; // Excludes the hidden bit. in make_float() local
92 constexpr int kPhysicalSignificandSize = 52; // Excludes the hidden bit. in make_double() local
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-ieee.h63 static const int kPhysicalSignificandSize = 52; // Excludes the hidden bit. variable
294 static const int kPhysicalSignificandSize = 23; // Excludes the hidden bit. variable
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-ieee.h63 static const int kPhysicalSignificandSize = 52; // Excludes the hidden bit. variable
307 static const int kPhysicalSignificandSize = 23; // Excludes the hidden bit. variable
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-ieee.h63 static const int kPhysicalSignificandSize = 52; // Excludes the hidden bit. variable
307 static const int kPhysicalSignificandSize = 23; // Excludes the hidden bit. variable
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dieee.h49 static const int kPhysicalSignificandSize = 52; // Excludes the hidden bit. variable
293 static const int kPhysicalSignificandSize = 23; // Excludes the hidden bit. variable
/third_party/node/deps/v8/src/base/numbers/
Ddouble.h25 static constexpr int kPhysicalSignificandSize = variable