Home
last modified time | relevance | path

Searched refs:MakeBigInt (Results 1 – 2 of 2) sorted by relevance

/trunk/main/tools/source/generic/
H A Dbigint.cxx52 void BigInt::MakeBigInt( const BigInt& rVal ) in MakeBigInt() function in BigInt
487 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 …]
/trunk/main/tools/inc/tools/
H A Dbigint.hxx60 TOOLS_DLLPRIVATE void MakeBigInt(BigInt const &);