Lines Matching refs:BigInt
46 BigInt b( *this );
47 b -= BigInt( r );
53 BigInt b( *this ); in operator +=()
54 b += BigInt( r ); in operator +=()
60 BigInt b( *this ); in operator *=()
61 b *= BigInt( r ); in operator *=()
67 BigInt b( *this ); in operator %=()
68 b %= BigInt( r ); in operator %=()
74 BigInt b( *this ); in operator /=()
75 b /= BigInt( r ); in operator /=()
166 BigInt b( *this ); in operator %=()
167 b %= BigInt( r ); in operator %=()
173 BigInt b( *this ); in operator /=()
174 b /= BigInt( r ); in operator /=()
1355 static BigInt n10K( 10000 ); in Compute()
1365 BigInt b1( aL.nLong64 ); in Compute()
1366 BigInt b2( aR.nLong64 ); in Compute()
1384 BigInt b1( aL.nLong64 ); in Compute()
1385 BigInt b2( aR.nLong64 ); in Compute()