Searched defs:BigInteger (Results 1 – 1 of 1) sorted by relevance
32 BigInteger(const BigInteger& rhs) : count_(rhs.count_) { in BigInteger() function36 explicit BigInteger(uint64_t u) : count_(1) { in BigInteger() function40 BigInteger(const char* decimals, size_t length) : count_(1) { in BigInteger() function