Searched refs:part_high (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dfixed-dtoa.cc94 uint64_t part_high = high_bits_ << (64 - power); local
95 int result = static_cast<int>(part_low + part_high);

Completed in 49 milliseconds