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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A Ddtoa.cpp123 struct BigInt { struct in namespace:WTF
124 BigInt() : sign(0) { } function in struct:WTF::BigInt
161 static void multadd(BigInt& b, int m, int a) /* multiply by m and add a */
261 static void i2b(BigInt& b, int i)
268 static void mult(BigInt& aRef, const BigInt& bRef)
270 const BigInt* a = &aRef;
271 const BigInt* b = &bRef;
272 BigInt c;
289 const BigInt* tm
[all...]

Completed in 173 milliseconds