Home
last modified time | relevance | path

Searched refs:base_bits_mask (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-bignum.cpp484 const uint64_t base_bits_mask = in AssignPowerUInt16() local
486 const bool high_bits_zero = (this_value & base_bits_mask) == 0; in AssignPowerUInt16()
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-bignum.cpp484 const uint64_t base_bits_mask = in AssignPowerUInt16() local
486 const bool high_bits_zero = (this_value & base_bits_mask) == 0; in AssignPowerUInt16()
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dbignum.cc470 const uint64_t base_bits_mask = in AssignPowerUInt16() local
472 const bool high_bits_zero = (this_value & base_bits_mask) == 0; in AssignPowerUInt16()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-bignum.cpp484 const uint64_t base_bits_mask = in AssignPowerUInt16() local
486 const bool high_bits_zero = (this_value & base_bits_mask) == 0; in AssignPowerUInt16()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-bignum.cpp469 uint64_t base_bits_mask = in AssignPowerUInt16() local
471 bool high_bits_zero = (this_value & base_bits_mask) == 0; in AssignPowerUInt16()