Searched refs:MakeBigInt (Results 1 – 2 of 2) sorted by relevance
52 void BigInt::MakeBigInt( const BigInt& rVal ) in MakeBigInt() function in BigInt487 nA.MakeBigInt( *this ); in ABS_IsLess()488 nB.MakeBigInt( rB ); in ABS_IsLess()809 aTmp1.MakeBigInt( *this ); in operator +=()810 aTmp2.MakeBigInt( rVal ); in operator +=()837 aTmp1.MakeBigInt( *this ); in operator -=()838 aTmp2.MakeBigInt( rVal ); in operator -=()858 aTmp1.MakeBigInt( rVal ); in operator *=()859 aTmp2.MakeBigInt( *this ); in operator *=()920 aTmp1.MakeBigInt( *this ); in operator /=()[all …]
60 TOOLS_DLLPRIVATE void MakeBigInt(BigInt const &);