Home
last modified time | relevance | path

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

/third_party/json/test/src/
Dunit-to_chars.cpp63 constexpr int kDenormalExponent = 1 - kExponentBias; in make_float() local
115 constexpr int kDenormalExponent = 1 - kExponentBias; in make_double() local
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-ieee.h240 static const int kDenormalExponent = -kExponentBias + 1; variable
404 static const int kDenormalExponent = -kExponentBias + 1; variable
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-ieee.h424 static const int kDenormalExponent = -kExponentBias + 1; variable
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-ieee.h424 static const int kDenormalExponent = -kExponentBias + 1; variable
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-ieee.h424 static const int kDenormalExponent = -kExponentBias + 1; variable
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dieee.h410 static const int kDenormalExponent = -kExponentBias + 1; variable