Home
last modified time | relevance | path

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

/external/v8/src/
Dbignum.cc459 bool high_bits_zero = (this_value & base_bits_mask) == 0; in AssignPowerUInt16() local
460 if (high_bits_zero) { in AssignPowerUInt16()