Home
last modified time | relevance | path

Searched refs:high_bits_zero (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddouble-conversion-bignum.cpp471 bool high_bits_zero = (this_value & base_bits_mask) == 0; in AssignPowerUInt16() local
472 if (high_bits_zero) { in AssignPowerUInt16()
/external/v8/src/
Dbignum.cc437 bool high_bits_zero = (this_value & base_bits_mask) == 0; in AssignPowerUInt16() local
438 if (high_bits_zero) { in AssignPowerUInt16()