Home
last modified time | relevance | path

Searched defs:BigInt (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
Ddtoa.cpp123 struct BigInt { struct
124 BigInt() : sign(0) { } in BigInt() argument
125 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;