Home
last modified time | relevance | path

Searched refs:Mult (Results 1 – 5 of 5) sorted by relevance

/trunk/main/tools/source/generic/
H A Dbigint.cxx122 void BigInt::Mult( const BigInt &rVal, sal_uInt16 nMul ) in Mult() function in BigInt
353 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()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.hxx475 inline void Mult( double fFact );
476 inline void Mult( const Complex& rMult );
835 inline void Complex::Mult( double f ) in Mult() function in Complex
841 inline void Complex::Mult( const Complex& rM ) in Mult() function in Complex
H A Danalysishelper.cxx2080 Mult( 0.434294481903251828 ); // * log10( e ) in Log10()
2087 Mult( 1.442695040888963407 ); // * log2( e ) in Log2()
H A Danalysis.cxx1200 z.Mult( *p ); in getImproduct()
/trunk/main/tools/inc/tools/
H A Dbigint.hxx62 TOOLS_DLLPRIVATE void Mult(BigInt const &, sal_uInt16);

Completed in 35 milliseconds