Searched refs:BigitLength (Results 1 – 4 of 4) sorted by relevance
170 EnsureCapacity(1 + Max(BigitLength(), other.BigitLength()) - exponent_); in AddBignum()474 if (BigitLength() < other.BigitLength()) { in DivideModuloIntBignum()484 while (BigitLength() > other.BigitLength()) { in DivideModuloIntBignum()495 DCHECK(BigitLength() == other.BigitLength()); in DivideModuloIntBignum()562 int needed_chars = (BigitLength() - 1) * kHexCharsPerBigit + in ToHexString()590 if (index >= BigitLength()) return 0; in BigitAt()599 int bigit_length_a = a.BigitLength(); in Compare()600 int bigit_length_b = b.BigitLength(); in Compare()618 if (a.BigitLength() < b.BigitLength()) { in PlusCompare()621 if (a.BigitLength() + 1 < c.BigitLength()) return -1; in PlusCompare()[all …]
101 int BigitLength() const { return used_digits_ + exponent_; } in BigitLength() function
193 EnsureCapacity(1 + Max(BigitLength(), other.BigitLength()) - exponent_); in AddBignum()497 if (BigitLength() < other.BigitLength()) { in DivideModuloIntBignum()507 while (BigitLength() > other.BigitLength()) { in DivideModuloIntBignum()518 ASSERT(BigitLength() == other.BigitLength()); in DivideModuloIntBignum()585 int needed_chars = (BigitLength() - 1) * kHexCharsPerBigit + in ToHexString()613 if (index >= BigitLength()) return 0; in BigitAt()622 int bigit_length_a = a.BigitLength(); in Compare()623 int bigit_length_b = b.BigitLength(); in Compare()641 if (a.BigitLength() < b.BigitLength()) { in PlusCompare()644 if (a.BigitLength() + 1 < c.BigitLength()) return -1; in PlusCompare()[all …]
126 int BigitLength() const { return used_digits_ + exponent_; } in BigitLength() function