Searched defs:rVal2 (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/tools/inc/tools/ |
H A D | fract.hxx | 118 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 D | bigint.hxx | 274 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 D | gen.hxx | 218 inline Point operator+( const Point &rVal1, const Point &rVal2 ) in operator +() 223 inline Point operator-( const Point &rVal1, const Point &rVal2 ) in operator -()
|
/aoo42x/main/tools/source/generic/ |
H A D | fract.cxx | 86 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 D | bigint.cxx | 1047 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 35 milliseconds