Home
last modified time | relevance | path

Searched defs:kExponentMask (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/tint/src/writer/
Dfloat_to_string.cc91 const int kExponentMask = 0x7f800000; in FloatToBitPreservingString() local
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dieee.h45 static const uint64_t kExponentMask = DOUBLE_CONVERSION_UINT64_2PART_C(0x7FF00000, 00000000); variable
276 static const uint32_t kExponentMask = 0x7F800000; variable
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-ieee.h59 static const uint64_t kExponentMask = DOUBLE_CONVERSION_UINT64_2PART_C(0x7FF00000, 00000000); variable
290 static const uint32_t kExponentMask = 0x7F800000; variable
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-ieee.h59 static const uint64_t kExponentMask = DOUBLE_CONVERSION_UINT64_2PART_C(0x7FF00000, 00000000); variable
290 static const uint32_t kExponentMask = 0x7F800000; variable
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-ieee.h59 static const uint64_t kExponentMask = DOUBLE_CONVERSION_UINT64_2PART_C(0x7FF00000, 00000000); variable
290 static const uint32_t kExponentMask = 0x7F800000; variable
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-ieee.h59 static const uint64_t kExponentMask = UINT64_2PART_C(0x7FF00000, 00000000); variable
280 static const uint32_t kExponentMask = 0x7F800000; variable
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dlexer.cc325 constexpr uint32_t kExponentMask = (1 << kExponentBits) - 1; in try_hex_float() local
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl.cc934 constexpr auto* kExponentMask = "0x7f80000"; in EmitIsNormalCall() local
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl.cc1785 constexpr auto* kExponentMask = "0x7f80000"; in EmitIsNormalCall() local
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.cc2521 const uint32_t kExponentMask = 0x7f80000; in GenerateIntrinsicCall() local