#include </home/clem/local/src/opie/noncore/unsupported/qpdf/fixed.h>
Inheritance diagram for fixed< SH >:

Public Types | |
| typedef int | fix_t |
Public Member Functions | |
| fixed (int i=0) | |
| fixed (double d) | |
| fixed (const fixed &f) | |
| operator bool () const | |
| operator double () const | |
| operator float () const | |
| operator int () const | |
| fixed & | operator= (const fixed &f) |
| fixed & | operator= (double d) |
| fixed & | operator= (float f) |
| fixed & | operator= (int i) |
| fixed & | operator+= (const fixed &f) |
| fixed & | operator-= (const fixed &f) |
| fixed & | operator *= (const fixed &f) |
| fixed & | operator/= (const fixed &f) |
| fixed & | operator+= (int i) |
| fixed & | operator-= (int i) |
| fixed & | operator *= (int i) |
| fixed & | operator/= (int i) |
| fixed & | operator+= (double d) |
| fixed & | operator-= (double d) |
| fixed & | operator *= (double d) |
| fixed & | operator/= (double d) |
| fixed | operator- () const |
| fixed | operator+ (const fixed &f) const |
| fixed | operator- (const fixed &f) const |
| fixed | operator * (const fixed &f) const |
| fixed | operator/ (const fixed &f) const |
| fixed | operator+ (double d) const |
| fixed | operator- (double d) const |
| fixed | operator * (double d) const |
| fixed | operator/ (double d) const |
| fixed | operator+ (int i) const |
| fixed | operator- (int i) const |
| fixed | operator * (int i) const |
| fixed | operator/ (int i) const |
| bool | operator< (const fixed &f) const |
| bool | operator> (const fixed &f) const |
| bool | operator<= (const fixed &f) const |
| bool | operator>= (const fixed &f) const |
| bool | operator== (const fixed &f) const |
| bool | operator!= (const fixed &f) const |
| bool | operator< (double d) const |
| bool | operator> (double d) const |
| bool | operator<= (double d) const |
| bool | operator>= (double d) const |
| bool | operator== (double d) const |
| bool | operator!= (double d) const |
| bool | operator< (int i) const |
| bool | operator> (int i) const |
| bool | operator<= (int i) const |
| bool | operator>= (int i) const |
| bool | operator== (int i) const |
| bool | operator!= (int i) const |
| fixed (fix_t f, bool) | |
Static Public Member Functions | |
| static double | f2d (fix_t f) |
| static fix_t | d2f (double d) |
| static int | f2i (fix_t f) |
| static fix_t | i2f (int i) |
| static fix_t | mul (fix_t m1, fix_t m2) |
| static fix_t | div (fix_t d1, fix_t d2) |
Public Attributes | |
| fix_t | m_f |
|
|||||
|
|
|
||||||||||
|
Definition at line 11 of file fixed.h. Referenced by fixed< 10 >::operator *(), fixed< 10 >::operator+(), fixed< 10 >::operator-(), and fixed< 10 >::operator/(). |
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||
|
||||||||||||||||
|
Definition at line 92 of file fixed.h. Referenced by operator/(), fixed< 10 >::operator/(), fixed< 10 >::operator/=(), and sqrt(). |
|
||||||||||
|
Definition at line 85 of file fixed.h. Referenced by fixed< 10 >::operator double(), and fixed< 10 >::operator float(). |
|
||||||||||
|
Definition at line 88 of file fixed.h. Referenced by lrint(), and fixed< 10 >::operator int(). |
|
||||||||||
|
||||||||||||||||
|
Definition at line 91 of file fixed.h. Referenced by operator *(), fixed< 10 >::operator *(), fixed< 10 >::operator *=(), and operator/(). |
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||
1.4.2