Home
last modified time | relevance | path

Searched defs:rVal2 (Results 1 – 5 of 5) sorted by relevance

/trunk/main/tools/inc/tools/
H A Dfract.hxx118 inline Fraction operator+( const Fraction& rVal1, const Fraction& rVal2 ) in operator +()
125 inline Fraction operator-( const Fraction& rVal1, const Fraction& rVal2 ) in operator -()
132 inline Fraction operator*( const Fraction& rVal1, const Fraction& rVal2 ) in operator *()
139 inline Fraction operator/( const Fraction& rVal1, const Fraction& rVal2 ) in operator /()
146 inline sal_Bool operator !=( const Fraction& rVal1, const Fraction& rVal2 ) in operator !=()
151 inline sal_Bool operator <=( const Fraction& rVal1, const Fraction& rVal2 ) in operator <=()
156 inline sal_Bool operator >=( const Fraction& rVal1, const Fraction& rVal2 ) in operator >=()
H A Dbigint.hxx274 inline BigInt operator+( const BigInt &rVal1, const BigInt &rVal2 ) in operator +()
281 inline BigInt operator-( const BigInt &rVal1, const BigInt &rVal2 ) in operator -()
288 inline BigInt operator*( const BigInt &rVal1, const BigInt &rVal2 ) in operator *()
295 inline BigInt operator/( const BigInt &rVal1, const BigInt &rVal2 ) in operator /()
302 inline BigInt operator%( const BigInt &rVal1, const BigInt &rVal2 ) in operator %()
309 inline sal_Bool operator!=( const BigInt& rVal1, const BigInt& rVal2 ) in operator !=()
314 inline sal_Bool operator<=( const BigInt& rVal1, const BigInt& rVal2 ) in operator <=()
319 inline sal_Bool operator>=( const BigInt& rVal1, const BigInt& rVal2 ) in operator >=()
H A Dgen.hxx218 inline Point operator+( const Point &rVal1, const Point &rVal2 ) in operator +()
223 inline Point operator-( const Point &rVal1, const Point &rVal2 ) in operator -()
/trunk/main/tools/source/generic/
H A Dfract.cxx86 static void Reduce( BigInt &rVal1, BigInt &rVal2 ) in Reduce()
633 sal_Bool operator == ( const Fraction& rVal1, const Fraction& rVal2 ) in operator ==()
659 sal_Bool operator < ( const Fraction& rVal1, const Fraction& rVal2 ) in operator <()
689 sal_Bool operator > ( const Fraction& rVal1, const Fraction& rVal2 ) in operator >()
H A Dbigint.cxx1047 sal_Bool operator==( const BigInt& rVal1, const BigInt& rVal2 ) in operator ==()
1074 sal_Bool operator<( const BigInt& rVal1, const BigInt& rVal2 ) in operator <()
1107 sal_Bool operator >(const BigInt& rVal1, const BigInt& rVal2 ) in operator >()

Completed in 34 milliseconds