Searched refs:Mult (Results 1 – 5 of 5) sorted by relevance
122 void BigInt::Mult( const BigInt &rVal, sal_uInt16 nMul ) in Mult() function in BigInt353 aTmpA.Mult( *this, nMult ); in DivLong()360 aTmpB.Mult( rB, nMult ); in DivLong()424 aTmpA.Mult( *this, nMult); in ModLong()431 aTmpB.Mult( rB, nMult); in ModLong()
466 inline void Mult( double fFact );467 inline void Mult( const Complex& rMult );826 inline void Complex::Mult( double f ) in Mult() function in Complex832 inline void Complex::Mult( const Complex& rM ) in Mult() function in Complex
2017 Mult( 0.434294481903251828 ); // * log10( e ) in Log10()2024 Mult( 1.442695040888963407 ); // * log2( e ) in Log2()
1200 z.Mult( *p ); in getImproduct()
62 TOOLS_DLLPRIVATE void Mult(BigInt const &, sal_uInt16);