Searched defs:BigInt (Results 1 – 1 of 1) sorted by relevance
123 struct BigInt { struct124 BigInt() : sign(0) { } in BigInt() argument125 int sign;127 void clear() in clear()133 size_t size() const in size()138 void resize(size_t s) in resize()143 uint32_t* words() in words()148 const uint32_t* words() const in words()153 void append(uint32_t w) in append()158 Vector<uint32_t, 16> m_words;