|
INLINE | tfixpoint (const int val) |
|
INLINE | tfixpoint (const float val) |
|
INLINE | tfixpoint (const double val) |
|
INLINE tfixpoint< T, point > & | operator= (const int val) |
|
INLINE tfixpoint< T, point > & | operator= (const float val) |
|
tfixpoint< T, point > & | operator= (const double val) |
|
INLINE tfixpoint< T, point > & | operator= (const tfixpoint< T, point > &val) |
|
INLINE tfixpoint< T, point > & | operator-= (const tfixpoint< T, point > &val) |
|
INLINE tfixpoint< T, point > & | operator+= (const tfixpoint< T, point > &val) |
|
INLINE tfixpoint< T, point > | operator- (const tfixpoint< T, point > &val) const |
|
INLINE tfixpoint< T, point > | operator+ (const tfixpoint< T, point > &val) const |
|
INLINE tfixpoint< T, point > & | operator++ (int) |
|
INLINE tfixpoint< T, point > & | operator-- (int) |
|
template<class T2 , int point2> |
INLINE tfixpoint< T, point > & | operator*= (const tfixpoint< T2, point2 > val) |
|
INLINE tfixpoint< T, point > & | operator*= (const int val) |
|
INLINE tfixpoint< T, point > & | operator*= (const float val) |
|
INLINE tfixpoint< T, point > & | operator*= (const double val) |
|
template<int point2> |
INLINE tfixpoint< T, point > | operator* (const tfixpoint< T, point2 > val) const |
|
INLINE tfixpoint< T, point > | operator* (const int val) const |
|
INLINE tfixpoint< T, point > & | operator/= (const tfixpoint< T, point > val) |
|
INLINE tfixpoint< T, point > | operator/ (const tfixpoint< T, point > val) const |
|
INLINE tfixpoint< T, point > & | operator>>= (const int y) |
|
INLINE tfixpoint< T, point > | operator>> (const int y) const |
|
INLINE tfixpoint< T, point > & | operator<<= (const int y) |
|
INLINE tfixpoint< T, point > | operator<< (const int n) const |
|
INLINE tfixpoint< T, point > & | operator^= (tfixpoint< T, point > &val) |
|
INLINE tfixpoint< T, point > | operator^ (tfixpoint< T, point > &val) const |
|
INLINE tfixpoint< T, point > | operator- () const |
|
bool | operator> (const tfixpoint< T, point > &y) const |
|
bool | operator>= (const tfixpoint< T, point > &y) const |
|
bool | operator< (const tfixpoint< T, point > &y) const |
|
bool | operator<= (const tfixpoint< T, point > &y) const |
|
bool | operator== (const tfixpoint< T, point > &y) const |
|
bool | operator!= (const tfixpoint< T, point > &y) const |
|
float | flt () |
|