Searched refs:DoubleChunk (Results 1 – 2 of 2) sorted by relevance
239 DoubleChunk carry = 0; in MultiplyByUInt32()241 DoubleChunk product = static_cast<DoubleChunk>(factor) * bigits_[i] + carry; in MultiplyByUInt32()341 DoubleChunk accumulator = 0; in Square()357 accumulator += static_cast<DoubleChunk>(chunk1) * chunk2; in Square()372 accumulator += static_cast<DoubleChunk>(chunk1) * chunk2; in Square()727 DoubleChunk product = static_cast<DoubleChunk>(factor) * other.bigits_[i]; in SubtractTimes()728 DoubleChunk remove = borrow + product; in SubtractTimes()
77 typedef uint64_t DoubleChunk; typedef80 static const int kDoubleChunkSize = sizeof(DoubleChunk) * 8;