D | fixed-dtoa.cc | 19 class UInt128 { class 21 UInt128() : high_bits_(0), low_bits_(0) { } in UInt128() function in v8::internal::UInt128 22 UInt128(uint64_t high, uint64_t low) : high_bits_(high), low_bits_(low) { } in UInt128() function in v8::internal::UInt128 248 UInt128 fractionals128 = UInt128(fractionals, 0); in FillFractionals()
|