Searched refs:bigits_ (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/WTF-7600.1.24/wtf/dtoa/
H A Dbignum.cc38 : bigits_(bigits_buffer_, kBigitCapacity), used_digits_(0), exponent_(0) {
40 bigits_[i] = 0;
57 bigits_[0] = value;
71 bigits_[i] = static_cast<Chunk>(value & kBigitMask);
82 bigits_[i] = other.bigits_[i];
86 bigits_[i] = 0;
148 bigits_[i] = current_bigit;
158 bigits_[used_digits_] = most_significant_bigit;
198 Chunk sum = bigits_[bigit_po
[all...]
H A Dbignum.h133 BufferReference<Chunk> bigits_; member in class:WTF::double_conversion::Bignum
135 // The Bignum's value equals value(bigits_) * 2^(exponent_ * kBigitSize).

Completed in 161 milliseconds