Home
last modified time | relevance | path

Searched defs:kExponentBias (Results 1 – 7 of 7) sorted by relevance

/third_party/json/test/src/
Dunit-to_chars.cpp62 constexpr int kExponentBias = 0x7F + kPhysicalSignificandSize; in make_float() local
114 constexpr int kExponentBias = 0x3FF + kPhysicalSignificandSize; in make_double() local
/third_party/skia/third_party/externals/tint/src/writer/
Dfloat_to_string.cc90 const int kExponentBias = 127; in FloatToBitPreservingString() local
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-ieee.h65 static const int kExponentBias = 0x3FF + kPhysicalSignificandSize; variable
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-ieee.h65 static const int kExponentBias = 0x3FF + kPhysicalSignificandSize; variable
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-ieee.h65 static const int kExponentBias = 0x3FF + kPhysicalSignificandSize; variable
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dieee.h51 static const int kExponentBias = 0x3FF + kPhysicalSignificandSize; variable
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dlexer.cc322 constexpr int32_t kExponentBias = 127; in try_hex_float() local