BigInt            131 Source/wtf/dtoa.cpp     BigInt() : sign(0) { }
BigInt            168 Source/wtf/dtoa.cpp static void multadd(BigInt& b, int m, int a)    /* multiply by m and add a */
BigInt            268 Source/wtf/dtoa.cpp static void i2b(BigInt& b, int i)
BigInt            275 Source/wtf/dtoa.cpp static void mult(BigInt& aRef, const BigInt& bRef)
BigInt            277 Source/wtf/dtoa.cpp     const BigInt* a = &aRef;
BigInt            278 Source/wtf/dtoa.cpp     const BigInt* b = &bRef;
BigInt            279 Source/wtf/dtoa.cpp     BigInt c;
BigInt            296 Source/wtf/dtoa.cpp         const BigInt* tmp = a;
BigInt            367 Source/wtf/dtoa.cpp     BigInt val;
BigInt            374 Source/wtf/dtoa.cpp static ALWAYS_INLINE void pow5mult(BigInt& b, int k)
BigInt            425 Source/wtf/dtoa.cpp static ALWAYS_INLINE void lshift(BigInt& b, int k)
BigInt            464 Source/wtf/dtoa.cpp static int cmp(const BigInt& a, const BigInt& b)
BigInt            488 Source/wtf/dtoa.cpp static ALWAYS_INLINE void diff(BigInt& c, const BigInt& aRef, const BigInt& bRef)
BigInt            490 Source/wtf/dtoa.cpp     const BigInt* a = &aRef;
BigInt            491 Source/wtf/dtoa.cpp     const BigInt* b = &bRef;
BigInt            503 Source/wtf/dtoa.cpp         const BigInt* tmp = a;
BigInt            554 Source/wtf/dtoa.cpp static ALWAYS_INLINE void d2b(BigInt& b, U* d, int* e, int* bits)
BigInt            612 Source/wtf/dtoa.cpp static ALWAYS_INLINE int quorem(BigInt& b, BigInt& S)
BigInt            755 Source/wtf/dtoa.cpp     BigInt b, delta, mlo, mhi, S;