Home
last modified time | relevance | path

Searched defs:kMaxExponent (Results 1 – 8 of 8) sorted by relevance

/third_party/json/tests/src/
Dunit-to_chars.cpp43 constexpr int kMaxExponent = 0xFF - kExponentBias; in make_float() local
95 constexpr int kMaxExponent = 0x7FF - kExponentBias; in make_double() local
/third_party/skia/src/gpu/
DGrRectanizerPow2.h45 static const int kMaxExponent = 16; variable
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-ieee.h66 static const int kMaxExponent = 0x7FF - kExponentBias; variable
425 static const int kMaxExponent = 0xFF - kExponentBias; variable
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-ieee.h66 static const int kMaxExponent = 0x7FF - kExponentBias; variable
446 static const int kMaxExponent = 0xFF - kExponentBias; variable
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dieee.h52 static const int kMaxExponent = 0x7FF - kExponentBias; variable
432 static const int kMaxExponent = 0xFF - kExponentBias; variable
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-ieee.h66 static const int kMaxExponent = 0x7FF - kExponentBias; variable
446 static const int kMaxExponent = 0xFF - kExponentBias; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcharconv.cc77 static constexpr int kMaxExponent = 971; member
138 static constexpr int kMaxExponent = 104; member
/third_party/node/deps/v8/src/base/numbers/
Ddouble.h172 static constexpr int kMaxExponent = 0x7FF - kExponentBias; variable