DoubleChunk 262 Source/wtf/dtoa/bignum.cc DoubleChunk carry = 0; DoubleChunk 264 Source/wtf/dtoa/bignum.cc DoubleChunk product = static_cast<DoubleChunk>(factor) * bigits_[i] + carry; DoubleChunk 364 Source/wtf/dtoa/bignum.cc DoubleChunk accumulator = 0; DoubleChunk 380 Source/wtf/dtoa/bignum.cc accumulator += static_cast<DoubleChunk>(chunk1) * chunk2; DoubleChunk 395 Source/wtf/dtoa/bignum.cc accumulator += static_cast<DoubleChunk>(chunk1) * chunk2; DoubleChunk 750 Source/wtf/dtoa/bignum.cc DoubleChunk product = static_cast<DoubleChunk>(factor) * other.bigits_[i]; DoubleChunk 751 Source/wtf/dtoa/bignum.cc DoubleChunk remove = borrow + product; DoubleChunk 103 Source/wtf/dtoa/bignum.h static const int kDoubleChunkSize = sizeof(DoubleChunk) * 8;