Home
last modified time | relevance | path

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

/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dfixed-dtoa.cc89 uint64_t part_high = high_bits_ << (64 - power); in DivModPowerOf2() local
90 int result = static_cast<int>(part_low + part_high); in DivModPowerOf2()
/third_party/node/deps/v8/src/base/numbers/
Dfixed-dtoa.cc71 uint64_t part_high = high_bits_ << (64 - power); in DivModPowerOf2() local
72 int result = static_cast<int>(part_low + part_high); in DivModPowerOf2()