Searched refs:DoubleChunk (Results 1 – 2 of 2) sorted by relevance
260 DoubleChunk carry = 0; in MultiplyByUInt32()262 DoubleChunk product = static_cast<DoubleChunk>(factor) * bigits_[i] + carry; in MultiplyByUInt32()362 DoubleChunk accumulator = 0; in Square()378 accumulator += static_cast<DoubleChunk>(chunk1) * chunk2; in Square()393 accumulator += static_cast<DoubleChunk>(chunk1) * chunk2; in Square()748 DoubleChunk product = static_cast<DoubleChunk>(factor) * other.bigits_[i]; in SubtractTimes()749 DoubleChunk remove = borrow + product; in SubtractTimes()
98 typedef uint64_t DoubleChunk; typedef101 static const int kDoubleChunkSize = sizeof(DoubleChunk) * 8;