Home
last modified time | relevance | path

Searched refs:ieeeBits (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/
DDecimalQuantity_SimpleStorage.java136 long ieeeBits = Double.doubleToLongBits(input); in DecimalQuantity_SimpleStorage() local
137 int exponent = (int) ((ieeeBits & 0x7ff0000000000000L) >> 52) - 0x3ff; in DecimalQuantity_SimpleStorage()
140 long mantissa = (ieeeBits & 0x000fffffffffffffL) + 0x0010000000000000L; in DecimalQuantity_SimpleStorage()
213 long ieeeBits = Double.doubleToLongBits(input); in DecimalQuantity_SimpleStorage() local
214 int exponent = (int) ((ieeeBits & 0x7ff0000000000000L) >> 52) - 0x3ff; in DecimalQuantity_SimpleStorage()
215 long mantissa = (ieeeBits & 0x000fffffffffffffL) + 0x0010000000000000L; in DecimalQuantity_SimpleStorage()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
DDecimalQuantity_SimpleStorage.java133 long ieeeBits = Double.doubleToLongBits(input); in DecimalQuantity_SimpleStorage() local
134 int exponent = (int) ((ieeeBits & 0x7ff0000000000000L) >> 52) - 0x3ff; in DecimalQuantity_SimpleStorage()
137 long mantissa = (ieeeBits & 0x000fffffffffffffL) + 0x0010000000000000L; in DecimalQuantity_SimpleStorage()
210 long ieeeBits = Double.doubleToLongBits(input); in DecimalQuantity_SimpleStorage() local
211 int exponent = (int) ((ieeeBits & 0x7ff0000000000000L) >> 52) - 0x3ff; in DecimalQuantity_SimpleStorage()
212 long mantissa = (ieeeBits & 0x000fffffffffffffL) + 0x0010000000000000L; in DecimalQuantity_SimpleStorage()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_decimalquantity.cpp412 uint64_t ieeeBits; in _setToDoubleFast() local
413 uprv_memcpy(&ieeeBits, &n, sizeof(n)); in _setToDoubleFast()
414 int32_t exponent = static_cast<int32_t>((ieeeBits & 0x7ff0000000000000L) >> 52) - 0x3ff; in _setToDoubleFast()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DDecimalQuantity_AbstractBCD.java484 long ieeeBits = Double.doubleToLongBits(n); in _setToDoubleFast() local
485 int exponent = (int) ((ieeeBits & 0x7ff0000000000000L) >> 52) - 0x3ff; in _setToDoubleFast()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalQuantity_AbstractBCD.java490 long ieeeBits = Double.doubleToLongBits(n); in _setToDoubleFast() local
491 int exponent = (int) ((ieeeBits & 0x7ff0000000000000L) >> 52) - 0x3ff; in _setToDoubleFast()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_decimalquantity.cpp450 uint64_t ieeeBits; in _setToDoubleFast() local
451 uprv_memcpy(&ieeeBits, &n, sizeof(n)); in _setToDoubleFast()
452 int32_t exponent = static_cast<int32_t>((ieeeBits & 0x7ff0000000000000L) >> 52) - 0x3ff; in _setToDoubleFast()
/third_party/icu/icu4c/source/i18n/
Dnumber_decimalquantity.cpp450 uint64_t ieeeBits; in _setToDoubleFast() local
451 uprv_memcpy(&ieeeBits, &n, sizeof(n)); in _setToDoubleFast()
452 int32_t exponent = static_cast<int32_t>((ieeeBits & 0x7ff0000000000000L) >> 52) - 0x3ff; in _setToDoubleFast()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_decimalquantity.cpp455 uint64_t ieeeBits; in _setToDoubleFast() local
456 uprv_memcpy(&ieeeBits, &n, sizeof(n)); in _setToDoubleFast()
457 int32_t exponent = static_cast<int32_t>((ieeeBits & 0x7ff0000000000000L) >> 52) - 0x3ff; in _setToDoubleFast()